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

Side by Side Diff: build/all.gyp

Issue 10365016: Add a dependency on remoting_webapp to chromium_builder_qa. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rephrase comment. Created 8 years, 7 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 | Annotate | Revision Log
« 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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 258 matching lines...) Expand 10 before | Expand all | Expand 10 after
269 'dependencies': [ 269 'dependencies': [
270 '../chrome/chrome.gyp:gpu_tests', 270 '../chrome/chrome.gyp:gpu_tests',
271 '../gpu/gpu.gyp:gl_tests', 271 '../gpu/gpu.gyp:gl_tests',
272 ], 272 ],
273 }, # target_name: chromium_gpu_debug_builder 273 }, # target_name: chromium_gpu_debug_builder
274 { 274 {
275 'target_name': 'chromium_builder_qa', 275 'target_name': 'chromium_builder_qa',
276 'type': 'none', 276 'type': 'none',
277 'dependencies': [ 277 'dependencies': [
278 '../chrome/chrome.gyp:chromedriver', 278 '../chrome/chrome.gyp:chromedriver',
279 # Dependencies of pyauto_functional tests.
280 '../remoting/remoting.gyp:remoting_webapp',
279 ], 281 ],
280 'conditions': [ 282 'conditions': [
281 # If you change this condition, make sure you also change it 283 # If you change this condition, make sure you also change it
282 # in chrome_tests.gypi 284 # in chrome_tests.gypi
283 ['enable_automation==1 and (OS=="mac" or OS=="win" or (os_posix==1 and t arget_arch==python_arch))', { 285 ['enable_automation==1 and (OS=="mac" or OS=="win" or (os_posix==1 and t arget_arch==python_arch))', {
284 'dependencies': [ 286 'dependencies': [
285 '../chrome/chrome.gyp:pyautolib', 287 '../chrome/chrome.gyp:pyautolib',
286 ], 288 ],
287 }], 289 }],
288 ], 290 ],
(...skipping 329 matching lines...) Expand 10 before | Expand all | Expand 10 after
618 'dependencies': [ 620 'dependencies': [
619 '../chromeos/chromeos.gyp:chromeos_unittests', 621 '../chromeos/chromeos.gyp:chromeos_unittests',
620 ], 622 ],
621 }], 623 }],
622 ], 624 ],
623 }, 625 },
624 ], # targets 626 ], # targets
625 }], # "use_aura==1" 627 }], # "use_aura==1"
626 ], # conditions 628 ], # conditions
627 } 629 }
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