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. |