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

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 516 matching lines...) Expand 10 before | Expand all | Expand 10 after
845 'defines!': ['CONTENT_IMPLEMENTATION'], 847 'defines!': ['CONTENT_IMPLEMENTATION'],
846 'dependencies': [ 848 'dependencies': [
847 'content.gyp:content_common', 849 'content.gyp:content_common',
848 'test_support_content', 850 'test_support_content',
849 '../base/base.gyp:test_support_base', 851 '../base/base.gyp:test_support_base',
850 '../cc/cc.gyp:cc', 852 '../cc/cc.gyp:cc',
851 '../skia/skia.gyp:skia', 853 '../skia/skia.gyp:skia',
852 '../testing/gtest.gyp:gtest', 854 '../testing/gtest.gyp:gtest',
853 '../testing/perf/perf_test.gyp:*', 855 '../testing/perf/perf_test.gyp:*',
854 '../ui/gfx/gfx.gyp:gfx', 856 '../ui/gfx/gfx.gyp:gfx',
857 '../ui/gfx/gfx.gyp:gfx_geometry',
855 ], 858 ],
856 'include_dirs': [ 859 'include_dirs': [
857 '..', 860 '..',
858 ], 861 ],
859 'sources': [ 862 'sources': [
860 'common/cc_messages_perftest.cc', 863 'common/cc_messages_perftest.cc',
861 'test/run_all_perftests.cc', 864 'test/run_all_perftests.cc',
862 ], 865 ],
863 }, 866 },
864 { 867 {
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
904 '../ppapi/ppapi_internal.gyp:ppapi_ipc', 907 '../ppapi/ppapi_internal.gyp:ppapi_ipc',
905 '../ppapi/ppapi_internal.gyp:ppapi_proxy', 908 '../ppapi/ppapi_internal.gyp:ppapi_proxy',
906 '../ppapi/ppapi_internal.gyp:ppapi_shared', 909 '../ppapi/ppapi_internal.gyp:ppapi_shared',
907 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', 910 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared',
908 '../testing/gmock.gyp:gmock', 911 '../testing/gmock.gyp:gmock',
909 '../testing/gtest.gyp:gtest', 912 '../testing/gtest.gyp:gtest',
910 '../third_party/WebKit/public/blink.gyp:blink', 913 '../third_party/WebKit/public/blink.gyp:blink',
911 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 914 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
912 '../third_party/mesa/mesa.gyp:osmesa', 915 '../third_party/mesa/mesa.gyp:osmesa',
913 '../ui/gfx/gfx.gyp:gfx', 916 '../ui/gfx/gfx.gyp:gfx',
917 '../ui/gfx/gfx.gyp:gfx_geometry',
914 '../ui/gl/gl.gyp:gl', 918 '../ui/gl/gl.gyp:gl',
915 '../ui/resources/ui_resources.gyp:ui_resources', 919 '../ui/resources/ui_resources.gyp:ui_resources',
916 '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs', 920 '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs',
917 '../ui/snapshot/snapshot.gyp:snapshot', 921 '../ui/snapshot/snapshot.gyp:snapshot',
918 '../ui/ui.gyp:ui', 922 '../ui/ui.gyp:ui',
919 '../webkit/child/webkit_child.gyp:webkit_child', 923 '../webkit/child/webkit_child.gyp:webkit_child',
920 '../webkit/glue/webkit_glue.gyp:glue', 924 '../webkit/glue/webkit_glue.gyp:glue',
921 '../webkit/renderer/webkit_renderer.gyp:webkit_renderer', 925 '../webkit/renderer/webkit_renderer.gyp:webkit_renderer',
922 ], 926 ],
923 'include_dirs': [ 927 'include_dirs': [
(...skipping 224 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 325 matching lines...) Expand 10 before | Expand all | Expand 10 after
1634 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1642 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1635 }, 1643 },
1636 ], 1644 ],
1637 }], 1645 }],
1638 ], 1646 ],
1639 }, 1647 },
1640 ], 1648 ],
1641 }], 1649 }],
1642 ], 1650 ],
1643 } 1651 }
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