| 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 19 matching lines...) Expand all Loading... |
| 30 '../third_party/libxml/libxml.gyp:*', | 30 '../third_party/libxml/libxml.gyp:*', |
| 31 '../third_party/libxslt/libxslt.gyp:*', | 31 '../third_party/libxslt/libxslt.gyp:*', |
| 32 '../third_party/lzma_sdk/lzma_sdk.gyp:*', | 32 '../third_party/lzma_sdk/lzma_sdk.gyp:*', |
| 33 '../third_party/modp_b64/modp_b64.gyp:*', | 33 '../third_party/modp_b64/modp_b64.gyp:*', |
| 34 '../third_party/npapi/npapi.gyp:*', | 34 '../third_party/npapi/npapi.gyp:*', |
| 35 '../third_party/ots/ots.gyp:*', | 35 '../third_party/ots/ots.gyp:*', |
| 36 '../third_party/sqlite/sqlite.gyp:*', | 36 '../third_party/sqlite/sqlite.gyp:*', |
| 37 '../third_party/WebKit/WebKit/chromium/WebKit.gyp:*', | 37 '../third_party/WebKit/WebKit/chromium/WebKit.gyp:*', |
| 38 '../third_party/zlib/zlib.gyp:*', | 38 '../third_party/zlib/zlib.gyp:*', |
| 39 '../webkit/tools/pepper_test_plugin/pepper_test_plugin.gyp:*', | 39 '../webkit/tools/pepper_test_plugin/pepper_test_plugin.gyp:*', |
| 40 '../webkit/tools/test_shell/test_shell.gyp:*', | |
| 41 '../webkit/webkit.gyp:*', | 40 '../webkit/webkit.gyp:*', |
| 42 'util/build_util.gyp:*', | 41 'util/build_util.gyp:*', |
| 43 'temp_gyp/googleurl.gyp:*', | 42 'temp_gyp/googleurl.gyp:*', |
| 44 ], | 43 ], |
| 45 'conditions': [ | 44 'conditions': [ |
| 46 ['javascript_engine=="v8"', { | 45 ['javascript_engine=="v8"', { |
| 47 'dependencies': [ | 46 'dependencies': [ |
| 48 '../v8/tools/gyp/v8.gyp:*', | 47 '../v8/tools/gyp/v8.gyp:*', |
| 49 ], | 48 ], |
| 50 }], | 49 }], |
| (...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 206 '../chrome/installer/installer.gyp:installer_util_unittests', | 205 '../chrome/installer/installer.gyp:installer_util_unittests', |
| 207 '../chrome/installer/installer.gyp:mini_installer_test', | 206 '../chrome/installer/installer.gyp:mini_installer_test', |
| 208 # mini_installer_tests depends on mini_installer. This should be | 207 # mini_installer_tests depends on mini_installer. This should be |
| 209 # defined in installer.gyp. | 208 # defined in installer.gyp. |
| 210 '../chrome/installer/mini_installer.gyp:mini_installer', | 209 '../chrome/installer/mini_installer.gyp:mini_installer', |
| 211 '../chrome/installer/mini_installer.gyp:chrome_frame_mini_installer'
, | 210 '../chrome/installer/mini_installer.gyp:chrome_frame_mini_installer'
, |
| 212 '../courgette/courgette.gyp:courgette_unittests', | 211 '../courgette/courgette.gyp:courgette_unittests', |
| 213 '../ipc/ipc.gyp:ipc_tests', | 212 '../ipc/ipc.gyp:ipc_tests', |
| 214 '../media/media.gyp:media_unittests', | 213 '../media/media.gyp:media_unittests', |
| 215 '../printing/printing.gyp:printing_unittests', | 214 '../printing/printing.gyp:printing_unittests', |
| 216 '../webkit/tools/test_shell/test_shell.gyp:npapi_layout_test_plugin'
, | 215 '../webkit/webkit.gyp:npapi_layout_test_plugin', |
| 217 # TODO(nsylvain) ui_tests.exe depends on test_shell_common. | 216 # TODO(nsylvain) ui_tests.exe depends on test_shell_common. |
| 218 # This should: | 217 # This should: |
| 219 # 1) not be the case. OR. | 218 # 1) not be the case. OR. |
| 220 # 2) be expressed in the ui tests dependencies. | 219 # 2) be expressed in the ui tests dependencies. |
| 221 '../webkit/tools/test_shell/test_shell.gyp:test_shell_common', | 220 '../webkit/webkit.gyp:test_shell_common', |
| 222 'temp_gyp/googleurl.gyp:googleurl_unittests', | 221 'temp_gyp/googleurl.gyp:googleurl_unittests', |
| 223 '../chrome_frame/chrome_frame.gyp:chrome_frame_net_tests', | 222 '../chrome_frame/chrome_frame.gyp:chrome_frame_net_tests', |
| 224 '../chrome_frame/chrome_frame.gyp:chrome_frame_perftests', | 223 '../chrome_frame/chrome_frame.gyp:chrome_frame_perftests', |
| 225 '../chrome_frame/chrome_frame.gyp:chrome_frame_tests', | 224 '../chrome_frame/chrome_frame.gyp:chrome_frame_tests', |
| 226 '../chrome_frame/chrome_frame.gyp:chrome_frame_unittests', | 225 '../chrome_frame/chrome_frame.gyp:chrome_frame_unittests', |
| 227 '../chrome_frame/chrome_frame.gyp:npchrome_frame', | 226 '../chrome_frame/chrome_frame.gyp:npchrome_frame', |
| 228 ], | 227 ], |
| 229 }, | 228 }, |
| 230 { | 229 { |
| 231 # TODO(robertshield): Remove this target once the last independent | 230 # TODO(robertshield): Remove this target once the last independent |
| (...skipping 19 matching lines...) Expand all Loading... |
| 251 ], # targets | 250 ], # targets |
| 252 }], # OS="win" | 251 }], # OS="win" |
| 253 ], # conditions | 252 ], # conditions |
| 254 } | 253 } |
| 255 | 254 |
| 256 # Local Variables: | 255 # Local Variables: |
| 257 # tab-width:2 | 256 # tab-width:2 |
| 258 # indent-tabs-mode:nil | 257 # indent-tabs-mode:nil |
| 259 # End: | 258 # End: |
| 260 # vim: set expandtab tabstop=2 shiftwidth=2: | 259 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |