Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7592)

Unified Diff: chrome/chrome_installer.gypi

Issue 136473016: Add eu-strips sha1 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Moved eu-strip to packaging_files_common in gypi Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build/linux/bin/eu-strip.sha1 ('k') | chrome/installer/linux/common/installer.include » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_installer.gypi
diff --git a/chrome/chrome_installer.gypi b/chrome/chrome_installer.gypi
index 45610546e79eebec7e9fc00a6cc2625c67ec71c9..9de1392567de4f7a25645e8a0e8e48586717c457 100644
--- a/chrome/chrome_installer.gypi
+++ b/chrome/chrome_installer.gypi
@@ -567,6 +567,9 @@
'<(PRODUCT_DIR)/libwidevinecdmadapter.so',
'<(PRODUCT_DIR)/libwidevinecdm.so',
],
+ 'packaging_files_common': [
+ '<(DEPTH)/build/linux/bin/eu-strip',
+ ],
}],
['target_arch=="x64"', {
'deb_arch': 'amd64',
@@ -576,6 +579,9 @@
'<(PRODUCT_DIR)/libwidevinecdmadapter.so',
'<(PRODUCT_DIR)/libwidevinecdm.so',
],
+ 'packaging_files_common': [
+ '<!(which eu-strip)',
+ ],
}],
['target_arch=="arm"', {
'deb_arch': 'arm',
« no previous file with comments | « build/linux/bin/eu-strip.sha1 ('k') | chrome/installer/linux/common/installer.include » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698