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

Side by Side Diff: content/content_tests.gypi

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) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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': 'test_support_content', 8 'target_name': 'test_support_content',
9 'type': 'static_library', 9 'type': 'static_library',
10 'defines!': ['CONTENT_IMPLEMENTATION'], 10 'defines!': ['CONTENT_IMPLEMENTATION'],
(...skipping 721 matching lines...) Expand 10 before | Expand all | Expand 10 after
732 'targets': [ 732 'targets': [
733 { 733 {
734 'target_name': 'content_browsertests', 734 'target_name': 'content_browsertests',
735 'type': '<(gtest_target_type)', 735 'type': '<(gtest_target_type)',
736 'defines!': ['CONTENT_IMPLEMENTATION'], 736 'defines!': ['CONTENT_IMPLEMENTATION'],
737 'dependencies': [ 737 'dependencies': [
738 'content_common', 738 'content_common',
739 'content_gpu', 739 'content_gpu',
740 'content_plugin', 740 'content_plugin',
741 'content_renderer', 741 'content_renderer',
742 'content_shell_lib', 742 'content_shell.gyp:content_shell_lib',
743 'content_shell_pak', 743 'content_shell.gyp:content_shell_pak',
744 'test_support_content', 744 'test_support_content',
745 '../base/base.gyp:test_support_base', 745 '../base/base.gyp:test_support_base',
746 '../gpu/gpu.gyp:gpu', 746 '../gpu/gpu.gyp:gpu',
747 '../ipc/ipc.gyp:test_support_ipc', 747 '../ipc/ipc.gyp:test_support_ipc',
748 '../net/net.gyp:net_test_support', 748 '../net/net.gyp:net_test_support',
749 '../ppapi/ppapi_internal.gyp:ppapi_host', 749 '../ppapi/ppapi_internal.gyp:ppapi_host',
750 '../ppapi/ppapi_internal.gyp:ppapi_ipc', 750 '../ppapi/ppapi_internal.gyp:ppapi_ipc',
751 '../ppapi/ppapi_internal.gyp:ppapi_proxy', 751 '../ppapi/ppapi_internal.gyp:ppapi_proxy',
752 '../ppapi/ppapi_internal.gyp:ppapi_shared', 752 '../ppapi/ppapi_internal.gyp:ppapi_shared',
753 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', 753 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared',
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
919 ['OS=="linux"', { 919 ['OS=="linux"', {
920 'sources!': [ 920 'sources!': [
921 'browser/accessibility/dump_accessibility_tree_browsertest.cc', 921 'browser/accessibility/dump_accessibility_tree_browsertest.cc',
922 ], 922 ],
923 }], 923 }],
924 ['OS=="android"', { 924 ['OS=="android"', {
925 'sources': [ 925 'sources': [
926 'shell/android/browsertests_apk/content_browser_tests_android.cc ', 926 'shell/android/browsertests_apk/content_browser_tests_android.cc ',
927 ], 927 ],
928 'dependencies': [ 928 'dependencies': [
929 'content_shell_jni_headers', 929 'content_shell.gyp:content_shell_jni_headers',
930 'content_shell_lib', 930 'content_shell.gyp:content_shell_lib',
931 '../testing/android/native_test.gyp:native_test_util', 931 '../testing/android/native_test.gyp:native_test_util',
932 ], 932 ],
933 }], 933 }],
934 ['OS=="mac"', { 934 ['OS=="mac"', {
935 'dependencies': [ 935 'dependencies': [
936 'content_shell', # Needed for Content Shell.app's Helper. 936 'content_shell.gyp:content_shell', # Needed for Content Shell.a pp's Helper.
937 ], 937 ],
938 'sources': [ 938 'sources': [
939 'renderer/external_popup_menu_browsertest.cc', 939 'renderer/external_popup_menu_browsertest.cc',
940 ], 940 ],
941 }], 941 }],
942 ['use_aura==1', { 942 ['use_aura==1', {
943 'sources!': [ 943 'sources!': [
944 'browser/accessibility/accessibility_win_browsertest.cc', 944 'browser/accessibility/accessibility_win_browsertest.cc',
945 'browser/accessibility/dump_accessibility_tree_browsertest.cc', 945 'browser/accessibility/dump_accessibility_tree_browsertest.cc',
946 'browser/plugin_browsertest.cc', 946 'browser/plugin_browsertest.cc',
(...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after
1132 }, 1132 },
1133 'includes': [ '../build/apk_test.gypi' ], 1133 'includes': [ '../build/apk_test.gypi' ],
1134 }, 1134 },
1135 { 1135 {
1136 'target_name': 'content_browsertests_apk', 1136 'target_name': 'content_browsertests_apk',
1137 'type': 'none', 1137 'type': 'none',
1138 'dependencies': [ 1138 'dependencies': [
1139 'content_browsertests', 1139 'content_browsertests',
1140 'content_java', 1140 'content_java',
1141 'content_java_test_support', 1141 'content_java_test_support',
1142 'content_shell_java', 1142 'content_shell.gyp:content_shell_java',
1143 ], 1143 ],
1144 'variables': { 1144 'variables': {
1145 'apk_name': 'content_browsertests', 1145 'apk_name': 'content_browsertests',
1146 'java_in_dir': 'shell/android/browsertests_apk', 1146 'java_in_dir': 'shell/android/browsertests_apk',
1147 'resource_dir': 'shell/android/browsertests_apk/res', 1147 'resource_dir': 'shell/android/browsertests_apk/res',
1148 'native_lib_target': 'libcontent_browsertests', 1148 'native_lib_target': 'libcontent_browsertests',
1149 'additional_input_paths': ['<(PRODUCT_DIR)/content_shell/assets/cont ent_shell.pak'], 1149 'additional_input_paths': ['<(PRODUCT_DIR)/content_shell/assets/cont ent_shell.pak'],
1150 'asset_location': '<(ant_build_out)/content_shell/assets', 1150 'asset_location': '<(ant_build_out)/content_shell/assets',
1151 }, 1151 },
1152 'includes': [ '../build/java_apk.gypi' ], 1152 'includes': [ '../build/java_apk.gypi' ],
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
1196 'java_in_dir': '../content/public/test/android/javatests', 1196 'java_in_dir': '../content/public/test/android/javatests',
1197 }, 1197 },
1198 'includes': [ '../build/java.gypi' ], 1198 'includes': [ '../build/java.gypi' ],
1199 }, 1199 },
1200 { 1200 {
1201 'target_name': 'content_shell_test_apk', 1201 'target_name': 'content_shell_test_apk',
1202 'type': 'none', 1202 'type': 'none',
1203 'dependencies': [ 1203 'dependencies': [
1204 'content_java', 1204 'content_java',
1205 'content_java_test_support', 1205 'content_java_test_support',
1206 'content_shell_apk_java', 1206 'content_shell.gyp:content_shell_apk_java',
1207 '../base/base.gyp:base_java', 1207 '../base/base.gyp:base_java',
1208 '../base/base.gyp:base_javatests', 1208 '../base/base.gyp:base_javatests',
1209 '../base/base.gyp:base_java_test_support', 1209 '../base/base.gyp:base_java_test_support',
1210 '../media/media.gyp:media_java', 1210 '../media/media.gyp:media_java',
1211 '../media/media.gyp:media_test_support', 1211 '../media/media.gyp:media_test_support',
1212 '../net/net.gyp:net_java', 1212 '../net/net.gyp:net_java',
1213 '../net/net.gyp:net_javatests', 1213 '../net/net.gyp:net_javatests',
1214 '../tools/android/forwarder2/forwarder.gyp:forwarder2', 1214 '../tools/android/forwarder2/forwarder.gyp:forwarder2',
1215 ], 1215 ],
1216 'variables': { 1216 'variables': {
1217 'apk_name': 'ContentShellTest', 1217 'apk_name': 'ContentShellTest',
1218 'java_in_dir': 'shell/android/javatests', 1218 'java_in_dir': 'shell/android/javatests',
1219 'resource_dir': 'shell/android/shell_apk/res', 1219 'resource_dir': 'shell/android/shell_apk/res',
1220 'additional_src_dirs': ['public/android/javatests/',], 1220 'additional_src_dirs': ['public/android/javatests/',],
1221 'is_test_apk': 1, 1221 'is_test_apk': 1,
1222 }, 1222 },
1223 'includes': [ '../build/java_apk.gypi' ], 1223 'includes': [ '../build/java_apk.gypi' ],
1224 }, 1224 },
1225 ], 1225 ],
1226 }], 1226 }],
1227 ], 1227 ],
1228 } 1228 }
OLDNEW
« content/content_shell.gyp ('K') | « content/content_shell.gypi ('k') | ui/views/views.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698