| 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 200 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 211 '../ipc/ipc.gyp:ipc_tests', | 211 '../ipc/ipc.gyp:ipc_tests', |
| 212 '../media/media.gyp:media_unittests', | 212 '../media/media.gyp:media_unittests', |
| 213 '../printing/printing.gyp:printing_unittests', | 213 '../printing/printing.gyp:printing_unittests', |
| 214 '../webkit/tools/test_shell/test_shell.gyp:npapi_layout_test_plugin'
, | 214 '../webkit/tools/test_shell/test_shell.gyp:npapi_layout_test_plugin'
, |
| 215 # TODO(nsylvain) ui_tests.exe depends on test_shell_common. | 215 # TODO(nsylvain) ui_tests.exe depends on test_shell_common. |
| 216 # This should: | 216 # This should: |
| 217 # 1) not be the case. OR. | 217 # 1) not be the case. OR. |
| 218 # 2) be expressed in the ui tests dependencies. | 218 # 2) be expressed in the ui tests dependencies. |
| 219 '../webkit/tools/test_shell/test_shell.gyp:test_shell_common', | 219 '../webkit/tools/test_shell/test_shell.gyp:test_shell_common', |
| 220 'temp_gyp/googleurl.gyp:googleurl_unittests', | 220 'temp_gyp/googleurl.gyp:googleurl_unittests', |
| 221 '../chrome_frame/chrome_frame.gyp:chrome_frame_net_tests', |
| 222 '../chrome_frame/chrome_frame.gyp:chrome_frame_perftests', |
| 221 '../chrome_frame/chrome_frame.gyp:chrome_frame_tests', | 223 '../chrome_frame/chrome_frame.gyp:chrome_frame_tests', |
| 222 '../chrome_frame/chrome_frame.gyp:chrome_frame_unittests', | 224 '../chrome_frame/chrome_frame.gyp:chrome_frame_unittests', |
| 223 '../chrome_frame/chrome_frame.gyp:chrome_frame_net_tests', | 225 '../chrome_frame/chrome_frame.gyp:npchrome_frame', |
| 224 ], | 226 ], |
| 225 }, | 227 }, |
| 226 { | 228 { |
| 229 # TODO(robertshield): Remove this target once the last independent |
| 230 # CF builder is retired. |
| 227 'target_name': 'chrome_frame_builder', | 231 'target_name': 'chrome_frame_builder', |
| 228 'type': 'none', | 232 'type': 'none', |
| 229 'dependencies': [ | 233 'dependencies': [ |
| 230 '../chrome/installer/installer.gyp:installer_util_unittests', | 234 '../chrome/installer/installer.gyp:installer_util_unittests', |
| 231 '../chrome/installer/installer.gyp:mini_installer_test', | 235 '../chrome/installer/installer.gyp:mini_installer_test', |
| 232 # mini_installer_tests depends on mini_installer. This should be | 236 # mini_installer_tests depends on mini_installer. This should be |
| 233 # defined in installer.gyp. | 237 # defined in installer.gyp. |
| 234 '../chrome/installer/mini_installer.gyp:mini_installer', | 238 '../chrome/installer/mini_installer.gyp:mini_installer', |
| 235 '../courgette/courgette.gyp:courgette_unittests', | 239 '../courgette/courgette.gyp:courgette_unittests', |
| 236 '../chrome/chrome.gyp:chrome', | 240 '../chrome/chrome.gyp:chrome', |
| 237 '../chrome_frame/chrome_frame.gyp:npchrome_frame', | 241 '../chrome_frame/chrome_frame.gyp:npchrome_frame', |
| 238 '../chrome_frame/chrome_frame.gyp:chrome_frame_tests', | 242 '../chrome_frame/chrome_frame.gyp:chrome_frame_tests', |
| 239 '../chrome_frame/chrome_frame.gyp:chrome_frame_unittests', | 243 '../chrome_frame/chrome_frame.gyp:chrome_frame_unittests', |
| 240 '../chrome_frame/chrome_frame.gyp:chrome_frame_net_tests', | 244 '../chrome_frame/chrome_frame.gyp:chrome_frame_net_tests', |
| 241 '../chrome_frame/chrome_frame.gyp:chrome_frame_perftests', | 245 '../chrome_frame/chrome_frame.gyp:chrome_frame_perftests', |
| 242 ], | 246 ], |
| 243 }, | 247 }, |
| 244 ], # targets | 248 ], # targets |
| 245 }], # OS="win" | 249 }], # OS="win" |
| 246 ], # conditions | 250 ], # conditions |
| 247 } | 251 } |
| 248 | 252 |
| 249 # Local Variables: | 253 # Local Variables: |
| 250 # tab-width:2 | 254 # tab-width:2 |
| 251 # indent-tabs-mode:nil | 255 # indent-tabs-mode:nil |
| 252 # End: | 256 # End: |
| 253 # vim: set expandtab tabstop=2 shiftwidth=2: | 257 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |