| OLD | NEW |
| 1 { | 1 { |
| 2 'variables': { | 2 'variables': { |
| 3 'version_py': '../../chrome/tools/build/version.py', | 3 'version_py': '../../chrome/tools/build/version.py', |
| 4 'version_path': '../../chrome/VERSION', | 4 'version_path': '../../chrome/VERSION', |
| 5 'lastchange_path': '<(SHARED_INTERMEDIATE_DIR)/build/LASTCHANGE', | 5 'lastchange_path': '<(SHARED_INTERMEDIATE_DIR)/build/LASTCHANGE', |
| 6 # 'branding_dir' is set in the 'conditions' section at the bottom. | 6 # 'branding_dir' is set in the 'conditions' section at the bottom. |
| 7 'msvs_use_common_release': 0, | 7 'msvs_use_common_release': 0, |
| 8 'msvs_use_common_linker_extras': 0, | 8 'msvs_use_common_linker_extras': 0, |
| 9 }, | 9 }, |
| 10 'conditions': [ | 10 'conditions': [ |
| 11 ['OS=="win"', { | 11 ['OS=="win"', { |
| 12 'targets': [ | 12 'targets': [ |
| 13 { | 13 { |
| 14 'target_name': 'mini_installer', | 14 'target_name': 'mini_installer', |
| 15 'type': 'executable', | 15 'type': 'executable', |
| 16 'msvs_guid': '24A5AC7C-280B-4899-9153-6BA570A081E7', | 16 'msvs_guid': '24A5AC7C-280B-4899-9153-6BA570A081E7', |
| 17 'dependencies': [ | 17 'dependencies': [ |
| 18 '../../app/app.gyp:app_id', | 18 '../../app/app.gyp:app_id', |
| 19 '../chrome.gyp:chrome', | 19 '../chrome.gyp:chrome', |
| 20 '../chrome.gyp:chrome_dll', | 20 '../chrome.gyp:chrome_dll', |
| 21 '../chrome.gyp:default_extensions', | 21 '../chrome.gyp:default_extensions', |
| 22 '../../testing/gtest.gyp:gtest', | |
| 23 'installer.gyp:setup', | 22 'installer.gyp:setup', |
| 24 ], | 23 ], |
| 25 'include_dirs': [ | 24 'include_dirs': [ |
| 26 '../..', | 25 '../..', |
| 27 '<(PRODUCT_DIR)', | 26 '<(PRODUCT_DIR)', |
| 28 '<(INTERMEDIATE_DIR)', | 27 '<(INTERMEDIATE_DIR)', |
| 29 '<(SHARED_INTERMEDIATE_DIR)/chrome', | 28 '<(SHARED_INTERMEDIATE_DIR)/chrome', |
| 30 ], | 29 ], |
| 31 'sources': [ | 30 'sources': [ |
| 32 'mini_installer/chrome.release', | 31 'mini_installer/chrome.release', |
| (...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 204 'variables': { | 203 'variables': { |
| 205 'branding_dir': '../app/theme/google_chrome', | 204 'branding_dir': '../app/theme/google_chrome', |
| 206 }, | 205 }, |
| 207 }, { # else branding!="Chrome" | 206 }, { # else branding!="Chrome" |
| 208 'variables': { | 207 'variables': { |
| 209 'branding_dir': '../app/theme/chromium', | 208 'branding_dir': '../app/theme/chromium', |
| 210 }, | 209 }, |
| 211 }], | 210 }], |
| 212 ], | 211 ], |
| 213 } | 212 } |
| OLD | NEW |