| 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 295 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 306 '../gfx/gfx.gyp:gfx_unittests', | 306 '../gfx/gfx.gyp:gfx_unittests', |
| 307 '../ipc/ipc.gyp:ipc_tests', | 307 '../ipc/ipc.gyp:ipc_tests', |
| 308 '../media/media.gyp:ffmpeg_tests', | 308 '../media/media.gyp:ffmpeg_tests', |
| 309 '../media/media.gyp:media_unittests', | 309 '../media/media.gyp:media_unittests', |
| 310 '../media/media.gyp:omx_test', | 310 '../media/media.gyp:omx_test', |
| 311 '../net/net.gyp:net_unittests', | 311 '../net/net.gyp:net_unittests', |
| 312 '../printing/printing.gyp:printing_unittests', | 312 '../printing/printing.gyp:printing_unittests', |
| 313 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', | 313 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', |
| 314 'temp_gyp/googleurl.gyp:googleurl_unittests', | 314 'temp_gyp/googleurl.gyp:googleurl_unittests', |
| 315 '../chrome/browser/chromeos/text_input/text_input.gyp:candidate_wind
ow', | 315 '../chrome/browser/chromeos/text_input/text_input.gyp:candidate_wind
ow', |
| 316 '../third_party/chromeos_login_manager/chromeos_login_manager/chrome
os_login_manager.gyp:session', | |
| 317 '../third_party/chromeos_login_manager/chromeos_login_manager/chrome
os_login_manager.gyp:emit_login_prompt_ready', | |
| 318 ], | 316 ], |
| 319 }, | 317 }, |
| 320 ], # targets | 318 ], # targets |
| 321 }], # "chromeos==1" | 319 }], # "chromeos==1" |
| 322 ], # conditions | 320 ], # conditions |
| 323 } | 321 } |
| 324 | 322 |
| 325 # Local Variables: | 323 # Local Variables: |
| 326 # tab-width:2 | 324 # tab-width:2 |
| 327 # indent-tabs-mode:nil | 325 # indent-tabs-mode:nil |
| 328 # End: | 326 # End: |
| 329 # vim: set expandtab tabstop=2 shiftwidth=2: | 327 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |