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