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 216 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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', { | 232 ['chromeos==1', { |
233 'targets': [ | 233 'targets': [ |
234 { | 234 { |
235 'target_name': 'chromeos_builder', | 235 'target_name': 'chromeos_builder', |
236 'type': 'none', | 236 'type': 'none', |
| 237 'sources': [ |
| 238 # TODO(bradnelson): This is here to work around gyp issue 137. |
| 239 # Remove this sources list when that issue has been fixed. |
| 240 'all.gyp', |
| 241 ], |
237 'dependencies': [ | 242 'dependencies': [ |
238 '../chrome/chrome.gyp:chrome', | 243 '../chrome/chrome.gyp:chrome', |
239 '../media/media.gyp:omx_test', | 244 '../media/media.gyp:omx_test', |
240 '../media/media.gyp:ffmpeg_tests', | 245 '../media/media.gyp:ffmpeg_tests', |
241 » # TODO(jiesun): should we put candidate_window/session here? | 246 # TODO(jiesun): should we put candidate_window/session here? |
242 ], | 247 ], |
243 }, | 248 }, |
244 ], # targets | 249 ], # targets |
245 }], # "chromeos==1" | 250 }], # "chromeos==1" |
246 ], # conditions | 251 ], # conditions |
247 } | 252 } |
248 | 253 |
249 # Local Variables: | 254 # Local Variables: |
250 # tab-width:2 | 255 # tab-width:2 |
251 # indent-tabs-mode:nil | 256 # indent-tabs-mode:nil |
252 # End: | 257 # End: |
253 # vim: set expandtab tabstop=2 shiftwidth=2: | 258 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |