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

Side by Side Diff: content/content_tests.gypi

Issue 198333004: Move ui.gyp into ui/base/ directory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: REBASED Created 6 years, 9 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 | « content/content_shell.gypi ('k') | 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 '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/accessibility/accessibility.gyp:ax_gen', 15 '../ui/accessibility/accessibility.gyp:ax_gen',
16 '../ui/base/ui_base.gyp:ui_base',
16 '../ui/events/events.gyp:dom4_keycode_converter', 17 '../ui/events/events.gyp:dom4_keycode_converter',
17 '../ui/events/events.gyp:events_base', 18 '../ui/events/events.gyp:events_base',
18 '../ui/events/events.gyp:events_test_support', 19 '../ui/events/events.gyp:events_test_support',
19 '../ui/gfx/gfx.gyp:gfx', 20 '../ui/gfx/gfx.gyp:gfx',
20 '../ui/gfx/gfx.gyp:gfx_geometry', 21 '../ui/gfx/gfx.gyp:gfx_geometry',
21 '../ui/gfx/gfx.gyp:gfx_test_support', 22 '../ui/gfx/gfx.gyp:gfx_test_support',
22 '../ui/resources/ui_resources.gyp:ui_resources', 23 '../ui/resources/ui_resources.gyp:ui_resources',
23 '../ui/ui.gyp:ui',
24 '../url/url.gyp:url_lib', 24 '../url/url.gyp:url_lib',
25 'browser/speech/proto/speech_proto.gyp:speech_proto', 25 'browser/speech/proto/speech_proto.gyp:speech_proto',
26 'content.gyp:content_app_both', 26 'content.gyp:content_app_both',
27 'content.gyp:content_browser', 27 'content.gyp:content_browser',
28 'content.gyp:content_common', 28 'content.gyp:content_common',
29 ], 29 ],
30 'include_dirs': [ 30 'include_dirs': [
31 '..', 31 '..',
32 ], 32 ],
33 'sources': [ 33 'sources': [
(...skipping 279 matching lines...) Expand 10 before | Expand all | Expand 10 after
313 '../base/base.gyp:test_support_base', 313 '../base/base.gyp:test_support_base',
314 '../crypto/crypto.gyp:crypto', 314 '../crypto/crypto.gyp:crypto',
315 '../net/net.gyp:net_test_support', 315 '../net/net.gyp:net_test_support',
316 '../skia/skia.gyp:skia', 316 '../skia/skia.gyp:skia',
317 '../sql/sql.gyp:sql', 317 '../sql/sql.gyp:sql',
318 '../sql/sql.gyp:test_support_sql', 318 '../sql/sql.gyp:test_support_sql',
319 '../testing/gmock.gyp:gmock', 319 '../testing/gmock.gyp:gmock',
320 '../testing/gtest.gyp:gtest', 320 '../testing/gtest.gyp:gtest',
321 '../third_party/re2/re2.gyp:re2', 321 '../third_party/re2/re2.gyp:re2',
322 '../ui/accessibility/accessibility.gyp:accessibility', 322 '../ui/accessibility/accessibility.gyp:accessibility',
323 '../ui/base/ui_base.gyp:ui_base',
323 '../ui/gfx/gfx.gyp:gfx', 324 '../ui/gfx/gfx.gyp:gfx',
324 '../ui/gfx/gfx.gyp:gfx_geometry', 325 '../ui/gfx/gfx.gyp:gfx_geometry',
325 '../ui/ui.gyp:ui',
326 ], 326 ],
327 'include_dirs': [ 327 'include_dirs': [
328 '..', 328 '..',
329 '<(SHARED_INTERMEDIATE_DIR)', # Needed by key_systems_unittest.cc. 329 '<(SHARED_INTERMEDIATE_DIR)', # Needed by key_systems_unittest.cc.
330 ], 330 ],
331 'sources': [ 331 'sources': [
332 'browser/accessibility/accessibility_mode_helper_unittest.cc', 332 'browser/accessibility/accessibility_mode_helper_unittest.cc',
333 'browser/accessibility/browser_accessibility_mac_unittest.mm', 333 'browser/accessibility/browser_accessibility_mac_unittest.mm',
334 'browser/accessibility/browser_accessibility_manager_unittest.cc', 334 'browser/accessibility/browser_accessibility_manager_unittest.cc',
335 'browser/accessibility/browser_accessibility_win_unittest.cc', 335 'browser/accessibility/browser_accessibility_win_unittest.cc',
(...skipping 599 matching lines...) Expand 10 before | Expand all | Expand 10 after
935 '../ppapi/ppapi_internal.gyp:ppapi_ipc', 935 '../ppapi/ppapi_internal.gyp:ppapi_ipc',
936 '../ppapi/ppapi_internal.gyp:ppapi_proxy', 936 '../ppapi/ppapi_internal.gyp:ppapi_proxy',
937 '../ppapi/ppapi_internal.gyp:ppapi_shared', 937 '../ppapi/ppapi_internal.gyp:ppapi_shared',
938 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', 938 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared',
939 '../testing/gmock.gyp:gmock', 939 '../testing/gmock.gyp:gmock',
940 '../testing/gtest.gyp:gtest', 940 '../testing/gtest.gyp:gtest',
941 '../third_party/WebKit/public/blink.gyp:blink', 941 '../third_party/WebKit/public/blink.gyp:blink',
942 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 942 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
943 '../third_party/mesa/mesa.gyp:osmesa', 943 '../third_party/mesa/mesa.gyp:osmesa',
944 '../ui/accessibility/accessibility.gyp:accessibility', 944 '../ui/accessibility/accessibility.gyp:accessibility',
945 '../ui/base/ui_base.gyp:ui_base',
945 '../ui/gfx/gfx.gyp:gfx', 946 '../ui/gfx/gfx.gyp:gfx',
946 '../ui/gfx/gfx.gyp:gfx_geometry', 947 '../ui/gfx/gfx.gyp:gfx_geometry',
947 '../ui/gl/gl.gyp:gl', 948 '../ui/gl/gl.gyp:gl',
948 '../ui/resources/ui_resources.gyp:ui_resources', 949 '../ui/resources/ui_resources.gyp:ui_resources',
949 '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs', 950 '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs',
950 '../ui/snapshot/snapshot.gyp:snapshot', 951 '../ui/snapshot/snapshot.gyp:snapshot',
951 '../ui/ui.gyp:ui',
952 '../webkit/child/webkit_child.gyp:webkit_child', 952 '../webkit/child/webkit_child.gyp:webkit_child',
953 '../ui/accessibility/accessibility.gyp:ax_gen', 953 '../ui/accessibility/accessibility.gyp:ax_gen',
954 ], 954 ],
955 'include_dirs': [ 955 'include_dirs': [
956 '..', 956 '..',
957 '<(SHARED_INTERMEDIATE_DIR)', # Needed by encrypted_media_browserte st.cc 957 '<(SHARED_INTERMEDIATE_DIR)', # Needed by encrypted_media_browserte st.cc
958 ], 958 ],
959 'includes': [ 959 'includes': [
960 'browser/gpu/test_support_gpu.gypi', 960 'browser/gpu/test_support_gpu.gypi',
961 ], 961 ],
(...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after
1187 }, 1187 },
1188 { 1188 {
1189 'target_name': 'content_gl_tests', 1189 'target_name': 'content_gl_tests',
1190 'type': '<(gtest_target_type)', 1190 'type': '<(gtest_target_type)',
1191 'dependencies': [ 1191 'dependencies': [
1192 'content.gyp:content_common', 1192 'content.gyp:content_common',
1193 'test_support_content', 1193 'test_support_content',
1194 '../base/base.gyp:test_support_base', 1194 '../base/base.gyp:test_support_base',
1195 '../gpu/gpu.gyp:command_buffer_common', 1195 '../gpu/gpu.gyp:command_buffer_common',
1196 '../testing/gtest.gyp:gtest', 1196 '../testing/gtest.gyp:gtest',
1197 '../third_party/WebKit/public/blink.gyp:blink',
1198 '../ui/base/ui_base.gyp:ui_base',
1197 '../ui/gfx/gfx.gyp:gfx', 1199 '../ui/gfx/gfx.gyp:gfx',
1198 '../ui/gfx/gfx.gyp:gfx_geometry', 1200 '../ui/gfx/gfx.gyp:gfx_geometry',
1199 '../ui/gl/gl.gyp:gl', 1201 '../ui/gl/gl.gyp:gl',
1200 '../ui/ui.gyp:ui',
1201 '../third_party/WebKit/public/blink.gyp:blink',
1202 # The following two dependencies provide the missing 1202 # The following two dependencies provide the missing
1203 # symbol HeapProfilerStart in Linux component builds. 1203 # symbol HeapProfilerStart in Linux component builds.
1204 '../webkit/child/webkit_child.gyp:webkit_child', 1204 '../webkit/child/webkit_child.gyp:webkit_child',
1205 ], 1205 ],
1206 'include_dirs': [ 1206 'include_dirs': [
1207 '..', 1207 '..',
1208 ], 1208 ],
1209 'sources': [ 1209 'sources': [
1210 'common/gpu/client/gl_helper_unittest.cc', 1210 'common/gpu/client/gl_helper_unittest.cc',
1211 'common/gpu/client/gpu_in_process_context_tests.cc', 1211 'common/gpu/client/gpu_in_process_context_tests.cc',
1212 ], 1212 ],
1213 'conditions': [ 1213 'conditions': [
1214 ['OS=="android"', { 1214 ['OS=="android"', {
1215 'dependencies': [ 1215 'dependencies': [
1216 '../testing/android/native_test.gyp:native_test_native_code', 1216 '../testing/android/native_test.gyp:native_test_native_code',
1217 ], 1217 ],
1218 }], 1218 }],
1219 ], 1219 ],
1220 }, 1220 },
1221 { 1221 {
1222 'target_name': 'content_gl_benchmark', 1222 'target_name': 'content_gl_benchmark',
1223 'type': '<(gtest_target_type)', 1223 'type': '<(gtest_target_type)',
1224 'dependencies': [ 1224 'dependencies': [
1225 'content.gyp:content_common', 1225 'content.gyp:content_common',
1226 'test_support_content', 1226 'test_support_content',
1227 '../base/base.gyp:test_support_base', 1227 '../base/base.gyp:test_support_base',
1228 '../testing/gtest.gyp:gtest', 1228 '../testing/gtest.gyp:gtest',
1229 '../third_party/WebKit/public/blink.gyp:blink',
1230 '../ui/base/ui_base.gyp:ui_base',
1229 '../ui/gfx/gfx.gyp:gfx', 1231 '../ui/gfx/gfx.gyp:gfx',
1230 '../ui/gfx/gfx.gyp:gfx_geometry', 1232 '../ui/gfx/gfx.gyp:gfx_geometry',
1231 '../ui/gl/gl.gyp:gl', 1233 '../ui/gl/gl.gyp:gl',
1232 '../ui/ui.gyp:ui',
1233 '../third_party/WebKit/public/blink.gyp:blink',
1234 # The following two dependencies provide the missing 1234 # The following two dependencies provide the missing
1235 # symbol HeapProfilerStart in Linux component builds. 1235 # symbol HeapProfilerStart in Linux component builds.
1236 '../webkit/child/webkit_child.gyp:webkit_child', 1236 '../webkit/child/webkit_child.gyp:webkit_child',
1237 ], 1237 ],
1238 'include_dirs': [ 1238 'include_dirs': [
1239 '..', 1239 '..',
1240 ], 1240 ],
1241 'sources': [ 1241 'sources': [
1242 'common/gpu/client/gl_helper_benchmark.cc', 1242 'common/gpu/client/gl_helper_benchmark.cc',
1243 ], 1243 ],
(...skipping 13 matching lines...) Expand all
1257 ], 1257 ],
1258 }, 1258 },
1259 ], 1259 ],
1260 }], 1260 }],
1261 ['chromeos==1 or OS=="win" or OS=="android"', { 1261 ['chromeos==1 or OS=="win" or OS=="android"', {
1262 'targets': [ 1262 'targets': [
1263 { 1263 {
1264 'target_name': 'video_decode_accelerator_unittest', 1264 'target_name': 'video_decode_accelerator_unittest',
1265 'type': '<(gtest_target_type)', 1265 'type': '<(gtest_target_type)',
1266 'dependencies': [ 1266 'dependencies': [
1267 'content.gyp:content',
1268 '../base/base.gyp:base', 1267 '../base/base.gyp:base',
1268 '../media/media.gyp:media',
1269 '../testing/gtest.gyp:gtest', 1269 '../testing/gtest.gyp:gtest',
1270 '../media/media.gyp:media', 1270 '../ui/base/ui_base.gyp:ui_base',
1271 '../ui/gl/gl.gyp:gl',
1272 '../ui/gfx/gfx.gyp:gfx', 1271 '../ui/gfx/gfx.gyp:gfx',
1273 '../ui/gfx/gfx.gyp:gfx_geometry', 1272 '../ui/gfx/gfx.gyp:gfx_geometry',
1274 '../ui/ui.gyp:ui', 1273 '../ui/gl/gl.gyp:gl',
1274 'content.gyp:content',
1275 ], 1275 ],
1276 'include_dirs': [ 1276 'include_dirs': [
1277 '<(DEPTH)/third_party/khronos', 1277 '<(DEPTH)/third_party/khronos',
1278 ], 1278 ],
1279 'sources': [ 1279 'sources': [
1280 'common/gpu/media/android_video_decode_accelerator_unittest.cc', 1280 'common/gpu/media/android_video_decode_accelerator_unittest.cc',
1281 'common/gpu/media/rendering_helper.h', 1281 'common/gpu/media/rendering_helper.h',
1282 'common/gpu/media/rendering_helper.cc', 1282 'common/gpu/media/rendering_helper.cc',
1283 'common/gpu/media/video_accelerator_unittest_helpers.h', 1283 'common/gpu/media/video_accelerator_unittest_helpers.h',
1284 'common/gpu/media/video_decode_accelerator_unittest.cc', 1284 'common/gpu/media/video_decode_accelerator_unittest.cc',
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
1357 }, 1357 },
1358 }, 1358 },
1359 ] 1359 ]
1360 }], 1360 }],
1361 ['chromeos==1 and target_arch == "arm"', { 1361 ['chromeos==1 and target_arch == "arm"', {
1362 'targets': [ 1362 'targets': [
1363 { 1363 {
1364 'target_name': 'video_encode_accelerator_unittest', 1364 'target_name': 'video_encode_accelerator_unittest',
1365 'type': 'executable', 1365 'type': 'executable',
1366 'dependencies': [ 1366 'dependencies': [
1367 '../base/base.gyp:base',
1368 '../media/media.gyp:media',
1369 '../testing/gtest.gyp:gtest',
1370 '../ui/base/ui_base.gyp:ui_base',
1371 '../ui/gfx/gfx.gyp:gfx',
1372 '../ui/gfx/gfx.gyp:gfx_geometry',
1373 '../ui/gl/gl.gyp:gl',
1367 'content.gyp:content', 1374 'content.gyp:content',
1368 '../base/base.gyp:base',
1369 '../testing/gtest.gyp:gtest',
1370 '../media/media.gyp:media',
1371 '../ui/gl/gl.gyp:gl',
1372 '../ui/gfx/gfx.gyp:gfx',
1373 '../ui/gfx/gfx.gyp:gfx_geometry',
1374 '../ui/ui.gyp:ui',
1375 ], 1375 ],
1376 'sources': [ 1376 'sources': [
1377 'common/gpu/media/video_accelerator_unittest_helpers.h', 1377 'common/gpu/media/video_accelerator_unittest_helpers.h',
1378 'common/gpu/media/video_encode_accelerator_unittest.cc', 1378 'common/gpu/media/video_encode_accelerator_unittest.cc',
1379 ], 1379 ],
1380 }, 1380 },
1381 ] 1381 ]
1382 }], 1382 }],
1383 # Special target to wrap a gtest_target_type==shared_library 1383 # Special target to wrap a gtest_target_type==shared_library
1384 # content_unittests into an android apk for execution. 1384 # content_unittests into an android apk for execution.
(...skipping 331 matching lines...) Expand 10 before | Expand all | Expand 10 after
1716 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1716 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1717 }, 1717 },
1718 ], 1718 ],
1719 }], 1719 }],
1720 ], 1720 ],
1721 }, 1721 },
1722 ], 1722 ],
1723 }], 1723 }],
1724 ], 1724 ],
1725 } 1725 }
OLDNEW
« no previous file with comments | « content/content_shell.gypi ('k') | device/bluetooth/bluetooth.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698