| OLD | NEW |
| 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 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 'targets': [ | 6 'targets': [ |
| 7 { | 7 { |
| 8 'target_name': 'All', | 8 'target_name': 'All', |
| 9 'type': 'none', | 9 'type': 'none', |
| 10 'xcode_create_dependents_test_runner': 1, | 10 'xcode_create_dependents_test_runner': 1, |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 65 }], | 65 }], |
| 66 ['OS=="linux"', { | 66 ['OS=="linux"', { |
| 67 'dependencies': [ | 67 'dependencies': [ |
| 68 '../breakpad/breakpad.gyp:*', | 68 '../breakpad/breakpad.gyp:*', |
| 69 '../courgette/courgette.gyp:*', | 69 '../courgette/courgette.gyp:*', |
| 70 '../sandbox/sandbox.gyp:*', | 70 '../sandbox/sandbox.gyp:*', |
| 71 ], | 71 ], |
| 72 'conditions': [ | 72 'conditions': [ |
| 73 ['branding=="Chrome"', { | 73 ['branding=="Chrome"', { |
| 74 'dependencies': [ | 74 'dependencies': [ |
| 75 '../chrome/installer/installer.gyp:linux_packages_<(channel)', | 75 '../chrome/chrome.gyp:linux_packages_<(channel)', |
| 76 ], | 76 ], |
| 77 }], | 77 }], |
| 78 ], | 78 ], |
| 79 }], | 79 }], |
| 80 ['OS=="linux" or OS=="freebsd" or OS=="openbsd"', { | 80 ['OS=="linux" or OS=="freebsd" or OS=="openbsd"', { |
| 81 'dependencies': [ | 81 'dependencies': [ |
| 82 '../tools/gtk_clipboard_dump/gtk_clipboard_dump.gyp:*', | 82 '../tools/gtk_clipboard_dump/gtk_clipboard_dump.gyp:*', |
| 83 '../tools/xdisplaycheck/xdisplaycheck.gyp:*', | 83 '../tools/xdisplaycheck/xdisplaycheck.gyp:*', |
| 84 '../net/third_party/nss/nss.gyp:*', | 84 '../net/third_party/nss/nss.gyp:*', |
| 85 ], | 85 ], |
| (...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 204 ['OS=="win"', { | 204 ['OS=="win"', { |
| 205 'targets': [ | 205 'targets': [ |
| 206 # These targets are here so the build bots can use them to build | 206 # These targets are here so the build bots can use them to build |
| 207 # subsets of a full tree for faster cycle times. | 207 # subsets of a full tree for faster cycle times. |
| 208 { | 208 { |
| 209 'target_name': 'chromium_builder', | 209 'target_name': 'chromium_builder', |
| 210 'type': 'none', | 210 'type': 'none', |
| 211 'dependencies': [ | 211 'dependencies': [ |
| 212 '../app/app.gyp:app_unittests', | 212 '../app/app.gyp:app_unittests', |
| 213 '../chrome/chrome.gyp:browser_tests', | 213 '../chrome/chrome.gyp:browser_tests', |
| 214 '../chrome/chrome.gyp:installer_util_unittests', |
| 214 '../chrome/chrome.gyp:interactive_ui_tests', | 215 '../chrome/chrome.gyp:interactive_ui_tests', |
| 215 '../chrome/chrome.gyp:memory_test', | 216 '../chrome/chrome.gyp:memory_test', |
| 217 '../chrome/chrome.gyp:mini_installer_test', |
| 216 '../chrome/chrome.gyp:nacl_ui_tests', | 218 '../chrome/chrome.gyp:nacl_ui_tests', |
| 217 '../chrome/chrome.gyp:notifier_unit_tests', | 219 '../chrome/chrome.gyp:notifier_unit_tests', |
| 218 '../chrome/chrome.gyp:page_cycler_tests', | 220 '../chrome/chrome.gyp:page_cycler_tests', |
| 219 '../chrome/chrome.gyp:plugin_tests', | 221 '../chrome/chrome.gyp:plugin_tests', |
| 220 '../chrome/chrome.gyp:selenium_tests', | 222 '../chrome/chrome.gyp:selenium_tests', |
| 221 '../chrome/chrome.gyp:startup_tests', | 223 '../chrome/chrome.gyp:startup_tests', |
| 222 '../chrome/chrome.gyp:sync_unit_tests', | 224 '../chrome/chrome.gyp:sync_unit_tests', |
| 223 '../chrome/chrome.gyp:tab_switching_test', | 225 '../chrome/chrome.gyp:tab_switching_test', |
| 224 '../chrome/chrome.gyp:ui_tests', | 226 '../chrome/chrome.gyp:ui_tests', |
| 225 '../chrome/chrome.gyp:unit_tests', | 227 '../chrome/chrome.gyp:unit_tests', |
| 226 '../chrome/chrome.gyp:url_fetch_test', | 228 '../chrome/chrome.gyp:url_fetch_test', |
| 227 '../chrome/installer/installer.gyp:installer_util_unittests', | |
| 228 '../chrome/installer/installer.gyp:mini_installer_test', | |
| 229 # mini_installer_tests depends on mini_installer. This should be | 229 # mini_installer_tests depends on mini_installer. This should be |
| 230 # defined in installer.gyp. | 230 # defined in installer.gyp. |
| 231 '../chrome/installer/mini_installer.gyp:mini_installer', | 231 '../chrome/installer/mini_installer.gyp:mini_installer', |
| 232 '../chrome/installer/mini_installer.gyp:chrome_frame_mini_installer'
, | 232 '../chrome/installer/mini_installer.gyp:chrome_frame_mini_installer'
, |
| 233 '../courgette/courgette.gyp:courgette_unittests', | 233 '../courgette/courgette.gyp:courgette_unittests', |
| 234 '../gfx/gfx.gyp:gfx_unittests', | 234 '../gfx/gfx.gyp:gfx_unittests', |
| 235 '../gpu/gpu.gyp:gpu_unittests', | 235 '../gpu/gpu.gyp:gpu_unittests', |
| 236 '../ipc/ipc.gyp:ipc_tests', | 236 '../ipc/ipc.gyp:ipc_tests', |
| 237 '../media/media.gyp:media_unittests', | 237 '../media/media.gyp:media_unittests', |
| 238 '../printing/printing.gyp:printing_unittests', | 238 '../printing/printing.gyp:printing_unittests', |
| (...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 320 ], # targets | 320 ], # targets |
| 321 }], # "chromeos==1" | 321 }], # "chromeos==1" |
| 322 ], # conditions | 322 ], # conditions |
| 323 } | 323 } |
| 324 | 324 |
| 325 # Local Variables: | 325 # Local Variables: |
| 326 # tab-width:2 | 326 # tab-width:2 |
| 327 # indent-tabs-mode:nil | 327 # indent-tabs-mode:nil |
| 328 # End: | 328 # End: |
| 329 # vim: set expandtab tabstop=2 shiftwidth=2: | 329 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |