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

Side by Side Diff: build/all.gyp

Issue 11418196: Fix example_browser_main_parts build failure on win/linux aura (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: chromeos build fix 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 | ui/views/examples/content_client/examples_browser_main_parts.cc » ('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 646 matching lines...) Expand 10 before | Expand all | Expand 10 after
657 '../chrome/chrome.gyp:unit_tests', 657 '../chrome/chrome.gyp:unit_tests',
658 '../content/content.gyp:content_browsertests', 658 '../content/content.gyp:content_browsertests',
659 '../content/content.gyp:content_unittests', 659 '../content/content.gyp:content_unittests',
660 '../device/device.gyp:device_unittests', 660 '../device/device.gyp:device_unittests',
661 '../ppapi/ppapi_internal.gyp:ppapi_unittests', 661 '../ppapi/ppapi_internal.gyp:ppapi_unittests',
662 '../remoting/remoting.gyp:remoting_unittests', 662 '../remoting/remoting.gyp:remoting_unittests',
663 '../ui/aura/aura.gyp:*', 663 '../ui/aura/aura.gyp:*',
664 '../ui/compositor/compositor.gyp:*', 664 '../ui/compositor/compositor.gyp:*',
665 '../ui/ui.gyp:ui_unittests', 665 '../ui/ui.gyp:ui_unittests',
666 '../ui/views/views.gyp:views', 666 '../ui/views/views.gyp:views',
667 '../ui/views/views.gyp:views_examples_with_content_exe',
667 '../ui/views/views.gyp:views_unittests', 668 '../ui/views/views.gyp:views_unittests',
668 '../webkit/compositor_bindings/compositor_bindings_tests.gyp:webkit_ compositor_bindings_unittests', 669 '../webkit/compositor_bindings/compositor_bindings_tests.gyp:webkit_ compositor_bindings_unittests',
669 '../webkit/webkit.gyp:pull_in_webkit_unit_tests', 670 '../webkit/webkit.gyp:pull_in_webkit_unit_tests',
670 ], 671 ],
671 'conditions': [ 672 'conditions': [
672 ['OS=="win"', { 673 ['OS=="win"', {
673 # Remove this when we have the real compositor. 674 # Remove this when we have the real compositor.
674 'copies': [ 675 'copies': [
675 { 676 {
676 'destination': '<(PRODUCT_DIR)', 677 'destination': '<(PRODUCT_DIR)',
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
727 '../chrome/chrome.gyp:browser_tests_run', 728 '../chrome/chrome.gyp:browser_tests_run',
728 '../chrome/chrome.gyp:sync_integration_tests_run', 729 '../chrome/chrome.gyp:sync_integration_tests_run',
729 '../chrome/chrome.gyp:unit_tests_run', 730 '../chrome/chrome.gyp:unit_tests_run',
730 '../net/net.gyp:net_unittests_run', 731 '../net/net.gyp:net_unittests_run',
731 ], 732 ],
732 }, # target_name: chromium_swarm_tests 733 }, # target_name: chromium_swarm_tests
733 ], 734 ],
734 }], 735 }],
735 ], # conditions 736 ], # conditions
736 } 737 }
OLDNEW
« no previous file with comments | « no previous file | ui/views/examples/content_client/examples_browser_main_parts.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698