OLD | NEW |
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 Loading... |
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', |
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
836 }], | 835 }], |
837 ['toolkit_views==1', { | 836 ['toolkit_views==1', { |
838 'dependencies': [ | 837 'dependencies': [ |
839 '../views/views.gyp:views', | 838 '../views/views.gyp:views', |
840 ], | 839 ], |
841 }], | 840 }], |
842 ['use_aura==1', { | 841 ['use_aura==1', { |
843 'sources!': [ | 842 'sources!': [ |
844 'test/automation/automation_proxy_uitest.cc', | 843 'test/automation/automation_proxy_uitest.cc', |
845 'test/ui/npapi_uitest.cc', | 844 'test/ui/npapi_uitest.cc', |
| 845 'browser/default_plugin_uitest.cc', |
846 ], | 846 ], |
847 'dependencies': [ | 847 'dependencies': [ |
848 '../ui/aura/aura.gyp:aura', | 848 '../ui/aura/aura.gyp:aura', |
849 ], | 849 ], |
850 }], | 850 }], |
851 ['OS=="mac"', { | 851 ['OS=="mac"', { |
852 # See the comment in this section of the unit_tests target for an | 852 # 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). | 853 # explanation (crbug.com/43791 - libwebcore.a is too large to mmap). |
854 'dependencies+++': [ | 854 'dependencies+++': [ |
855 '../third_party/WebKit/Source/WebCore/WebCore.gyp/WebCore.gyp:webcor
e', | 855 '../third_party/WebKit/Source/WebCore/WebCore.gyp/WebCore.gyp:webcor
e', |
(...skipping 11 matching lines...) Expand all Loading... |
867 'security_tests', # run time dependency | 867 'security_tests', # run time dependency |
868 'test_support_common', | 868 'test_support_common', |
869 '../google_update/google_update.gyp:google_update', | 869 '../google_update/google_update.gyp:google_update', |
870 ], | 870 ], |
871 'conditions': [ | 871 'conditions': [ |
872 ['win_use_allocator_shim==1', { | 872 ['win_use_allocator_shim==1', { |
873 'dependencies': [ | 873 'dependencies': [ |
874 '<(allocator_target)', | 874 '<(allocator_target)', |
875 ], | 875 ], |
876 }], | 876 }], |
| 877 ['use_aura==0', { |
| 878 'dependencies': [ |
| 879 # Runtime dependency |
| 880 'default_plugin/default_plugin.gyp:default_plugin', |
| 881 ] |
| 882 }], |
877 ], | 883 ], |
878 'link_settings': { | 884 'link_settings': { |
879 'libraries': [ | 885 'libraries': [ |
880 '-lOleAcc.lib', | 886 '-lOleAcc.lib', |
881 ], | 887 ], |
882 }, | 888 }, |
883 'configurations': { | 889 'configurations': { |
884 'Debug_Base': { | 890 'Debug_Base': { |
885 'msvs_settings': { | 891 'msvs_settings': { |
886 'VCLinkerTool': { | 892 'VCLinkerTool': { |
(...skipping 3455 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4342 # Use outputs of this action as inputs for the main target build. | 4348 # Use outputs of this action as inputs for the main target build. |
4343 # Seems as a misnomer but makes this happy on Linux (scons). | 4349 # Seems as a misnomer but makes this happy on Linux (scons). |
4344 'process_outputs_as_sources': 1, | 4350 'process_outputs_as_sources': 1, |
4345 }, | 4351 }, |
4346 ], # 'actions' | 4352 ], # 'actions' |
4347 }, | 4353 }, |
4348 ] | 4354 ] |
4349 }], # 'coverage!=0' | 4355 }], # 'coverage!=0' |
4350 ], # 'conditions' | 4356 ], # 'conditions' |
4351 } | 4357 } |
OLD | NEW |