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

Side by Side Diff: trunk/src/content/content_tests.gypi

Issue 25161002: Revert 225857 "gfx: Create a separate gfx component out of ui." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 2 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
« no previous file with comments | « trunk/src/content/content_shell.gypi ('k') | trunk/src/device/bluetooth/bluetooth.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) 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'],
11 'dependencies': [ 11 'dependencies': [
12 '../net/net.gyp:net_test_support', 12 '../net/net.gyp:net_test_support',
13 '../skia/skia.gyp:skia', 13 '../skia/skia.gyp:skia',
14 '../testing/gmock.gyp:gmock', 14 '../testing/gmock.gyp:gmock',
15 '../testing/gtest.gyp:gtest', 15 '../testing/gtest.gyp:gtest',
16 '../ui/gfx/gfx.gyp:gfx',
17 '../ui/ui.gyp:keycode_converter', 16 '../ui/ui.gyp:keycode_converter',
18 '../ui/ui.gyp:ui', 17 '../ui/ui.gyp:ui',
19 '../ui/ui.gyp:ui_resources', 18 '../ui/ui.gyp:ui_resources',
20 '../ui/ui.gyp:ui_test_support', 19 '../ui/ui.gyp:ui_test_support',
21 '../url/url.gyp:url_lib', 20 '../url/url.gyp:url_lib',
22 'content_app_both', 21 'content_app_both',
23 'content_browser', 22 'content_browser',
24 'content_common', 23 'content_common',
25 ], 24 ],
26 'include_dirs': [ 25 'include_dirs': [
(...skipping 275 matching lines...) Expand 10 before | Expand all | Expand 10 after
302 'test_support_content', 301 'test_support_content',
303 'browser/speech/proto/speech_proto.gyp:speech_proto', 302 'browser/speech/proto/speech_proto.gyp:speech_proto',
304 '../base/base.gyp:test_support_base', 303 '../base/base.gyp:test_support_base',
305 '../crypto/crypto.gyp:crypto', 304 '../crypto/crypto.gyp:crypto',
306 '../net/net.gyp:net_test_support', 305 '../net/net.gyp:net_test_support',
307 '../skia/skia.gyp:skia', 306 '../skia/skia.gyp:skia',
308 '../sql/sql.gyp:sql', 307 '../sql/sql.gyp:sql',
309 '../sql/sql.gyp:test_support_sql', 308 '../sql/sql.gyp:test_support_sql',
310 '../testing/gmock.gyp:gmock', 309 '../testing/gmock.gyp:gmock',
311 '../testing/gtest.gyp:gtest', 310 '../testing/gtest.gyp:gtest',
312 '../ui/gfx/gfx.gyp:gfx',
313 '../ui/ui.gyp:ui', 311 '../ui/ui.gyp:ui',
314 '../webkit/common/user_agent/webkit_user_agent.gyp:user_agent', 312 '../webkit/common/user_agent/webkit_user_agent.gyp:user_agent',
315 ], 313 ],
316 'include_dirs': [ 314 'include_dirs': [
317 '..', 315 '..',
318 '<(SHARED_INTERMEDIATE_DIR)', # Needed by key_systems_unittest.cc. 316 '<(SHARED_INTERMEDIATE_DIR)', # Needed by key_systems_unittest.cc.
319 ], 317 ],
320 'sources': [ 318 'sources': [
321 'browser/accessibility/browser_accessibility_mac_unittest.mm', 319 'browser/accessibility/browser_accessibility_mac_unittest.mm',
322 'browser/accessibility/browser_accessibility_manager_unittest.cc', 320 'browser/accessibility/browser_accessibility_manager_unittest.cc',
(...skipping 503 matching lines...) Expand 10 before | Expand all | Expand 10 after
826 '../ppapi/ppapi_internal.gyp:ppapi_host', 824 '../ppapi/ppapi_internal.gyp:ppapi_host',
827 '../ppapi/ppapi_internal.gyp:ppapi_ipc', 825 '../ppapi/ppapi_internal.gyp:ppapi_ipc',
828 '../ppapi/ppapi_internal.gyp:ppapi_proxy', 826 '../ppapi/ppapi_internal.gyp:ppapi_proxy',
829 '../ppapi/ppapi_internal.gyp:ppapi_shared', 827 '../ppapi/ppapi_internal.gyp:ppapi_shared',
830 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', 828 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared',
831 '../skia/skia.gyp:skia', 829 '../skia/skia.gyp:skia',
832 '../testing/gmock.gyp:gmock', 830 '../testing/gmock.gyp:gmock',
833 '../testing/gtest.gyp:gtest', 831 '../testing/gtest.gyp:gtest',
834 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 832 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
835 '../third_party/mesa/mesa.gyp:osmesa', 833 '../third_party/mesa/mesa.gyp:osmesa',
836 '../ui/gfx/gfx.gyp:gfx',
837 '../ui/gl/gl.gyp:gl', 834 '../ui/gl/gl.gyp:gl',
838 '../ui/snapshot/snapshot.gyp:snapshot', 835 '../ui/snapshot/snapshot.gyp:snapshot',
839 '../ui/ui.gyp:shell_dialogs', 836 '../ui/ui.gyp:shell_dialogs',
840 '../ui/ui.gyp:ui', 837 '../ui/ui.gyp:ui',
841 '../ui/ui.gyp:ui_resources', 838 '../ui/ui.gyp:ui_resources',
842 '../webkit/glue/webkit_glue.gyp:glue', 839 '../webkit/glue/webkit_glue.gyp:glue',
843 '../webkit/glue/webkit_glue.gyp:glue_child', 840 '../webkit/glue/webkit_glue.gyp:glue_child',
844 '../webkit/renderer/webkit_renderer.gyp:webkit_renderer', 841 '../webkit/renderer/webkit_renderer.gyp:webkit_renderer',
845 ], 842 ],
846 'include_dirs': [ 843 'include_dirs': [
(...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after
1060 { 1057 {
1061 'target_name': 'content_gl_tests', 1058 'target_name': 'content_gl_tests',
1062 'type': '<(gtest_target_type)', 1059 'type': '<(gtest_target_type)',
1063 'defines!': ['CONTENT_IMPLEMENTATION'], 1060 'defines!': ['CONTENT_IMPLEMENTATION'],
1064 'dependencies': [ 1061 'dependencies': [
1065 'content_common', 1062 'content_common',
1066 'test_support_content', 1063 'test_support_content',
1067 '../base/base.gyp:test_support_base', 1064 '../base/base.gyp:test_support_base',
1068 '../gpu/gpu.gyp:command_buffer_common', 1065 '../gpu/gpu.gyp:command_buffer_common',
1069 '../testing/gtest.gyp:gtest', 1066 '../testing/gtest.gyp:gtest',
1070 '../ui/gfx/gfx.gyp:gfx', 1067 '../ui/ui.gyp:ui',
1071 '../ui/gl/gl.gyp:gl', 1068 '../ui/gl/gl.gyp:gl',
1072 '../ui/ui.gyp:ui',
1073 '../third_party/WebKit/public/blink.gyp:blink', 1069 '../third_party/WebKit/public/blink.gyp:blink',
1074 # The following two dependencies provide the missing 1070 # The following two dependencies provide the missing
1075 # symbol HeapProfilerStart in Linux component builds. 1071 # symbol HeapProfilerStart in Linux component builds.
1076 '../webkit/glue/webkit_glue.gyp:glue', 1072 '../webkit/glue/webkit_glue.gyp:glue',
1077 '../webkit/glue/webkit_glue.gyp:glue_child', 1073 '../webkit/glue/webkit_glue.gyp:glue_child',
1078 ], 1074 ],
1079 'include_dirs': [ 1075 'include_dirs': [
1080 '..', 1076 '..',
1081 ], 1077 ],
1082 'sources': [ 1078 'sources': [
(...skipping 10 matching lines...) Expand all
1093 }, 1089 },
1094 { 1090 {
1095 'target_name': 'content_gl_benchmark', 1091 'target_name': 'content_gl_benchmark',
1096 'type': '<(gtest_target_type)', 1092 'type': '<(gtest_target_type)',
1097 'defines!': ['CONTENT_IMPLEMENTATION'], 1093 'defines!': ['CONTENT_IMPLEMENTATION'],
1098 'dependencies': [ 1094 'dependencies': [
1099 'content_common', 1095 'content_common',
1100 'test_support_content', 1096 'test_support_content',
1101 '../base/base.gyp:test_support_base', 1097 '../base/base.gyp:test_support_base',
1102 '../testing/gtest.gyp:gtest', 1098 '../testing/gtest.gyp:gtest',
1103 '../ui/gfx/gfx.gyp:gfx', 1099 '../ui/ui.gyp:ui',
1104 '../ui/gl/gl.gyp:gl', 1100 '../ui/gl/gl.gyp:gl',
1105 '../ui/ui.gyp:ui',
1106 '../third_party/WebKit/public/blink.gyp:blink', 1101 '../third_party/WebKit/public/blink.gyp:blink',
1107 # The following two dependencies provide the missing 1102 # The following two dependencies provide the missing
1108 # symbol HeapProfilerStart in Linux component builds. 1103 # symbol HeapProfilerStart in Linux component builds.
1109 '../webkit/glue/webkit_glue.gyp:glue', 1104 '../webkit/glue/webkit_glue.gyp:glue',
1110 '../webkit/glue/webkit_glue.gyp:glue_child', 1105 '../webkit/glue/webkit_glue.gyp:glue_child',
1111 ], 1106 ],
1112 'include_dirs': [ 1107 'include_dirs': [
1113 '..', 1108 '..',
1114 ], 1109 ],
1115 'sources': [ 1110 'sources': [
(...skipping 20 matching lines...) Expand all
1136 'targets': [ 1131 'targets': [
1137 { 1132 {
1138 'target_name': 'video_decode_accelerator_unittest', 1133 'target_name': 'video_decode_accelerator_unittest',
1139 'type': '<(gtest_target_type)', 1134 'type': '<(gtest_target_type)',
1140 'dependencies': [ 1135 'dependencies': [
1141 'content', 1136 'content',
1142 '../base/base.gyp:base', 1137 '../base/base.gyp:base',
1143 '../testing/gtest.gyp:gtest', 1138 '../testing/gtest.gyp:gtest',
1144 '../media/media.gyp:media', 1139 '../media/media.gyp:media',
1145 '../ui/gl/gl.gyp:gl', 1140 '../ui/gl/gl.gyp:gl',
1146 '../ui/gfx/gfx.gyp:gfx',
1147 '../ui/ui.gyp:ui', 1141 '../ui/ui.gyp:ui',
1148 ], 1142 ],
1149 'include_dirs': [ 1143 'include_dirs': [
1150 '<(DEPTH)/third_party/khronos', 1144 '<(DEPTH)/third_party/khronos',
1151 ], 1145 ],
1152 'sources': [ 1146 'sources': [
1153 'common/gpu/media/android_video_decode_accelerator_unittest.cc', 1147 'common/gpu/media/android_video_decode_accelerator_unittest.cc',
1154 'common/gpu/media/rendering_helper.h', 1148 'common/gpu/media/rendering_helper.h',
1155 'common/gpu/media/rendering_helper_gl.cc', 1149 'common/gpu/media/rendering_helper_gl.cc',
1156 'common/gpu/media/video_accelerator_unittest_helpers.h', 1150 'common/gpu/media/video_accelerator_unittest_helpers.h',
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
1202 'targets': [ 1196 'targets': [
1203 { 1197 {
1204 'target_name': 'video_encode_accelerator_unittest', 1198 'target_name': 'video_encode_accelerator_unittest',
1205 'type': 'executable', 1199 'type': 'executable',
1206 'dependencies': [ 1200 'dependencies': [
1207 'content', 1201 'content',
1208 '../base/base.gyp:base', 1202 '../base/base.gyp:base',
1209 '../testing/gtest.gyp:gtest', 1203 '../testing/gtest.gyp:gtest',
1210 '../media/media.gyp:media', 1204 '../media/media.gyp:media',
1211 '../ui/gl/gl.gyp:gl', 1205 '../ui/gl/gl.gyp:gl',
1212 '../ui/gfx/gfx.gyp:gfx',
1213 '../ui/ui.gyp:ui', 1206 '../ui/ui.gyp:ui',
1214 ], 1207 ],
1215 'sources': [ 1208 'sources': [
1216 'common/gpu/media/video_accelerator_unittest_helpers.h', 1209 'common/gpu/media/video_accelerator_unittest_helpers.h',
1217 'common/gpu/media/video_encode_accelerator_unittest.cc', 1210 'common/gpu/media/video_encode_accelerator_unittest.cc',
1218 ], 1211 ],
1219 }, 1212 },
1220 ] 1213 ]
1221 }], 1214 }],
1222 ['chromeos == 1 or OS == "linux"', { 1215 ['chromeos == 1 or OS == "linux"', {
(...skipping 283 matching lines...) Expand 10 before | Expand all | Expand 10 after
1506 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1499 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1507 }, 1500 },
1508 ], 1501 ],
1509 }], 1502 }],
1510 ], 1503 ],
1511 }, 1504 },
1512 ], 1505 ],
1513 }], 1506 }],
1514 ], 1507 ],
1515 } 1508 }
OLDNEW
« no previous file with comments | « trunk/src/content/content_shell.gypi ('k') | trunk/src/device/bluetooth/bluetooth.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698