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

Unified Diff: build/isolate.gypi

Issue 1063453004: Copy Widevine files for swarming tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Android script Created 5 years, 8 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
Index: build/isolate.gypi
diff --git a/build/isolate.gypi b/build/isolate.gypi
index c85585dc1b9f9c591d7b516c450bef65590b1b6f..f932820c48af033eea3de1bc506005947680f257 100644
--- a/build/isolate.gypi
+++ b/build/isolate.gypi
@@ -100,6 +100,8 @@
'--config-variable', 'use_ozone=<(use_ozone)',
'--config-variable', 'use_x11=<(use_x11)',
'--config-variable', 'v8_use_external_startup_data=<(v8_use_external_startup_data)',
+ '--config-variable', 'branding=<(branding)',
M-A Ruel 2015/04/07 22:03:20 Please sort here too
jrummell 2015/04/07 22:11:41 Done.
+ '--config-variable', 'enable_pepper_cdms=<(enable_pepper_cdms)',
],
'conditions': [
# Note: When gyp merges lists, it appends them to the old value.

Powered by Google App Engine
This is Rietveld 408576698