diff options
-rw-r--r-- | chrome/chrome_dll.gypi | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/chrome/chrome_dll.gypi b/chrome/chrome_dll.gypi index b4a3bd2..89e110a 100644 --- a/chrome/chrome_dll.gypi +++ b/chrome/chrome_dll.gypi @@ -299,6 +299,13 @@ }, ], 'variables': { + 'conditions': [ + ['branding=="Chrome"', { + 'theme_dir_name': 'google_chrome', + }, { # else: 'branding!="Chrome" + 'theme_dir_name': 'chromium', + }], + ], 'repack_path': '../tools/data_pack/repack.py', }, 'actions': [ @@ -455,15 +462,6 @@ ], }], # mac_breakpad ['mac_keystone==1', { - 'variables': { - 'conditions': [ - ['branding=="Chrome"', { - 'theme_dir_name': 'google_chrome', - }, { # else: 'branding!="Chrome" - 'theme_dir_name': 'chromium', - }], - ], - }, 'mac_bundle_resources': [ 'browser/cocoa/keystone_promote_preflight.sh', 'browser/cocoa/keystone_promote_postflight.sh', |