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

Side by Side Diff: build/all.gyp

Issue 660110: add chromeos_builder target. (Closed)
Patch Set: code reviews 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 208 matching lines...) Expand 10 before | Expand all | Expand 10 after
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:
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