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

Side by Side Diff: content/content_tests.gypi

Issue 109433013: Move geometric types to a separate, more lightweight target. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 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
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 'dependencies': [ 10 'dependencies': [
11 '../net/net.gyp:net_test_support', 11 '../net/net.gyp:net_test_support',
12 '../skia/skia.gyp:skia', 12 '../skia/skia.gyp:skia',
13 '../testing/gmock.gyp:gmock', 13 '../testing/gmock.gyp:gmock',
14 '../testing/gtest.gyp:gtest', 14 '../testing/gtest.gyp:gtest',
15 '../ui/events/events.gyp:dom4_keycode_converter', 15 '../ui/events/events.gyp:dom4_keycode_converter',
16 '../ui/events/events.gyp:events_base', 16 '../ui/events/events.gyp:events_base',
17 '../ui/gfx/gfx.gyp:gfx', 17 '../ui/gfx/gfx.gyp:gfx',
18 '../ui/gfx/gfx.gyp:gfx_geometry',
18 '../ui/resources/ui_resources.gyp:ui_resources', 19 '../ui/resources/ui_resources.gyp:ui_resources',
19 '../ui/ui.gyp:ui', 20 '../ui/ui.gyp:ui',
20 '../ui/ui_unittests.gyp:ui_test_support', 21 '../ui/ui_unittests.gyp:ui_test_support',
21 '../url/url.gyp:url_lib', 22 '../url/url.gyp:url_lib',
22 'browser/speech/proto/speech_proto.gyp:speech_proto', 23 'browser/speech/proto/speech_proto.gyp:speech_proto',
23 'content.gyp:content_app_both', 24 'content.gyp:content_app_both',
24 'content.gyp:content_browser', 25 'content.gyp:content_browser',
25 'content.gyp:content_common', 26 'content.gyp:content_common',
26 ], 27 ],
27 'include_dirs': [ 28 'include_dirs': [
(...skipping 281 matching lines...) Expand 10 before | Expand all | Expand 10 after
309 'browser/speech/proto/speech_proto.gyp:speech_proto', 310 'browser/speech/proto/speech_proto.gyp:speech_proto',
310 '../base/base.gyp:test_support_base', 311 '../base/base.gyp:test_support_base',
311 '../crypto/crypto.gyp:crypto', 312 '../crypto/crypto.gyp:crypto',
312 '../net/net.gyp:net_test_support', 313 '../net/net.gyp:net_test_support',
313 '../skia/skia.gyp:skia', 314 '../skia/skia.gyp:skia',
314 '../sql/sql.gyp:sql', 315 '../sql/sql.gyp:sql',
315 '../sql/sql.gyp:test_support_sql', 316 '../sql/sql.gyp:test_support_sql',
316 '../testing/gmock.gyp:gmock', 317 '../testing/gmock.gyp:gmock',
317 '../testing/gtest.gyp:gtest', 318 '../testing/gtest.gyp:gtest',
318 '../ui/gfx/gfx.gyp:gfx', 319 '../ui/gfx/gfx.gyp:gfx',
320 '../ui/gfx/gfx.gyp:gfx_geometry',
319 '../ui/ui.gyp:ui', 321 '../ui/ui.gyp:ui',
320 '../webkit/common/user_agent/webkit_user_agent.gyp:user_agent', 322 '../webkit/common/user_agent/webkit_user_agent.gyp:user_agent',
321 ], 323 ],
322 'include_dirs': [ 324 'include_dirs': [
323 '..', 325 '..',
324 '<(SHARED_INTERMEDIATE_DIR)', # Needed by key_systems_unittest.cc. 326 '<(SHARED_INTERMEDIATE_DIR)', # Needed by key_systems_unittest.cc.
325 ], 327 ],
326 'sources': [ 328 'sources': [
327 'browser/accessibility/browser_accessibility_mac_unittest.mm', 329 'browser/accessibility/browser_accessibility_mac_unittest.mm',
328 'browser/accessibility/browser_accessibility_manager_unittest.cc', 330 'browser/accessibility/browser_accessibility_manager_unittest.cc',
(...skipping 518 matching lines...) Expand 10 before | Expand all | Expand 10 after
847 'defines!': ['CONTENT_IMPLEMENTATION'], 849 'defines!': ['CONTENT_IMPLEMENTATION'],
848 'dependencies': [ 850 'dependencies': [
849 'content.gyp:content_common', 851 'content.gyp:content_common',
850 'test_support_content', 852 'test_support_content',
851 '../base/base.gyp:test_support_base', 853 '../base/base.gyp:test_support_base',
852 '../cc/cc.gyp:cc', 854 '../cc/cc.gyp:cc',
853 '../skia/skia.gyp:skia', 855 '../skia/skia.gyp:skia',
854 '../testing/gtest.gyp:gtest', 856 '../testing/gtest.gyp:gtest',
855 '../testing/perf/perf_test.gyp:*', 857 '../testing/perf/perf_test.gyp:*',
856 '../ui/gfx/gfx.gyp:gfx', 858 '../ui/gfx/gfx.gyp:gfx',
859 '../ui/gfx/gfx.gyp:gfx_geometry',
857 ], 860 ],
858 'include_dirs': [ 861 'include_dirs': [
859 '..', 862 '..',
860 ], 863 ],
861 'sources': [ 864 'sources': [
862 'common/cc_messages_perftest.cc', 865 'common/cc_messages_perftest.cc',
863 'test/run_all_perftests.cc', 866 'test/run_all_perftests.cc',
864 ], 867 ],
865 }, 868 },
866 { 869 {
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
905 '../ppapi/ppapi_internal.gyp:ppapi_ipc', 908 '../ppapi/ppapi_internal.gyp:ppapi_ipc',
906 '../ppapi/ppapi_internal.gyp:ppapi_proxy', 909 '../ppapi/ppapi_internal.gyp:ppapi_proxy',
907 '../ppapi/ppapi_internal.gyp:ppapi_shared', 910 '../ppapi/ppapi_internal.gyp:ppapi_shared',
908 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', 911 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared',
909 '../testing/gmock.gyp:gmock', 912 '../testing/gmock.gyp:gmock',
910 '../testing/gtest.gyp:gtest', 913 '../testing/gtest.gyp:gtest',
911 '../third_party/WebKit/public/blink.gyp:blink', 914 '../third_party/WebKit/public/blink.gyp:blink',
912 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 915 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
913 '../third_party/mesa/mesa.gyp:osmesa', 916 '../third_party/mesa/mesa.gyp:osmesa',
914 '../ui/gfx/gfx.gyp:gfx', 917 '../ui/gfx/gfx.gyp:gfx',
918 '../ui/gfx/gfx.gyp:gfx_geometry',
915 '../ui/gl/gl.gyp:gl', 919 '../ui/gl/gl.gyp:gl',
916 '../ui/resources/ui_resources.gyp:ui_resources', 920 '../ui/resources/ui_resources.gyp:ui_resources',
917 '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs', 921 '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs',
918 '../ui/snapshot/snapshot.gyp:snapshot', 922 '../ui/snapshot/snapshot.gyp:snapshot',
919 '../ui/ui.gyp:ui', 923 '../ui/ui.gyp:ui',
920 '../webkit/child/webkit_child.gyp:webkit_child', 924 '../webkit/child/webkit_child.gyp:webkit_child',
921 '../webkit/glue/webkit_glue.gyp:glue', 925 '../webkit/glue/webkit_glue.gyp:glue',
922 '../webkit/renderer/webkit_renderer.gyp:webkit_renderer', 926 '../webkit/renderer/webkit_renderer.gyp:webkit_renderer',
923 ], 927 ],
924 'include_dirs': [ 928 'include_dirs': [
(...skipping 223 matching lines...) Expand 10 before | Expand all | Expand 10 after
1148 { 1152 {
1149 'target_name': 'content_gl_tests', 1153 'target_name': 'content_gl_tests',
1150 'type': '<(gtest_target_type)', 1154 'type': '<(gtest_target_type)',
1151 'dependencies': [ 1155 'dependencies': [
1152 'content.gyp:content_common', 1156 'content.gyp:content_common',
1153 'test_support_content', 1157 'test_support_content',
1154 '../base/base.gyp:test_support_base', 1158 '../base/base.gyp:test_support_base',
1155 '../gpu/gpu.gyp:command_buffer_common', 1159 '../gpu/gpu.gyp:command_buffer_common',
1156 '../testing/gtest.gyp:gtest', 1160 '../testing/gtest.gyp:gtest',
1157 '../ui/gfx/gfx.gyp:gfx', 1161 '../ui/gfx/gfx.gyp:gfx',
1162 '../ui/gfx/gfx.gyp:gfx_geometry',
1158 '../ui/gl/gl.gyp:gl', 1163 '../ui/gl/gl.gyp:gl',
1159 '../ui/ui.gyp:ui', 1164 '../ui/ui.gyp:ui',
1160 '../third_party/WebKit/public/blink.gyp:blink', 1165 '../third_party/WebKit/public/blink.gyp:blink',
1161 # The following two dependencies provide the missing 1166 # The following two dependencies provide the missing
1162 # symbol HeapProfilerStart in Linux component builds. 1167 # symbol HeapProfilerStart in Linux component builds.
1163 '../webkit/child/webkit_child.gyp:webkit_child', 1168 '../webkit/child/webkit_child.gyp:webkit_child',
1164 '../webkit/glue/webkit_glue.gyp:glue', 1169 '../webkit/glue/webkit_glue.gyp:glue',
1165 ], 1170 ],
1166 'include_dirs': [ 1171 'include_dirs': [
1167 '..', 1172 '..',
(...skipping 12 matching lines...) Expand all
1180 }, 1185 },
1181 { 1186 {
1182 'target_name': 'content_gl_benchmark', 1187 'target_name': 'content_gl_benchmark',
1183 'type': '<(gtest_target_type)', 1188 'type': '<(gtest_target_type)',
1184 'dependencies': [ 1189 'dependencies': [
1185 'content.gyp:content_common', 1190 'content.gyp:content_common',
1186 'test_support_content', 1191 'test_support_content',
1187 '../base/base.gyp:test_support_base', 1192 '../base/base.gyp:test_support_base',
1188 '../testing/gtest.gyp:gtest', 1193 '../testing/gtest.gyp:gtest',
1189 '../ui/gfx/gfx.gyp:gfx', 1194 '../ui/gfx/gfx.gyp:gfx',
1195 '../ui/gfx/gfx.gyp:gfx_geometry',
1190 '../ui/gl/gl.gyp:gl', 1196 '../ui/gl/gl.gyp:gl',
1191 '../ui/ui.gyp:ui', 1197 '../ui/ui.gyp:ui',
1192 '../third_party/WebKit/public/blink.gyp:blink', 1198 '../third_party/WebKit/public/blink.gyp:blink',
1193 # The following two dependencies provide the missing 1199 # The following two dependencies provide the missing
1194 # symbol HeapProfilerStart in Linux component builds. 1200 # symbol HeapProfilerStart in Linux component builds.
1195 '../webkit/glue/webkit_glue.gyp:glue', 1201 '../webkit/glue/webkit_glue.gyp:glue',
1196 '../webkit/child/webkit_child.gyp:webkit_child', 1202 '../webkit/child/webkit_child.gyp:webkit_child',
1197 ], 1203 ],
1198 'include_dirs': [ 1204 'include_dirs': [
1199 '..', 1205 '..',
(...skipping 23 matching lines...) Expand all
1223 { 1229 {
1224 'target_name': 'video_decode_accelerator_unittest', 1230 'target_name': 'video_decode_accelerator_unittest',
1225 'type': '<(gtest_target_type)', 1231 'type': '<(gtest_target_type)',
1226 'dependencies': [ 1232 'dependencies': [
1227 'content.gyp:content', 1233 'content.gyp:content',
1228 '../base/base.gyp:base', 1234 '../base/base.gyp:base',
1229 '../testing/gtest.gyp:gtest', 1235 '../testing/gtest.gyp:gtest',
1230 '../media/media.gyp:media', 1236 '../media/media.gyp:media',
1231 '../ui/gl/gl.gyp:gl', 1237 '../ui/gl/gl.gyp:gl',
1232 '../ui/gfx/gfx.gyp:gfx', 1238 '../ui/gfx/gfx.gyp:gfx',
1239 '../ui/gfx/gfx.gyp:gfx_geometry',
1233 '../ui/ui.gyp:ui', 1240 '../ui/ui.gyp:ui',
1234 ], 1241 ],
1235 'include_dirs': [ 1242 'include_dirs': [
1236 '<(DEPTH)/third_party/khronos', 1243 '<(DEPTH)/third_party/khronos',
1237 ], 1244 ],
1238 'sources': [ 1245 'sources': [
1239 'common/gpu/media/android_video_decode_accelerator_unittest.cc', 1246 'common/gpu/media/android_video_decode_accelerator_unittest.cc',
1240 'common/gpu/media/rendering_helper.h', 1247 'common/gpu/media/rendering_helper.h',
1241 'common/gpu/media/rendering_helper.cc', 1248 'common/gpu/media/rendering_helper.cc',
1242 'common/gpu/media/video_accelerator_unittest_helpers.h', 1249 'common/gpu/media/video_accelerator_unittest_helpers.h',
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
1289 { 1296 {
1290 'target_name': 'video_encode_accelerator_unittest', 1297 'target_name': 'video_encode_accelerator_unittest',
1291 'type': 'executable', 1298 'type': 'executable',
1292 'dependencies': [ 1299 'dependencies': [
1293 'content.gyp:content', 1300 'content.gyp:content',
1294 '../base/base.gyp:base', 1301 '../base/base.gyp:base',
1295 '../testing/gtest.gyp:gtest', 1302 '../testing/gtest.gyp:gtest',
1296 '../media/media.gyp:media', 1303 '../media/media.gyp:media',
1297 '../ui/gl/gl.gyp:gl', 1304 '../ui/gl/gl.gyp:gl',
1298 '../ui/gfx/gfx.gyp:gfx', 1305 '../ui/gfx/gfx.gyp:gfx',
1306 '../ui/gfx/gfx.gyp:gfx_geometry',
1299 '../ui/ui.gyp:ui', 1307 '../ui/ui.gyp:ui',
1300 ], 1308 ],
1301 'sources': [ 1309 'sources': [
1302 'common/gpu/media/video_accelerator_unittest_helpers.h', 1310 'common/gpu/media/video_accelerator_unittest_helpers.h',
1303 'common/gpu/media/video_encode_accelerator_unittest.cc', 1311 'common/gpu/media/video_encode_accelerator_unittest.cc',
1304 ], 1312 ],
1305 }, 1313 },
1306 ] 1314 ]
1307 }], 1315 }],
1308 ['chromeos == 1 or OS == "linux"', { 1316 ['chromeos == 1 or OS == "linux"', {
(...skipping 335 matching lines...) Expand 10 before | Expand all | Expand 10 after
1644 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1652 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1645 }, 1653 },
1646 ], 1654 ],
1647 }], 1655 }],
1648 ], 1656 ],
1649 }, 1657 },
1650 ], 1658 ],
1651 }], 1659 }],
1652 ], 1660 ],
1653 } 1661 }
OLDNEW
« no previous file with comments | « content/content_shell.gypi ('k') | device/bluetooth/bluetooth.gyp » ('j') | ui/aura/aura.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698