| 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 208 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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_reliability_tests', |
| 225 '../chrome_frame/chrome_frame.gyp:chrome_frame_tests', | 225 '../chrome_frame/chrome_frame.gyp:chrome_frame_tests', |
| 226 '../chrome_frame/chrome_frame.gyp:chrome_frame_unittests', | 226 '../chrome_frame/chrome_frame.gyp:chrome_frame_unittests', |
| 227 '../chrome_frame/chrome_frame.gyp:npchrome_frame', | 227 '../chrome_frame/chrome_frame.gyp:npchrome_frame', |
| 228 ], | 228 ], |
| 229 }, | 229 }, |
| 230 ], # targets | 230 ], # targets |
| 231 }], # OS="win" | 231 }], # OS="win" |
| 232 ['chromeos==1', { |
| 233 'targets': [ |
| 234 { |
| 235 'target_name': 'chromeos_builder', |
| 236 'type': 'none', |
| 237 'dependencies': [ |
| 238 '../chrome/chrome.gyp:chrome', |
| 239 '../media/media.gyp:omx_test', |
| 240 '../media/media.gyp:ffmpeg_tests', |
| 241 # TODO(jiesun): should we put candidate_window/session here? |
| 242 ], |
| 243 }, |
| 244 ], # targets |
| 245 }], # "chromeos==1" |
| 232 ], # conditions | 246 ], # conditions |
| 233 } | 247 } |
| 234 | 248 |
| 235 # Local Variables: | 249 # Local Variables: |
| 236 # tab-width:2 | 250 # tab-width:2 |
| 237 # indent-tabs-mode:nil | 251 # indent-tabs-mode:nil |
| 238 # End: | 252 # End: |
| 239 # vim: set expandtab tabstop=2 shiftwidth=2: | 253 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |