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

Side by Side Diff: build/all.gyp

Issue 9226012: Checkpoint: android fixes towards compilation of unit_tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: miranda alphabetical issue Created 8 years, 11 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 | build/all_android.gyp » ('j') | 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 245 matching lines...) Expand 10 before | Expand all | Expand 10 after
256 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:DumpRenderTree' , 256 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:DumpRenderTree' ,
257 ], 257 ],
258 }, # target_name: chromium_gpu_builder 258 }, # target_name: chromium_gpu_builder
259 { 259 {
260 'target_name': 'chromium_builder_qa', 260 'target_name': 'chromium_builder_qa',
261 'type': 'none', 261 'type': 'none',
262 'dependencies': [ 262 'dependencies': [
263 '../chrome/chrome.gyp:chromedriver', 263 '../chrome/chrome.gyp:chromedriver',
264 ], 264 ],
265 'conditions': [ 265 'conditions': [
266 ['OS=="mac" or OS=="win" or (os_posix==1 and target_arch==python_arch)', { 266 # If you change this condition, make sure you also change it
267 # in chrome_tests.gypi
268 ['OS=="mac" or OS=="win" or (os_posix==1 and OS != "android" and target_ arch==python_arch)', {
267 'dependencies': [ 269 'dependencies': [
268 '../chrome/chrome.gyp:pyautolib', 270 '../chrome/chrome.gyp:pyautolib',
269 ], 271 ],
270 }], 272 }],
271 ], 273 ],
272 }, # target_name: chromium_builder_qa 274 }, # target_name: chromium_builder_qa
273 ], 275 ],
274 'conditions': [ 276 'conditions': [
275 ['OS=="mac"', { 277 ['OS=="mac"', {
276 'targets': [ 278 'targets': [
(...skipping 327 matching lines...) Expand 10 before | Expand all | Expand 10 after
604 '../sql/sql.gyp:sql_unittests', 606 '../sql/sql.gyp:sql_unittests',
605 '../ui/ui.gyp:gfx_unittests', 607 '../ui/ui.gyp:gfx_unittests',
606 ], 608 ],
607 }], 609 }],
608 ], 610 ],
609 }, 611 },
610 ], # targets 612 ], # targets
611 }], # "use_aura==1" 613 }], # "use_aura==1"
612 ], # conditions 614 ], # conditions
613 } 615 }
OLDNEW
« no previous file with comments | « no previous file | build/all_android.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698