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 'type': 'none', | 224 'type': 'none', |
225 'dependencies': [ | 225 'dependencies': [ |
226 '../app/app.gyp:app_unittests', | 226 '../app/app.gyp:app_unittests', |
227 '../base/base.gyp:base_unittests', | 227 '../base/base.gyp:base_unittests', |
228 'temp_gyp/googleurl.gyp:googleurl_unittests', | 228 'temp_gyp/googleurl.gyp:googleurl_unittests', |
229 '../ipc/ipc.gyp:ipc_tests', | 229 '../ipc/ipc.gyp:ipc_tests', |
230 '../media/media.gyp:media_unittests', | 230 '../media/media.gyp:media_unittests', |
231 '../net/net.gyp:net_unittests', | 231 '../net/net.gyp:net_unittests', |
232 '../printing/printing.gyp:printing_unittests', | 232 '../printing/printing.gyp:printing_unittests', |
233 '../remoting/remoting.gyp:remoting_unittests', | 233 '../remoting/remoting.gyp:remoting_unittests', |
| 234 '../chrome/chrome.gyp:sync_unit_tests', |
234 '../chrome/chrome.gyp:unit_tests', | 235 '../chrome/chrome.gyp:unit_tests', |
235 '../chrome/chrome.gyp:ui_tests', | 236 '../chrome/chrome.gyp:ui_tests', |
236 '../jingle/jingle.gyp:notifier_unit_tests', | 237 '../jingle/jingle.gyp:notifier_unit_tests', |
237 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', | 238 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', |
238 ], | 239 ], |
239 }, | 240 }, |
240 ], # targets | 241 ], # targets |
241 }], # OS="mac" | 242 }], # OS="mac" |
242 ['OS=="win"', { | 243 ['OS=="win"', { |
243 'targets': [ | 244 'targets': [ |
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
356 ], # targets | 357 ], # targets |
357 }], # "chromeos==1" | 358 }], # "chromeos==1" |
358 ], # conditions | 359 ], # conditions |
359 } | 360 } |
360 | 361 |
361 # Local Variables: | 362 # Local Variables: |
362 # tab-width:2 | 363 # tab-width:2 |
363 # indent-tabs-mode:nil | 364 # indent-tabs-mode:nil |
364 # End: | 365 # End: |
365 # vim: set expandtab tabstop=2 shiftwidth=2: | 366 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |