| 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 336 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 347 '../chrome/chrome.gyp:interactive_ui_tests', | 347 '../chrome/chrome.gyp:interactive_ui_tests', |
| 348 '../chrome/chrome.gyp:sync_integration_tests', | 348 '../chrome/chrome.gyp:sync_integration_tests', |
| 349 '../chrome/chrome.gyp:unit_tests', | 349 '../chrome/chrome.gyp:unit_tests', |
| 350 ], | 350 ], |
| 351 }], | 351 }], |
| 352 ], | 352 ], |
| 353 }], | 353 }], |
| 354 ['OS=="win"', { | 354 ['OS=="win"', { |
| 355 'dependencies': [ | 355 'dependencies': [ |
| 356 '../chrome/chrome.gyp:app_installer', | 356 '../chrome/chrome.gyp:app_installer', |
| 357 '../chrome/chrome.gyp:app_installer_unittests', |
| 357 '../chrome/chrome.gyp:crash_service', | 358 '../chrome/chrome.gyp:crash_service', |
| 358 '../chrome/chrome.gyp:installer_util_unittests', | 359 '../chrome/chrome.gyp:installer_util_unittests', |
| 359 # ../chrome/test/mini_installer requires mini_installer. | 360 # ../chrome/test/mini_installer requires mini_installer. |
| 360 '../chrome/installer/mini_installer.gyp:mini_installer', | 361 '../chrome/installer/mini_installer.gyp:mini_installer', |
| 361 '../chrome_elf/chrome_elf.gyp:chrome_elf_unittests', | 362 '../chrome_elf/chrome_elf.gyp:chrome_elf_unittests', |
| 362 '../content/content_shell_and_tests.gyp:copy_test_netscape_plugin', | 363 '../content/content_shell_and_tests.gyp:copy_test_netscape_plugin', |
| 363 '../courgette/courgette.gyp:courgette_unittests', | 364 '../courgette/courgette.gyp:courgette_unittests', |
| 364 '../sandbox/sandbox.gyp:sbox_integration_tests', | 365 '../sandbox/sandbox.gyp:sbox_integration_tests', |
| 365 '../sandbox/sandbox.gyp:sbox_unittests', | 366 '../sandbox/sandbox.gyp:sbox_unittests', |
| 366 '../sandbox/sandbox.gyp:sbox_validation_tests', | 367 '../sandbox/sandbox.gyp:sbox_validation_tests', |
| (...skipping 806 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1173 ], # targets | 1174 ], # targets |
| 1174 'conditions': [ | 1175 'conditions': [ |
| 1175 ['branding=="Chrome"', { | 1176 ['branding=="Chrome"', { |
| 1176 'targets': [ | 1177 'targets': [ |
| 1177 { | 1178 { |
| 1178 'target_name': 'chrome_official_builder', | 1179 'target_name': 'chrome_official_builder', |
| 1179 'type': 'none', | 1180 'type': 'none', |
| 1180 'dependencies': [ | 1181 'dependencies': [ |
| 1181 '../base/base.gyp:base_unittests', | 1182 '../base/base.gyp:base_unittests', |
| 1182 '../chrome/chrome.gyp:app_installer', | 1183 '../chrome/chrome.gyp:app_installer', |
| 1184 '../chrome/chrome.gyp:app_installer_unittests', |
| 1183 '../chrome/chrome.gyp:browser_tests', | 1185 '../chrome/chrome.gyp:browser_tests', |
| 1184 '../chrome/chrome.gyp:sync_integration_tests', | 1186 '../chrome/chrome.gyp:sync_integration_tests', |
| 1185 '../chrome/chrome.gyp:crash_service', | 1187 '../chrome/chrome.gyp:crash_service', |
| 1186 '../chrome/chrome.gyp:gcapi_dll', | 1188 '../chrome/chrome.gyp:gcapi_dll', |
| 1187 '../chrome/chrome.gyp:pack_policy_templates', | 1189 '../chrome/chrome.gyp:pack_policy_templates', |
| 1188 '../chrome/installer/mini_installer.gyp:mini_installer', | 1190 '../chrome/installer/mini_installer.gyp:mini_installer', |
| 1189 '../cloud_print/cloud_print.gyp:cloud_print', | 1191 '../cloud_print/cloud_print.gyp:cloud_print', |
| 1190 '../courgette/courgette.gyp:courgette', | 1192 '../courgette/courgette.gyp:courgette', |
| 1191 '../courgette/courgette.gyp:courgette64', | 1193 '../courgette/courgette.gyp:courgette64', |
| 1192 '../ipc/ipc.gyp:ipc_tests', | 1194 '../ipc/ipc.gyp:ipc_tests', |
| (...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1361 'dependencies': [ | 1363 'dependencies': [ |
| 1362 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', | 1364 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', |
| 1363 '../ui/views/views.gyp:views', | 1365 '../ui/views/views.gyp:views', |
| 1364 '../ui/views/views.gyp:views_unittests', | 1366 '../ui/views/views.gyp:views_unittests', |
| 1365 ], | 1367 ], |
| 1366 }, # target_name: macviews_builder | 1368 }, # target_name: macviews_builder |
| 1367 ], # targets | 1369 ], # targets |
| 1368 }], # os=='mac' and toolkit_views==1 | 1370 }], # os=='mac' and toolkit_views==1 |
| 1369 ], # conditions | 1371 ], # conditions |
| 1370 } | 1372 } |
| OLD | NEW |