| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 { | 5 { |
| 6 'variables': { | 6 'variables': { |
| 7 # A hook that can be overridden in other repositories to add additional | 7 # A hook that can be overridden in other repositories to add additional |
| 8 # compilation targets to 'All'. Only used on Android. | 8 # compilation targets to 'All'. Only used on Android. |
| 9 'android_app_targets%': [], | 9 'android_app_targets%': [], |
| 10 }, | 10 }, |
| (...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 191 }], | 191 }], |
| 192 ['OS=="win"', { | 192 ['OS=="win"', { |
| 193 'conditions': [ | 193 'conditions': [ |
| 194 ['win_use_allocator_shim==1', { | 194 ['win_use_allocator_shim==1', { |
| 195 'dependencies': [ | 195 'dependencies': [ |
| 196 '../base/allocator/allocator.gyp:*', | 196 '../base/allocator/allocator.gyp:*', |
| 197 ], | 197 ], |
| 198 }], | 198 }], |
| 199 ], | 199 ], |
| 200 'dependencies': [ | 200 'dependencies': [ |
| 201 '../app_installer/app_installer.gyp:*', |
| 201 '../chrome_elf/chrome_elf.gyp:*', | 202 '../chrome_elf/chrome_elf.gyp:*', |
| 202 '../cloud_print/cloud_print.gyp:*', | 203 '../cloud_print/cloud_print.gyp:*', |
| 203 '../courgette/courgette.gyp:*', | 204 '../courgette/courgette.gyp:*', |
| 204 '../rlz/rlz.gyp:*', | 205 '../rlz/rlz.gyp:*', |
| 205 '../sandbox/sandbox.gyp:*', | 206 '../sandbox/sandbox.gyp:*', |
| 206 '<(angle_path)/src/angle.gyp:*', | 207 '<(angle_path)/src/angle.gyp:*', |
| 207 '../third_party/bspatch/bspatch.gyp:*', | 208 '../third_party/bspatch/bspatch.gyp:*', |
| 208 '../tools/win/static_initializers/static_initializers.gyp:*', | 209 '../tools/win/static_initializers/static_initializers.gyp:*', |
| 209 ], | 210 ], |
| 210 }, { | 211 }, { |
| (...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 328 '../third_party/WebKit/public/all.gyp:all_blink', | 329 '../third_party/WebKit/public/all.gyp:all_blink', |
| 329 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', | 330 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', |
| 330 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes
ts', | 331 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes
ts', |
| 331 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_
unittests', | 332 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_
unittests', |
| 332 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', | 333 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', |
| 333 '../tools/telemetry/telemetry.gyp:*', | 334 '../tools/telemetry/telemetry.gyp:*', |
| 334 ], | 335 ], |
| 335 }], | 336 }], |
| 336 ['OS=="win"', { | 337 ['OS=="win"', { |
| 337 'dependencies': [ | 338 'dependencies': [ |
| 339 '../app_installer/app_installer.gyp:app_installer', |
| 338 '../chrome/chrome.gyp:crash_service', | 340 '../chrome/chrome.gyp:crash_service', |
| 339 '../chrome/chrome.gyp:installer_util_unittests', | 341 '../chrome/chrome.gyp:installer_util_unittests', |
| 340 # ../chrome/test/mini_installer requires mini_installer. | 342 # ../chrome/test/mini_installer requires mini_installer. |
| 341 '../chrome/installer/mini_installer.gyp:mini_installer', | 343 '../chrome/installer/mini_installer.gyp:mini_installer', |
| 342 '../chrome_elf/chrome_elf.gyp:chrome_elf_unittests', | 344 '../chrome_elf/chrome_elf.gyp:chrome_elf_unittests', |
| 343 '../content/content_shell_and_tests.gyp:copy_test_netscape_plugin', | 345 '../content/content_shell_and_tests.gyp:copy_test_netscape_plugin', |
| 344 '../courgette/courgette.gyp:courgette_unittests', | 346 '../courgette/courgette.gyp:courgette_unittests', |
| 345 '../sandbox/sandbox.gyp:sbox_integration_tests', | 347 '../sandbox/sandbox.gyp:sbox_integration_tests', |
| 346 '../sandbox/sandbox.gyp:sbox_unittests', | 348 '../sandbox/sandbox.gyp:sbox_unittests', |
| 347 '../sandbox/sandbox.gyp:sbox_validation_tests', | 349 '../sandbox/sandbox.gyp:sbox_validation_tests', |
| (...skipping 803 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1151 ], | 1153 ], |
| 1152 }, | 1154 }, |
| 1153 ], # targets | 1155 ], # targets |
| 1154 'conditions': [ | 1156 'conditions': [ |
| 1155 ['branding=="Chrome"', { | 1157 ['branding=="Chrome"', { |
| 1156 'targets': [ | 1158 'targets': [ |
| 1157 { | 1159 { |
| 1158 'target_name': 'chrome_official_builder', | 1160 'target_name': 'chrome_official_builder', |
| 1159 'type': 'none', | 1161 'type': 'none', |
| 1160 'dependencies': [ | 1162 'dependencies': [ |
| 1163 '../app_installer/app_installer.gyp:app_installer', |
| 1161 '../base/base.gyp:base_unittests', | 1164 '../base/base.gyp:base_unittests', |
| 1162 '../chrome/chrome.gyp:browser_tests', | 1165 '../chrome/chrome.gyp:browser_tests', |
| 1163 '../chrome/chrome.gyp:sync_integration_tests', | 1166 '../chrome/chrome.gyp:sync_integration_tests', |
| 1164 '../chrome/chrome.gyp:crash_service', | 1167 '../chrome/chrome.gyp:crash_service', |
| 1165 '../chrome/chrome.gyp:gcapi_dll', | 1168 '../chrome/chrome.gyp:gcapi_dll', |
| 1166 '../chrome/chrome.gyp:pack_policy_templates', | 1169 '../chrome/chrome.gyp:pack_policy_templates', |
| 1167 '../chrome/installer/mini_installer.gyp:mini_installer', | 1170 '../chrome/installer/mini_installer.gyp:mini_installer', |
| 1168 '../cloud_print/cloud_print.gyp:cloud_print', | 1171 '../cloud_print/cloud_print.gyp:cloud_print', |
| 1169 '../courgette/courgette.gyp:courgette', | 1172 '../courgette/courgette.gyp:courgette', |
| 1170 '../courgette/courgette.gyp:courgette64', | 1173 '../courgette/courgette.gyp:courgette64', |
| (...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1330 'dependencies': [ | 1333 'dependencies': [ |
| 1331 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', | 1334 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', |
| 1332 '../ui/views/views.gyp:views', | 1335 '../ui/views/views.gyp:views', |
| 1333 '../ui/views/views.gyp:views_unittests', | 1336 '../ui/views/views.gyp:views_unittests', |
| 1334 ], | 1337 ], |
| 1335 }, # target_name: macviews_builder | 1338 }, # target_name: macviews_builder |
| 1336 ], # targets | 1339 ], # targets |
| 1337 }], # os=='mac' and toolkit_views==1 | 1340 }], # os=='mac' and toolkit_views==1 |
| 1338 ], # conditions | 1341 ], # conditions |
| 1339 } | 1342 } |
| OLD | NEW |