Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Update GN flags to properly do Widevine Host Verification / signing #515

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions chromium_src/chrome/common/media/cdm_host_file_path.cc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this file,
* You can obtain one at http://mozilla.org/MPL/2.0/. */

#define GOOGLE_CHROME_BUILD
#include "../../../../../chrome/common/media/cdm_host_file_path.cc"
#undef GOOGLE_CHROME_BUILD
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
diff --git a/chrome/installer/mini_installer/chrome.release b/chrome/installer/mini_installer/chrome.release
index 29da523563d3dbbe773f8843dc17db9310016311..5555da9c8d9e1f44257d815c94b7acd9db711b47 100644
index 29da523563d3dbbe773f8843dc17db9310016311..1e982aaaed60f301810cad40ffb32110c34ffc7a 100644
--- a/chrome/installer/mini_installer/chrome.release
+++ b/chrome/installer/mini_installer/chrome.release
@@ -6,7 +6,7 @@
@@ -6,7 +6,8 @@
#
# Chrome Application dir entries, sorted alphabetically.
#
-chrome.exe: %(ChromeDir)s\
+brave.exe: %(ChromeDir)s\
+brave.exe.sig: %(ChromeDir)s\
#
# Chrome version dir assembly manifest.
# The name of this file must match the name of the version dir, so we cannot
@@ -18,6 +18,8 @@ chrome.exe: %(ChromeDir)s\
@@ -18,6 +19,8 @@ chrome.exe: %(ChromeDir)s\
# Chrome version dir entries, sorted alphabetically.
#
chrome.dll: %(VersionDir)s\
Expand All @@ -20,7 +21,7 @@ index 29da523563d3dbbe773f8843dc17db9310016311..5555da9c8d9e1f44257d815c94b7acd9
chrome_100_percent.pak: %(VersionDir)s\
chrome_child.dll: %(VersionDir)s\
chrome_elf.dll: %(VersionDir)s\
@@ -68,6 +70,7 @@ swiftshader\libGLESv2.dll: %(VersionDir)s\swiftshader\
@@ -68,6 +71,7 @@ swiftshader\libGLESv2.dll: %(VersionDir)s\swiftshader\

[HIDPI]
chrome_200_percent.pak: %(VersionDir)s\
Expand Down