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

Side by Side Diff: content/content_tests.gypi

Issue 422163004: Extract mojo_base.gyp from mojo.gyp (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated Created 6 years, 4 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
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 1021 matching lines...) Expand 10 before | Expand all | Expand 10 after
1032 'dependencies': [ 1032 'dependencies': [
1033 'content.gyp:content_browser', 1033 'content.gyp:content_browser',
1034 ], 1034 ],
1035 }], 1035 }],
1036 ], 1036 ],
1037 }, 1037 },
1038 { 1038 {
1039 'target_name': 'web_ui_test_mojo_bindings', 1039 'target_name': 'web_ui_test_mojo_bindings',
1040 'type': 'static_library', 1040 'type': 'static_library',
1041 'dependencies': [ 1041 'dependencies': [
1042 '../mojo/mojo.gyp:mojo_cpp_bindings', 1042 '../mojo/mojo_base.gyp:mojo_cpp_bindings',
1043 ], 1043 ],
1044 'sources': [ 1044 'sources': [
1045 'test/data/web_ui_test_mojo_bindings.mojom', 1045 'test/data/web_ui_test_mojo_bindings.mojom',
1046 ], 1046 ],
1047 'includes': [ '../mojo/public/tools/bindings/mojom_bindings_generator. gypi' ], 1047 'includes': [ '../mojo/public/tools/bindings/mojom_bindings_generator. gypi' ],
1048 'export_dependent_settings': [ 1048 'export_dependent_settings': [
1049 '../mojo/mojo.gyp:mojo_cpp_bindings', 1049 '../mojo/mojo_base.gyp:mojo_cpp_bindings',
1050 ], 1050 ],
1051 }, 1051 },
1052 { 1052 {
1053 'target_name': 'content_browsertests', 1053 'target_name': 'content_browsertests',
1054 'type': '<(gtest_target_type)', 1054 'type': '<(gtest_target_type)',
1055 'dependencies': [ 1055 'dependencies': [
1056 'content.gyp:content_common', 1056 'content.gyp:content_common',
1057 'content.gyp:content_gpu', 1057 'content.gyp:content_gpu',
1058 'content.gyp:content_plugin', 1058 'content.gyp:content_plugin',
1059 'content.gyp:content_renderer', 1059 'content.gyp:content_renderer',
1060 'content_browser_test_support', 1060 'content_browser_test_support',
1061 'content_resources.gyp:content_resources', 1061 'content_resources.gyp:content_resources',
1062 'content_shell_lib', 1062 'content_shell_lib',
1063 'content_shell_pak', 1063 'content_shell_pak',
1064 'test_support_content', 1064 'test_support_content',
1065 'web_ui_test_mojo_bindings', 1065 'web_ui_test_mojo_bindings',
1066 '../base/base.gyp:test_support_base', 1066 '../base/base.gyp:test_support_base',
1067 '../gin/gin.gyp:gin', 1067 '../gin/gin.gyp:gin',
1068 '../gpu/gpu.gyp:gpu', 1068 '../gpu/gpu.gyp:gpu',
1069 '../ipc/ipc.gyp:test_support_ipc', 1069 '../ipc/ipc.gyp:test_support_ipc',
1070 '../media/media.gyp:media_test_support', 1070 '../media/media.gyp:media_test_support',
1071 '../media/media.gyp:shared_memory_support', 1071 '../media/media.gyp:shared_memory_support',
1072 '../mojo/mojo.gyp:mojo_common_test_support', 1072 '../mojo/mojo_base.gyp:mojo_common_test_support',
1073 '../mojo/mojo.gyp:mojo_cpp_bindings', 1073 '../mojo/mojo_base.gyp:mojo_cpp_bindings',
1074 '../mojo/mojo.gyp:mojo_environment_chromium', 1074 '../mojo/mojo_base.gyp:mojo_environment_chromium',
1075 '../mojo/mojo.gyp:mojo_js_bindings', 1075 '../mojo/mojo_base.gyp:mojo_js_bindings',
1076 '../mojo/mojo_base.gyp:mojo_system_impl',
1076 '../mojo/mojo.gyp:mojo_service_manager', 1077 '../mojo/mojo.gyp:mojo_service_manager',
1077 '../mojo/mojo.gyp:mojo_system_impl',
1078 '../net/net.gyp:net_test_support', 1078 '../net/net.gyp:net_test_support',
1079 '../ppapi/ppapi_internal.gyp:ppapi_host', 1079 '../ppapi/ppapi_internal.gyp:ppapi_host',
1080 '../ppapi/ppapi_internal.gyp:ppapi_ipc', 1080 '../ppapi/ppapi_internal.gyp:ppapi_ipc',
1081 '../ppapi/ppapi_internal.gyp:ppapi_proxy', 1081 '../ppapi/ppapi_internal.gyp:ppapi_proxy',
1082 '../ppapi/ppapi_internal.gyp:ppapi_shared', 1082 '../ppapi/ppapi_internal.gyp:ppapi_shared',
1083 '../ppapi/ppapi_internal.gyp:ppapi_tests', 1083 '../ppapi/ppapi_internal.gyp:ppapi_tests',
1084 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', 1084 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared',
1085 '../testing/gmock.gyp:gmock', 1085 '../testing/gmock.gyp:gmock',
1086 '../testing/gtest.gyp:gtest', 1086 '../testing/gtest.gyp:gtest',
1087 '../third_party/WebKit/public/blink.gyp:blink', 1087 '../third_party/WebKit/public/blink.gyp:blink',
(...skipping 770 matching lines...) Expand 10 before | Expand all | Expand 10 after
1858 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1858 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1859 }, 1859 },
1860 ], 1860 ],
1861 }], 1861 }],
1862 ], 1862 ],
1863 }, 1863 },
1864 ], 1864 ],
1865 }], 1865 }],
1866 ], 1866 ],
1867 } 1867 }
OLDNEW
« no previous file with comments | « content/content_renderer.gypi ('k') | content/content_utility.gypi » ('j') | mojo/mojo.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698