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

Side by Side Diff: content/content_tests.gypi

Issue 1410053006: Move third_party/mojo/src/mojo/public to mojo/public (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 5 years, 1 month 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
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 'layouttest_support_content_sources': [ 7 'layouttest_support_content_sources': [
8 'public/test/layouttest_support.h', 8 'public/test/layouttest_support.h',
9 'public/test/nested_message_pump_android.cc', 9 'public/test/nested_message_pump_android.cc',
10 'public/test/nested_message_pump_android.h', 10 'public/test/nested_message_pump_android.h',
(...skipping 805 matching lines...) Expand 10 before | Expand all | Expand 10 after
816 'type': 'static_library', 816 'type': 'static_library',
817 'dependencies': [ 817 'dependencies': [
818 '../mojo/mojo_base.gyp:mojo_application_base', 818 '../mojo/mojo_base.gyp:mojo_application_base',
819 '../mojo/mojo_base.gyp:mojo_environment_chromium', 819 '../mojo/mojo_base.gyp:mojo_environment_chromium',
820 '../net/net.gyp:net_test_support', 820 '../net/net.gyp:net_test_support',
821 '../skia/skia.gyp:skia', 821 '../skia/skia.gyp:skia',
822 '../storage/storage_common.gyp:storage_common', 822 '../storage/storage_common.gyp:storage_common',
823 '../testing/gmock.gyp:gmock', 823 '../testing/gmock.gyp:gmock',
824 '../testing/gtest.gyp:gtest', 824 '../testing/gtest.gyp:gtest',
825 '../third_party/mojo/mojo_edk.gyp:mojo_system_impl', 825 '../third_party/mojo/mojo_edk.gyp:mojo_system_impl',
826 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', 826 '../mojo/mojo_public.gyp:mojo_cpp_bindings',
827 '../ui/accessibility/accessibility.gyp:ax_gen', 827 '../ui/accessibility/accessibility.gyp:ax_gen',
828 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', 828 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime',
829 '../ui/base/ui_base.gyp:ui_base', 829 '../ui/base/ui_base.gyp:ui_base',
830 '../ui/base/ui_base.gyp:ui_base_test_support', 830 '../ui/base/ui_base.gyp:ui_base_test_support',
831 '../ui/events/events.gyp:dom_keycode_converter', 831 '../ui/events/events.gyp:dom_keycode_converter',
832 '../ui/events/events.gyp:events_base', 832 '../ui/events/events.gyp:events_base',
833 '../ui/events/events.gyp:events_test_support', 833 '../ui/events/events.gyp:events_test_support',
834 '../ui/events/events.gyp:gesture_detection', 834 '../ui/events/events.gyp:gesture_detection',
835 '../ui/gfx/gfx.gyp:gfx_test_support', 835 '../ui/gfx/gfx.gyp:gfx_test_support',
836 '../ui/resources/ui_resources.gyp:ui_resources', 836 '../ui/resources/ui_resources.gyp:ui_resources',
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
908 '../media/midi/midi.gyp:midi', 908 '../media/midi/midi.gyp:midi',
909 '../mojo/mojo_base.gyp:mojo_application_base', 909 '../mojo/mojo_base.gyp:mojo_application_base',
910 '../mojo/mojo_base.gyp:mojo_environment_chromium', 910 '../mojo/mojo_base.gyp:mojo_environment_chromium',
911 '../ppapi/ppapi_internal.gyp:ppapi_host', 911 '../ppapi/ppapi_internal.gyp:ppapi_host',
912 '../ppapi/ppapi_internal.gyp:ppapi_proxy', 912 '../ppapi/ppapi_internal.gyp:ppapi_proxy',
913 '../ppapi/ppapi_internal.gyp:ppapi_shared', 913 '../ppapi/ppapi_internal.gyp:ppapi_shared',
914 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', 914 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared',
915 '../storage/storage_browser.gyp:storage', 915 '../storage/storage_browser.gyp:storage',
916 '../storage/storage_common.gyp:storage_common', 916 '../storage/storage_common.gyp:storage_common',
917 '../third_party/WebKit/public/blink.gyp:blink', 917 '../third_party/WebKit/public/blink.gyp:blink',
918 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', 918 '../mojo/mojo_public.gyp:mojo_cpp_bindings',
919 '../ui/compositor/compositor.gyp:compositor_test_support', 919 '../ui/compositor/compositor.gyp:compositor_test_support',
920 '../ui/surface/surface.gyp:surface', 920 '../ui/surface/surface.gyp:surface',
921 '../v8/tools/gyp/v8.gyp:v8', 921 '../v8/tools/gyp/v8.gyp:v8',
922 ], 922 ],
923 'export_dependent_settings': [ 923 'export_dependent_settings': [
924 '../third_party/WebKit/public/blink.gyp:blink', 924 '../third_party/WebKit/public/blink.gyp:blink',
925 ], 925 ],
926 }], 926 }],
927 ['OS == "win"', { 927 ['OS == "win"', {
928 'dependencies': [ 928 'dependencies': [
(...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after
1131 '../sql/sql.gyp:test_support_sql', 1131 '../sql/sql.gyp:test_support_sql',
1132 '../storage/storage_browser.gyp:storage', 1132 '../storage/storage_browser.gyp:storage',
1133 '../storage/storage_common.gyp:storage_common', 1133 '../storage/storage_common.gyp:storage_common',
1134 '../testing/gmock.gyp:gmock', 1134 '../testing/gmock.gyp:gmock',
1135 '../testing/gtest.gyp:gtest', 1135 '../testing/gtest.gyp:gtest',
1136 '../third_party/icu/icu.gyp:icui18n', 1136 '../third_party/icu/icu.gyp:icui18n',
1137 '../third_party/icu/icu.gyp:icuuc', 1137 '../third_party/icu/icu.gyp:icuuc',
1138 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 1138 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
1139 '../third_party/libjingle/libjingle.gyp:libjingle', 1139 '../third_party/libjingle/libjingle.gyp:libjingle',
1140 '../third_party/mojo/mojo_edk.gyp:mojo_common_test_support', 1140 '../third_party/mojo/mojo_edk.gyp:mojo_common_test_support',
1141 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', 1141 '../mojo/mojo_public.gyp:mojo_cpp_bindings',
1142 '../third_party/re2/re2.gyp:re2', 1142 '../third_party/re2/re2.gyp:re2',
1143 '../third_party/WebKit/public/blink.gyp:blink', 1143 '../third_party/WebKit/public/blink.gyp:blink',
1144 '../ui/accessibility/accessibility.gyp:accessibility', 1144 '../ui/accessibility/accessibility.gyp:accessibility',
1145 '../ui/base/ui_base.gyp:ui_base', 1145 '../ui/base/ui_base.gyp:ui_base',
1146 '../ui/events/events.gyp:blink', 1146 '../ui/events/events.gyp:blink',
1147 '../ui/gfx/gfx.gyp:gfx', 1147 '../ui/gfx/gfx.gyp:gfx',
1148 '../ui/gfx/gfx.gyp:gfx_geometry', 1148 '../ui/gfx/gfx.gyp:gfx_geometry',
1149 '../ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc', 1149 '../ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc',
1150 '../ui/gl/gl.gyp:gl', 1150 '../ui/gl/gl.gyp:gl',
1151 '../ui/gl/gl.gyp:gl_test_support', 1151 '../ui/gl/gl.gyp:gl_test_support',
(...skipping 227 matching lines...) Expand 10 before | Expand all | Expand 10 after
1379 }], 1379 }],
1380 ], 1380 ],
1381 }, 1381 },
1382 { 1382 {
1383 # GN version: //content/test:test_mojo_bindings 1383 # GN version: //content/test:test_mojo_bindings
1384 'target_name': 'content_test_mojo_bindings', 1384 'target_name': 'content_test_mojo_bindings',
1385 'type': 'static_library', 1385 'type': 'static_library',
1386 'sources': [ 1386 'sources': [
1387 'public/test/test_mojo_service.mojom', 1387 'public/test/test_mojo_service.mojom',
1388 ], 1388 ],
1389 'includes': [ '../third_party/mojo/mojom_bindings_generator.gypi' ], 1389 'includes': [ '../mojo/mojom_bindings_generator.gypi' ],
1390 }, 1390 },
1391 { 1391 {
1392 # GN version: //content/test:web_ui_test_mojo_bindings 1392 # GN version: //content/test:web_ui_test_mojo_bindings
1393 'target_name': 'web_ui_test_mojo_bindings', 1393 'target_name': 'web_ui_test_mojo_bindings',
1394 'type': 'static_library', 1394 'type': 'static_library',
1395 'dependencies': [ 1395 'dependencies': [
1396 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', 1396 '../mojo/mojo_public.gyp:mojo_cpp_bindings',
1397 ], 1397 ],
1398 'sources': [ 1398 'sources': [
1399 'test/data/web_ui_test_mojo_bindings.mojom', 1399 'test/data/web_ui_test_mojo_bindings.mojom',
1400 ], 1400 ],
1401 'includes': [ '../third_party/mojo/mojom_bindings_generator.gypi' ], 1401 'includes': [ '../mojo/mojom_bindings_generator.gypi' ],
1402 'export_dependent_settings': [ 1402 'export_dependent_settings': [
1403 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', 1403 '../mojo/mojo_public.gyp:mojo_cpp_bindings',
1404 ], 1404 ],
1405 }, 1405 },
1406 { 1406 {
1407 # GN version: //content/tests:content_browsertests 1407 # GN version: //content/tests:content_browsertests
1408 'target_name': 'content_browsertests', 1408 'target_name': 'content_browsertests',
1409 'type': '<(gtest_target_type)', 1409 'type': '<(gtest_target_type)',
1410 'dependencies': [ 1410 'dependencies': [
1411 'browser/background_sync/background_sync_proto.gyp:background_sync_p roto', 1411 'browser/background_sync/background_sync_proto.gyp:background_sync_p roto',
1412 'content.gyp:content_common', 1412 'content.gyp:content_common',
1413 'content.gyp:content_gpu', 1413 'content.gyp:content_gpu',
(...skipping 24 matching lines...) Expand all
1438 '../ppapi/ppapi_internal.gyp:ppapi_proxy', 1438 '../ppapi/ppapi_internal.gyp:ppapi_proxy',
1439 '../ppapi/ppapi_internal.gyp:ppapi_shared', 1439 '../ppapi/ppapi_internal.gyp:ppapi_shared',
1440 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', 1440 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared',
1441 '../testing/gmock.gyp:gmock', 1441 '../testing/gmock.gyp:gmock',
1442 '../testing/gtest.gyp:gtest', 1442 '../testing/gtest.gyp:gtest',
1443 '../third_party/WebKit/public/blink.gyp:blink', 1443 '../third_party/WebKit/public/blink.gyp:blink',
1444 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 1444 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
1445 '../third_party/mesa/mesa.gyp:osmesa', 1445 '../third_party/mesa/mesa.gyp:osmesa',
1446 '../third_party/mojo/mojo_edk.gyp:mojo_common_test_support', 1446 '../third_party/mojo/mojo_edk.gyp:mojo_common_test_support',
1447 '../third_party/mojo/mojo_edk.gyp:mojo_system_impl', 1447 '../third_party/mojo/mojo_edk.gyp:mojo_system_impl',
1448 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', 1448 '../mojo/mojo_public.gyp:mojo_cpp_bindings',
1449 '../third_party/mojo/mojo_public.gyp:mojo_js_bindings', 1449 '../mojo/mojo_public.gyp:mojo_js_bindings',
1450 '../third_party/zlib/zlib.gyp:zlib', 1450 '../third_party/zlib/zlib.gyp:zlib',
1451 '../ui/accessibility/accessibility.gyp:accessibility', 1451 '../ui/accessibility/accessibility.gyp:accessibility',
1452 '../ui/base/ui_base.gyp:ui_base', 1452 '../ui/base/ui_base.gyp:ui_base',
1453 '../ui/gfx/gfx.gyp:gfx', 1453 '../ui/gfx/gfx.gyp:gfx',
1454 '../ui/gfx/gfx.gyp:gfx_geometry', 1454 '../ui/gfx/gfx.gyp:gfx_geometry',
1455 '../ui/gl/gl.gyp:gl', 1455 '../ui/gl/gl.gyp:gl',
1456 '../ui/gl/gl.gyp:gl_test_support', 1456 '../ui/gl/gl.gyp:gl_test_support',
1457 '../ui/resources/ui_resources.gyp:ui_resources', 1457 '../ui/resources/ui_resources.gyp:ui_resources',
1458 '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs', 1458 '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs',
1459 '../ui/snapshot/snapshot.gyp:snapshot', 1459 '../ui/snapshot/snapshot.gyp:snapshot',
(...skipping 643 matching lines...) Expand 10 before | Expand all | Expand 10 after
2103 '../base/base.gyp:base_javatests', 2103 '../base/base.gyp:base_javatests',
2104 '../base/base.gyp:base_java_test_support', 2104 '../base/base.gyp:base_java_test_support',
2105 '../device/battery/battery.gyp:device_battery_javatests', 2105 '../device/battery/battery.gyp:device_battery_javatests',
2106 '../media/media.gyp:media_java', 2106 '../media/media.gyp:media_java',
2107 '../media/media.gyp:media_test_support', 2107 '../media/media.gyp:media_test_support',
2108 '../net/net.gyp:net_java', 2108 '../net/net.gyp:net_java',
2109 '../net/net.gyp:net_javatests', 2109 '../net/net.gyp:net_javatests',
2110 '../net/net.gyp:net_java_test_support', 2110 '../net/net.gyp:net_java_test_support',
2111 '../testing/android/on_device_instrumentation.gyp:broker_java', 2111 '../testing/android/on_device_instrumentation.gyp:broker_java',
2112 '../testing/android/on_device_instrumentation.gyp:require_driver_apk ', 2112 '../testing/android/on_device_instrumentation.gyp:require_driver_apk ',
2113 '../third_party/mojo/mojo_public.gyp:mojo_public_test_interfaces', 2113 '../mojo/mojo_public.gyp:mojo_public_test_interfaces',
2114 ], 2114 ],
2115 'variables': { 2115 'variables': {
2116 'apk_name': 'ContentShellTest', 2116 'apk_name': 'ContentShellTest',
2117 'java_in_dir': 'shell/android/javatests', 2117 'java_in_dir': 'shell/android/javatests',
2118 'resource_dir': 'shell/android/shell_apk/res', 2118 'resource_dir': 'shell/android/shell_apk/res',
2119 'additional_src_dirs': ['public/android/javatests/', ], 2119 'additional_src_dirs': ['public/android/javatests/', ],
2120 'is_test_apk': 1, 2120 'is_test_apk': 1,
2121 'test_type': 'instrumentation', 2121 'test_type': 'instrumentation',
2122 'isolate_file': 'content_shell_test_apk.isolate', 2122 'isolate_file': 'content_shell_test_apk.isolate',
2123 }, 2123 },
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
2190 'content_unittests_apk.isolate', 2190 'content_unittests_apk.isolate',
2191 ], 2191 ],
2192 }, 2192 },
2193 ], 2193 ],
2194 }, 2194 },
2195 ], 2195 ],
2196 ], 2196 ],
2197 }], 2197 }],
2198 ], 2198 ],
2199 } 2199 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698