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

Side by Side Diff: build/all.gyp

Issue 17366006: Factor out content shell and tests into a standalone gyp (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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
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 305 matching lines...) Expand 10 before | Expand all | Expand 10 after
316 }, # target_name: chromium_2010_builder_tests 316 }, # target_name: chromium_2010_builder_tests
317 ], 317 ],
318 'conditions': [ 318 'conditions': [
319 ['OS!="ios"', { 319 ['OS!="ios"', {
320 'targets': [ 320 'targets': [
321 { 321 {
322 'target_name': 'all_webkit', 322 'target_name': 'all_webkit',
323 'type': 'none', 323 'type': 'none',
324 'dependencies': [ 324 'dependencies': [
325 '../third_party/WebKit/public/all.gyp:all_blink', 325 '../third_party/WebKit/public/all.gyp:all_blink',
326 '../content/content.gyp:content_shell', 326 '../content/content_shell.gyp:content_shell',
327 ], 327 ],
328 }, # target_name: all_webkit 328 }, # target_name: all_webkit
329 { 329 {
330 'target_name': 'chromium_builder_nacl_win_integration', 330 'target_name': 'chromium_builder_nacl_win_integration',
331 'type': 'none', 331 'type': 'none',
332 'dependencies': [ 332 'dependencies': [
333 'chromium_builder_qa', # needed for pyauto 333 'chromium_builder_qa', # needed for pyauto
334 'chromium_builder_tests', 334 'chromium_builder_tests',
335 ], 335 ],
336 }, # target_name: chromium_builder_nacl_win_integration 336 }, # target_name: chromium_builder_nacl_win_integration
(...skipping 548 matching lines...) Expand 10 before | Expand all | Expand 10 after
885 '../chrome/chrome.gyp:interactive_ui_tests_run', 885 '../chrome/chrome.gyp:interactive_ui_tests_run',
886 '../chrome/chrome.gyp:sync_integration_tests_run', 886 '../chrome/chrome.gyp:sync_integration_tests_run',
887 '../chrome/chrome.gyp:unit_tests_run', 887 '../chrome/chrome.gyp:unit_tests_run',
888 '../net/net.gyp:net_unittests_run', 888 '../net/net.gyp:net_unittests_run',
889 ], 889 ],
890 }, # target_name: chromium_swarm_tests 890 }, # target_name: chromium_swarm_tests
891 ], 891 ],
892 }], 892 }],
893 ], # conditions 893 ], # conditions
894 } 894 }
OLDNEW
« no previous file with comments | « ash/ash.gyp ('k') | build/all_android.gyp » ('j') | content/content_shell.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698