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 213 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
224 'target_name': 'chrome_frame_builder', | 224 'target_name': 'chrome_frame_builder', |
225 'type': 'none', | 225 'type': 'none', |
226 'dependencies': [ | 226 'dependencies': [ |
227 '../chrome/installer/installer.gyp:installer_util_unittests', | 227 '../chrome/installer/installer.gyp:installer_util_unittests', |
228 '../chrome/installer/installer.gyp:mini_installer_test', | 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 '../courgette/courgette.gyp:courgette_unittests', | 232 '../courgette/courgette.gyp:courgette_unittests', |
233 '../chrome/chrome.gyp:chrome', | 233 '../chrome/chrome.gyp:chrome', |
234 '../chrome_frame/chrome_frame.gyp:npchrome_tab', | 234 '../chrome_frame/chrome_frame.gyp:npchrome_frame', |
235 '../chrome_frame/chrome_frame.gyp:chrome_frame_tests', | 235 '../chrome_frame/chrome_frame.gyp:chrome_frame_tests', |
236 '../chrome_frame/chrome_frame.gyp:chrome_frame_unittests', | 236 '../chrome_frame/chrome_frame.gyp:chrome_frame_unittests', |
237 '../chrome_frame/chrome_frame.gyp:chrome_frame_net_tests', | 237 '../chrome_frame/chrome_frame.gyp:chrome_frame_net_tests', |
238 '../chrome_frame/chrome_frame.gyp:chrome_frame_perftests', | 238 '../chrome_frame/chrome_frame.gyp:chrome_frame_perftests', |
239 ], | 239 ], |
240 }, | 240 }, |
241 ], # targets | 241 ], # targets |
242 }], # OS="win" | 242 }], # OS="win" |
243 ], # conditions | 243 ], # conditions |
244 } | 244 } |
245 | 245 |
246 # Local Variables: | 246 # Local Variables: |
247 # tab-width:2 | 247 # tab-width:2 |
248 # indent-tabs-mode:nil | 248 # indent-tabs-mode:nil |
249 # End: | 249 # End: |
250 # vim: set expandtab tabstop=2 shiftwidth=2: | 250 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |