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

Side by Side Diff: build/all.gyp

Issue 11637026: Revert 173997 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years 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 636 matching lines...) Expand 10 before | Expand all | Expand 10 after
647 '../cc/cc_tests.gyp:cc_unittests', 647 '../cc/cc_tests.gyp:cc_unittests',
648 '../chrome/chrome.gyp:browser_tests', 648 '../chrome/chrome.gyp:browser_tests',
649 '../chrome/chrome.gyp:chrome', 649 '../chrome/chrome.gyp:chrome',
650 '../chrome/chrome.gyp:interactive_ui_tests', 650 '../chrome/chrome.gyp:interactive_ui_tests',
651 '../chrome/chrome.gyp:unit_tests', 651 '../chrome/chrome.gyp:unit_tests',
652 '../content/content.gyp:content_browsertests', 652 '../content/content.gyp:content_browsertests',
653 '../content/content.gyp:content_unittests', 653 '../content/content.gyp:content_unittests',
654 '../device/device.gyp:device_unittests', 654 '../device/device.gyp:device_unittests',
655 '../ppapi/ppapi_internal.gyp:ppapi_unittests', 655 '../ppapi/ppapi_internal.gyp:ppapi_unittests',
656 '../remoting/remoting.gyp:remoting_unittests', 656 '../remoting/remoting.gyp:remoting_unittests',
657 '../ui/app_list/app_list.gyp:*',
658 '../ui/aura/aura.gyp:*', 657 '../ui/aura/aura.gyp:*',
659 '../ui/compositor/compositor.gyp:*', 658 '../ui/compositor/compositor.gyp:*',
660 '../ui/message_center/message_center.gyp:*',
661 '../ui/ui.gyp:ui_unittests', 659 '../ui/ui.gyp:ui_unittests',
662 '../ui/views/views.gyp:views', 660 '../ui/views/views.gyp:views',
663 '../ui/views/views.gyp:views_examples_with_content_exe', 661 '../ui/views/views.gyp:views_examples_with_content_exe',
664 '../ui/views/views.gyp:views_unittests', 662 '../ui/views/views.gyp:views_unittests',
665 '../webkit/compositor_bindings/compositor_bindings_tests.gyp:webkit_ compositor_bindings_unittests', 663 '../webkit/compositor_bindings/compositor_bindings_tests.gyp:webkit_ compositor_bindings_unittests',
666 '../webkit/webkit.gyp:pull_in_webkit_unit_tests', 664 '../webkit/webkit.gyp:pull_in_webkit_unit_tests',
667 ], 665 ],
668 'conditions': [ 666 'conditions': [
669 ['OS=="win"', { 667 ['OS=="win"', {
670 # Remove this when we have the real compositor. 668 # Remove this when we have the real compositor.
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
724 '../chrome/chrome.gyp:browser_tests_run', 722 '../chrome/chrome.gyp:browser_tests_run',
725 '../chrome/chrome.gyp:sync_integration_tests_run', 723 '../chrome/chrome.gyp:sync_integration_tests_run',
726 '../chrome/chrome.gyp:unit_tests_run', 724 '../chrome/chrome.gyp:unit_tests_run',
727 '../net/net.gyp:net_unittests_run', 725 '../net/net.gyp:net_unittests_run',
728 ], 726 ],
729 }, # target_name: chromium_swarm_tests 727 }, # target_name: chromium_swarm_tests
730 ], 728 ],
731 }], 729 }],
732 ], # conditions 730 ], # conditions
733 } 731 }
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