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: chrome/chrome_tests.gypi

Issue 8689001: Reland 111519: Remove default plug-in on Mac, Gtk and Aura. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix Created 9 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 | « chrome/chrome_common.gypi ('k') | chrome/default_plugin/default_plugin.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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'target_defaults': { 5 'target_defaults': {
6 'conditions': [ 6 'conditions': [
7 ['strip_tests==1', { 7 ['strip_tests==1', {
8 'cflags!': [ '-g' ], 8 'cflags!': [ '-g' ],
9 'ldflags': [ '-Wl,--strip-debug' ], 9 'ldflags': [ '-Wl,--strip-debug' ],
10 }], 10 }],
(...skipping 716 matching lines...) Expand 10 before | Expand all | Expand 10 after
727 '../net/net.gyp:net', 727 '../net/net.gyp:net',
728 '../net/net.gyp:net_test_support', 728 '../net/net.gyp:net_test_support',
729 '../build/temp_gyp/googleurl.gyp:googleurl', 729 '../build/temp_gyp/googleurl.gyp:googleurl',
730 '../skia/skia.gyp:skia', 730 '../skia/skia.gyp:skia',
731 '../testing/gmock.gyp:gmock', 731 '../testing/gmock.gyp:gmock',
732 '../testing/gtest.gyp:gtest', 732 '../testing/gtest.gyp:gtest',
733 '../third_party/icu/icu.gyp:icui18n', 733 '../third_party/icu/icu.gyp:icui18n',
734 '../third_party/icu/icu.gyp:icuuc', 734 '../third_party/icu/icu.gyp:icuuc',
735 '../third_party/libxml/libxml.gyp:libxml', 735 '../third_party/libxml/libxml.gyp:libxml',
736 # run time dependencies 736 # run time dependencies
737 'default_plugin/default_plugin.gyp:default_plugin',
738 '../ppapi/ppapi_internal.gyp:ppapi_tests', 737 '../ppapi/ppapi_internal.gyp:ppapi_tests',
739 '../third_party/mesa/mesa.gyp:osmesa', 738 '../third_party/mesa/mesa.gyp:osmesa',
740 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:copy_TestNetsca pePlugIn', 739 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:copy_TestNetsca pePlugIn',
741 ], 740 ],
742 'include_dirs': [ 741 'include_dirs': [
743 '..', 742 '..',
744 ], 743 ],
745 'sources': [ 744 'sources': [
746 'app/chrome_main_uitest.cc', 745 'app/chrome_main_uitest.cc',
747 'browser/browser_encoding_uitest.cc', 746 'browser/browser_encoding_uitest.cc',
748 'browser/custom_handlers/custom_handlers_uitest.cc', 747 'browser/custom_handlers/custom_handlers_uitest.cc',
749 'browser/download/save_page_uitest.cc', 748 'browser/download/save_page_uitest.cc',
750 'browser/default_plugin_uitest.cc',
751 'browser/fast_shutdown_uitest.cc', 749 'browser/fast_shutdown_uitest.cc',
752 'browser/history/multipart_uitest.cc', 750 'browser/history/multipart_uitest.cc',
753 'browser/history/redirect_uitest.cc', 751 'browser/history/redirect_uitest.cc',
754 'browser/iframe_uitest.cc', 752 'browser/iframe_uitest.cc',
755 'browser/images_uitest.cc', 753 'browser/images_uitest.cc',
756 'browser/locale_tests_uitest.cc', 754 'browser/locale_tests_uitest.cc',
757 'browser/media_uitest.cc', 755 'browser/media_uitest.cc',
758 'browser/metrics/metrics_service_uitest.cc', 756 'browser/metrics/metrics_service_uitest.cc',
759 'browser/net/load_timing_observer_uitest.cc', 757 'browser/net/load_timing_observer_uitest.cc',
760 'browser/prefs/pref_service_uitest.cc', 758 'browser/prefs/pref_service_uitest.cc',
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
836 }], 834 }],
837 ['toolkit_views==1', { 835 ['toolkit_views==1', {
838 'dependencies': [ 836 'dependencies': [
839 '../views/views.gyp:views', 837 '../views/views.gyp:views',
840 ], 838 ],
841 }], 839 }],
842 ['use_aura==1', { 840 ['use_aura==1', {
843 'sources!': [ 841 'sources!': [
844 'test/automation/automation_proxy_uitest.cc', 842 'test/automation/automation_proxy_uitest.cc',
845 'test/ui/npapi_uitest.cc', 843 'test/ui/npapi_uitest.cc',
844 'browser/default_plugin_uitest.cc',
jochen (gone - plz use gerrit) 2011/11/24 13:17:38 not sure I understand this. You deleted the entry
Bernhard Bauer 2011/11/24 13:53:05 True, that seems like one too many ;-) I think the
846 ], 845 ],
847 'dependencies': [ 846 'dependencies': [
848 '../ui/aura/aura.gyp:aura', 847 '../ui/aura/aura.gyp:aura',
849 ], 848 ],
850 }], 849 }],
851 ['OS=="mac"', { 850 ['OS=="mac"', {
852 # See the comment in this section of the unit_tests target for an 851 # See the comment in this section of the unit_tests target for an
853 # explanation (crbug.com/43791 - libwebcore.a is too large to mmap). 852 # explanation (crbug.com/43791 - libwebcore.a is too large to mmap).
854 'dependencies+++': [ 853 'dependencies+++': [
855 '../third_party/WebKit/Source/WebCore/WebCore.gyp/WebCore.gyp:webcor e', 854 '../third_party/WebKit/Source/WebCore/WebCore.gyp/WebCore.gyp:webcor e',
(...skipping 11 matching lines...) Expand all
867 'security_tests', # run time dependency 866 'security_tests', # run time dependency
868 'test_support_common', 867 'test_support_common',
869 '../google_update/google_update.gyp:google_update', 868 '../google_update/google_update.gyp:google_update',
870 ], 869 ],
871 'conditions': [ 870 'conditions': [
872 ['win_use_allocator_shim==1', { 871 ['win_use_allocator_shim==1', {
873 'dependencies': [ 872 'dependencies': [
874 '<(allocator_target)', 873 '<(allocator_target)',
875 ], 874 ],
876 }], 875 }],
876 ['use_aura==0', {
877 'dependencies': [
878 # Runtime dependency
879 'default_plugin/default_plugin.gyp:default_plugin',
880 ]
881 }],
877 ], 882 ],
878 'link_settings': { 883 'link_settings': {
879 'libraries': [ 884 'libraries': [
880 '-lOleAcc.lib', 885 '-lOleAcc.lib',
881 ], 886 ],
882 }, 887 },
883 'configurations': { 888 'configurations': {
884 'Debug_Base': { 889 'Debug_Base': {
885 'msvs_settings': { 890 'msvs_settings': {
886 'VCLinkerTool': { 891 'VCLinkerTool': {
(...skipping 3455 matching lines...) Expand 10 before | Expand all | Expand 10 after
4342 # Use outputs of this action as inputs for the main target build. 4347 # Use outputs of this action as inputs for the main target build.
4343 # Seems as a misnomer but makes this happy on Linux (scons). 4348 # Seems as a misnomer but makes this happy on Linux (scons).
4344 'process_outputs_as_sources': 1, 4349 'process_outputs_as_sources': 1,
4345 }, 4350 },
4346 ], # 'actions' 4351 ], # 'actions'
4347 }, 4352 },
4348 ] 4353 ]
4349 }], # 'coverage!=0' 4354 }], # 'coverage!=0'
4350 ], # 'conditions' 4355 ], # 'conditions'
4351 } 4356 }
OLDNEW
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/default_plugin/default_plugin.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698