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

Side by Side Diff: content/content_tests.gypi

Issue 814543006: Move //mojo/{public, edk} underneath //third_party (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 11 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
« no previous file with comments | « content/content_resources.grd ('k') | content/gpu/BUILD.gn » ('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 'variables': { 6 'variables': {
7 'use_v4lplugin%': 0, 7 'use_v4lplugin%': 0,
8 'layouttest_support_content_sources': [ 8 'layouttest_support_content_sources': [
9 'public/test/layouttest_support.h', 9 'public/test/layouttest_support.h',
10 'public/test/nested_message_pump_android.cc', 10 'public/test/nested_message_pump_android.cc',
(...skipping 751 matching lines...) Expand 10 before | Expand all | Expand 10 after
762 'sources': [ '<@(layouttest_support_content_sources)' ] 762 'sources': [ '<@(layouttest_support_content_sources)' ]
763 }], 763 }],
764 ], 764 ],
765 }, 765 },
766 { 766 {
767 # GN version: //content/test:test_support 767 # GN version: //content/test:test_support
768 'target_name': 'test_support_content', 768 'target_name': 'test_support_content',
769 'type': 'static_library', 769 'type': 'static_library',
770 'dependencies': [ 770 'dependencies': [
771 '../mojo/mojo_base.gyp:mojo_environment_chromium', 771 '../mojo/mojo_base.gyp:mojo_environment_chromium',
772 '../mojo/mojo_edk.gyp:mojo_system_impl',
773 '../net/net.gyp:net_test_support', 772 '../net/net.gyp:net_test_support',
774 '../skia/skia.gyp:skia', 773 '../skia/skia.gyp:skia',
775 '../storage/storage_common.gyp:storage_common', 774 '../storage/storage_common.gyp:storage_common',
776 '../testing/gmock.gyp:gmock', 775 '../testing/gmock.gyp:gmock',
777 '../testing/gtest.gyp:gtest', 776 '../testing/gtest.gyp:gtest',
777 '../third_party/mojo/mojo_edk.gyp:mojo_system_impl',
778 '../ui/accessibility/accessibility.gyp:ax_gen', 778 '../ui/accessibility/accessibility.gyp:ax_gen',
779 '../ui/base/ui_base.gyp:ui_base', 779 '../ui/base/ui_base.gyp:ui_base',
780 '../ui/base/ui_base.gyp:ui_base_test_support', 780 '../ui/base/ui_base.gyp:ui_base_test_support',
781 '../ui/events/events.gyp:dom4_keycode_converter', 781 '../ui/events/events.gyp:dom4_keycode_converter',
782 '../ui/events/events.gyp:events_base', 782 '../ui/events/events.gyp:events_base',
783 '../ui/events/events.gyp:events_test_support', 783 '../ui/events/events.gyp:events_test_support',
784 '../ui/events/events.gyp:gesture_detection', 784 '../ui/events/events.gyp:gesture_detection',
785 '../ui/gfx/gfx.gyp:gfx_test_support', 785 '../ui/gfx/gfx.gyp:gfx_test_support',
786 '../ui/resources/ui_resources.gyp:ui_resources', 786 '../ui/resources/ui_resources.gyp:ui_resources',
787 '../url/url.gyp:url_lib', 787 '../url/url.gyp:url_lib',
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
952 'browser/speech/proto/speech_proto.gyp:speech_proto', 952 'browser/speech/proto/speech_proto.gyp:speech_proto',
953 'content.gyp:content_browser', 953 'content.gyp:content_browser',
954 'content.gyp:content_common', 954 'content.gyp:content_common',
955 'content_common_mojo_bindings.gyp:content_common_mojo_bindings', 955 'content_common_mojo_bindings.gyp:content_common_mojo_bindings',
956 'test_support_content', 956 'test_support_content',
957 '../base/base.gyp:test_support_base', 957 '../base/base.gyp:test_support_base',
958 '../crypto/crypto.gyp:crypto', 958 '../crypto/crypto.gyp:crypto',
959 '../device/battery/battery.gyp:device_battery', 959 '../device/battery/battery.gyp:device_battery',
960 '../device/battery/battery.gyp:device_battery_mojo_bindings', 960 '../device/battery/battery.gyp:device_battery_mojo_bindings',
961 '../mojo/mojo_base.gyp:mojo_environment_chromium', 961 '../mojo/mojo_base.gyp:mojo_environment_chromium',
962 '../mojo/mojo_edk.gyp:mojo_common_test_support',
963 '../mojo/mojo_public.gyp:mojo_cpp_bindings',
964 '../net/net.gyp:net_test_support', 962 '../net/net.gyp:net_test_support',
965 '../skia/skia.gyp:skia', 963 '../skia/skia.gyp:skia',
966 '../sql/sql.gyp:sql', 964 '../sql/sql.gyp:sql',
967 '../sql/sql.gyp:test_support_sql', 965 '../sql/sql.gyp:test_support_sql',
968 '../testing/gmock.gyp:gmock', 966 '../testing/gmock.gyp:gmock',
969 '../testing/gtest.gyp:gtest', 967 '../testing/gtest.gyp:gtest',
968 '../third_party/mojo/mojo_edk.gyp:mojo_common_test_support',
969 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
970 '../third_party/re2/re2.gyp:re2', 970 '../third_party/re2/re2.gyp:re2',
971 '../ui/accessibility/accessibility.gyp:accessibility', 971 '../ui/accessibility/accessibility.gyp:accessibility',
972 '../ui/base/ui_base.gyp:ui_base', 972 '../ui/base/ui_base.gyp:ui_base',
973 '../ui/gfx/gfx.gyp:gfx', 973 '../ui/gfx/gfx.gyp:gfx',
974 '../ui/gfx/gfx.gyp:gfx_geometry', 974 '../ui/gfx/gfx.gyp:gfx_geometry',
975 '../ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc', 975 '../ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc',
976 ], 976 ],
977 'include_dirs': [ 977 'include_dirs': [
978 '..', 978 '..',
979 '<(SHARED_INTERMEDIATE_DIR)', # Needed by render_media_client_unittest. cc. 979 '<(SHARED_INTERMEDIATE_DIR)', # Needed by render_media_client_unittest. cc.
(...skipping 293 matching lines...) Expand 10 before | Expand all | Expand 10 after
1273 'content.gyp:content_browser', 1273 'content.gyp:content_browser',
1274 ], 1274 ],
1275 }], 1275 }],
1276 ], 1276 ],
1277 }, 1277 },
1278 { 1278 {
1279 # GN version: //content/test:web_ui_test_mojo_bindings 1279 # GN version: //content/test:web_ui_test_mojo_bindings
1280 'target_name': 'web_ui_test_mojo_bindings', 1280 'target_name': 'web_ui_test_mojo_bindings',
1281 'type': 'static_library', 1281 'type': 'static_library',
1282 'dependencies': [ 1282 'dependencies': [
1283 '../mojo/mojo_public.gyp:mojo_cpp_bindings', 1283 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
1284 ], 1284 ],
1285 'sources': [ 1285 'sources': [
1286 'test/data/web_ui_test_mojo_bindings.mojom', 1286 'test/data/web_ui_test_mojo_bindings.mojom',
1287 ], 1287 ],
1288 'includes': [ '../mojo/mojom_bindings_generator.gypi' ], 1288 'includes': [ '../third_party/mojo/mojom_bindings_generator.gypi' ],
1289 'export_dependent_settings': [ 1289 'export_dependent_settings': [
1290 '../mojo/mojo_public.gyp:mojo_cpp_bindings', 1290 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
1291 ], 1291 ],
1292 }, 1292 },
1293 { 1293 {
1294 # GN version: //content/tests:content_browsertests 1294 # GN version: //content/tests:content_browsertests
1295 'target_name': 'content_browsertests', 1295 'target_name': 'content_browsertests',
1296 'type': '<(gtest_target_type)', 1296 'type': '<(gtest_target_type)',
1297 'dependencies': [ 1297 'dependencies': [
1298 'content.gyp:content_common', 1298 'content.gyp:content_common',
1299 'content.gyp:content_gpu', 1299 'content.gyp:content_gpu',
1300 'content.gyp:content_plugin', 1300 'content.gyp:content_plugin',
1301 'content.gyp:content_renderer', 1301 'content.gyp:content_renderer',
1302 'content.gyp:content_resources', 1302 'content.gyp:content_resources',
1303 'content_browser_test_support', 1303 'content_browser_test_support',
1304 'content_common_mojo_bindings.gyp:content_common_mojo_bindings', 1304 'content_common_mojo_bindings.gyp:content_common_mojo_bindings',
1305 'content_shell_lib', 1305 'content_shell_lib',
1306 'content_shell_pak', 1306 'content_shell_pak',
1307 'test_support_content', 1307 'test_support_content',
1308 'web_ui_test_mojo_bindings', 1308 'web_ui_test_mojo_bindings',
1309 '../base/base.gyp:test_support_base', 1309 '../base/base.gyp:test_support_base',
1310 '../device/battery/battery.gyp:device_battery', 1310 '../device/battery/battery.gyp:device_battery',
1311 '../device/battery/battery.gyp:device_battery_mojo_bindings', 1311 '../device/battery/battery.gyp:device_battery_mojo_bindings',
1312 '../gin/gin.gyp:gin', 1312 '../gin/gin.gyp:gin',
1313 '../gpu/gpu.gyp:gpu', 1313 '../gpu/gpu.gyp:gpu',
1314 '../ipc/ipc.gyp:test_support_ipc', 1314 '../ipc/ipc.gyp:test_support_ipc',
1315 '../media/media.gyp:media_test_support', 1315 '../media/media.gyp:media_test_support',
1316 '../media/media.gyp:shared_memory_support', 1316 '../media/media.gyp:shared_memory_support',
1317 '../mojo/mojo_base.gyp:mojo_environment_chromium', 1317 '../mojo/mojo_base.gyp:mojo_environment_chromium',
1318 '../mojo/mojo_edk.gyp:mojo_common_test_support',
1319 '../mojo/mojo_edk.gyp:mojo_system_impl',
1320 '../mojo/mojo_public.gyp:mojo_cpp_bindings',
1321 '../mojo/mojo_public.gyp:mojo_js_bindings',
1322 '../net/net.gyp:net_test_support', 1318 '../net/net.gyp:net_test_support',
1323 '../ppapi/ppapi_internal.gyp:ppapi_host', 1319 '../ppapi/ppapi_internal.gyp:ppapi_host',
1324 '../ppapi/ppapi_internal.gyp:ppapi_ipc', 1320 '../ppapi/ppapi_internal.gyp:ppapi_ipc',
1325 '../ppapi/ppapi_internal.gyp:ppapi_proxy', 1321 '../ppapi/ppapi_internal.gyp:ppapi_proxy',
1326 '../ppapi/ppapi_internal.gyp:ppapi_shared', 1322 '../ppapi/ppapi_internal.gyp:ppapi_shared',
1327 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', 1323 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared',
1328 '../testing/gmock.gyp:gmock', 1324 '../testing/gmock.gyp:gmock',
1329 '../testing/gtest.gyp:gtest', 1325 '../testing/gtest.gyp:gtest',
1330 '../third_party/WebKit/public/blink.gyp:blink', 1326 '../third_party/WebKit/public/blink.gyp:blink',
1331 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 1327 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
1332 '../third_party/mesa/mesa.gyp:osmesa', 1328 '../third_party/mesa/mesa.gyp:osmesa',
1329 '../third_party/mojo/mojo_edk.gyp:mojo_common_test_support',
1330 '../third_party/mojo/mojo_edk.gyp:mojo_system_impl',
1331 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
1332 '../third_party/mojo/mojo_public.gyp:mojo_js_bindings',
1333 '../ui/accessibility/accessibility.gyp:accessibility', 1333 '../ui/accessibility/accessibility.gyp:accessibility',
1334 '../ui/base/ui_base.gyp:ui_base', 1334 '../ui/base/ui_base.gyp:ui_base',
1335 '../ui/gfx/gfx.gyp:gfx', 1335 '../ui/gfx/gfx.gyp:gfx',
1336 '../ui/gfx/gfx.gyp:gfx_geometry', 1336 '../ui/gfx/gfx.gyp:gfx_geometry',
1337 '../ui/gl/gl.gyp:gl', 1337 '../ui/gl/gl.gyp:gl',
1338 '../ui/resources/ui_resources.gyp:ui_resources', 1338 '../ui/resources/ui_resources.gyp:ui_resources',
1339 '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs', 1339 '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs',
1340 '../ui/snapshot/snapshot.gyp:snapshot', 1340 '../ui/snapshot/snapshot.gyp:snapshot',
1341 '../ui/accessibility/accessibility.gyp:ax_gen', 1341 '../ui/accessibility/accessibility.gyp:ax_gen',
1342 ], 1342 ],
(...skipping 597 matching lines...) Expand 10 before | Expand all | Expand 10 after
1940 'dependencies': [ 1940 'dependencies': [
1941 'content_java_test_support', 1941 'content_java_test_support',
1942 'content_shell_apk_java', 1942 'content_shell_apk_java',
1943 'content.gyp:content_java', 1943 'content.gyp:content_java',
1944 '../base/base.gyp:base_java', 1944 '../base/base.gyp:base_java',
1945 '../base/base.gyp:base_javatests', 1945 '../base/base.gyp:base_javatests',
1946 '../base/base.gyp:base_java_test_support', 1946 '../base/base.gyp:base_java_test_support',
1947 '../device/battery/battery.gyp:device_battery_javatests', 1947 '../device/battery/battery.gyp:device_battery_javatests',
1948 '../media/media.gyp:media_java', 1948 '../media/media.gyp:media_java',
1949 '../media/media.gyp:media_test_support', 1949 '../media/media.gyp:media_test_support',
1950 '../mojo/mojo_public.gyp:mojo_public_test_interfaces',
1951 '../net/net.gyp:net_java', 1950 '../net/net.gyp:net_java',
1952 '../net/net.gyp:net_javatests', 1951 '../net/net.gyp:net_javatests',
1953 '../net/net.gyp:net_java_test_support', 1952 '../net/net.gyp:net_java_test_support',
1953 '../third_party/mojo/mojo_public.gyp:mojo_public_test_interfaces',
1954 ], 1954 ],
1955 'variables': { 1955 'variables': {
1956 'apk_name': 'ContentShellTest', 1956 'apk_name': 'ContentShellTest',
1957 'java_in_dir': 'shell/android/javatests', 1957 'java_in_dir': 'shell/android/javatests',
1958 'resource_dir': 'shell/android/shell_apk/res', 1958 'resource_dir': 'shell/android/shell_apk/res',
1959 'additional_src_dirs': ['public/android/javatests/',], 1959 'additional_src_dirs': ['public/android/javatests/',],
1960 'is_test_apk': 1, 1960 'is_test_apk': 1,
1961 }, 1961 },
1962 'includes': [ '../build/java_apk.gypi' ], 1962 'includes': [ '../build/java_apk.gypi' ],
1963 }, 1963 },
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
2102 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 2102 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
2103 }, 2103 },
2104 ], 2104 ],
2105 }], 2105 }],
2106 ], 2106 ],
2107 }, 2107 },
2108 ], 2108 ],
2109 }], 2109 }],
2110 ], 2110 ],
2111 } 2111 }
OLDNEW
« no previous file with comments | « content/content_resources.grd ('k') | content/gpu/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698