Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(80)

Side by Side Diff: build/all.gyp

Issue 661249: Working around gyp issue 137 in scons emitter.... (Closed) Base URL: svn://chrome-svn.corp.google.com/chrome/trunk/src/
Patch Set: Created 10 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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:
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698