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

Side by Side Diff: content/content_tests.gypi

Issue 632853002: Define gyp targets for mojo/public/* in mojo/public/mojo_public.gyp (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: ios fixes Created 6 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
« no previous file with comments | « content/content_renderer.gypi ('k') | content/content_utility.gypi » ('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 '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 1071 matching lines...) Expand 10 before | Expand all | Expand 10 after
1082 'dependencies': [ 1082 'dependencies': [
1083 'content.gyp:content_browser', 1083 'content.gyp:content_browser',
1084 ], 1084 ],
1085 }], 1085 }],
1086 ], 1086 ],
1087 }, 1087 },
1088 { 1088 {
1089 'target_name': 'web_ui_test_mojo_bindings', 1089 'target_name': 'web_ui_test_mojo_bindings',
1090 'type': 'static_library', 1090 'type': 'static_library',
1091 'dependencies': [ 1091 'dependencies': [
1092 '../mojo/mojo_base.gyp:mojo_cpp_bindings', 1092 '../mojo/public/mojo_public.gyp:mojo_cpp_bindings',
1093 ], 1093 ],
1094 'sources': [ 1094 'sources': [
1095 'test/data/web_ui_test_mojo_bindings.mojom', 1095 'test/data/web_ui_test_mojo_bindings.mojom',
1096 ], 1096 ],
1097 'includes': [ '../mojo/public/tools/bindings/mojom_bindings_generator. gypi' ], 1097 'includes': [ '../mojo/public/tools/bindings/mojom_bindings_generator. gypi' ],
1098 'export_dependent_settings': [ 1098 'export_dependent_settings': [
1099 '../mojo/mojo_base.gyp:mojo_cpp_bindings', 1099 '../mojo/public/mojo_public.gyp:mojo_cpp_bindings',
1100 ], 1100 ],
1101 }, 1101 },
1102 { 1102 {
1103 'target_name': 'content_browsertests', 1103 'target_name': 'content_browsertests',
1104 'type': '<(gtest_target_type)', 1104 'type': '<(gtest_target_type)',
1105 'dependencies': [ 1105 'dependencies': [
1106 'content.gyp:content_common', 1106 'content.gyp:content_common',
1107 'content.gyp:content_gpu', 1107 'content.gyp:content_gpu',
1108 'content.gyp:content_plugin', 1108 'content.gyp:content_plugin',
1109 'content.gyp:content_renderer', 1109 'content.gyp:content_renderer',
1110 'content.gyp:content_resources', 1110 'content.gyp:content_resources',
1111 'content_browser_test_support', 1111 'content_browser_test_support',
1112 'content_shell_lib', 1112 'content_shell_lib',
1113 'content_shell_pak', 1113 'content_shell_pak',
1114 'test_support_content', 1114 'test_support_content',
1115 'web_ui_test_mojo_bindings', 1115 'web_ui_test_mojo_bindings',
1116 '../base/base.gyp:test_support_base', 1116 '../base/base.gyp:test_support_base',
1117 '../gin/gin.gyp:gin', 1117 '../gin/gin.gyp:gin',
1118 '../gpu/gpu.gyp:gpu', 1118 '../gpu/gpu.gyp:gpu',
1119 '../ipc/ipc.gyp:test_support_ipc', 1119 '../ipc/ipc.gyp:test_support_ipc',
1120 '../media/media.gyp:media_test_support', 1120 '../media/media.gyp:media_test_support',
1121 '../media/media.gyp:shared_memory_support', 1121 '../media/media.gyp:shared_memory_support',
1122 '../mojo/mojo_base.gyp:mojo_common_test_support', 1122 '../mojo/mojo_base.gyp:mojo_common_test_support',
1123 '../mojo/mojo_base.gyp:mojo_cpp_bindings',
1124 '../mojo/mojo_base.gyp:mojo_environment_chromium', 1123 '../mojo/mojo_base.gyp:mojo_environment_chromium',
1125 '../mojo/mojo_base.gyp:mojo_js_bindings',
1126 '../mojo/mojo_base.gyp:mojo_system_impl', 1124 '../mojo/mojo_base.gyp:mojo_system_impl',
1125 '../mojo/public/mojo_public.gyp:mojo_cpp_bindings',
1126 '../mojo/public/mojo_public.gyp:mojo_js_bindings',
1127 '../net/net.gyp:net_test_support', 1127 '../net/net.gyp:net_test_support',
1128 '../ppapi/ppapi_internal.gyp:ppapi_host', 1128 '../ppapi/ppapi_internal.gyp:ppapi_host',
1129 '../ppapi/ppapi_internal.gyp:ppapi_ipc', 1129 '../ppapi/ppapi_internal.gyp:ppapi_ipc',
1130 '../ppapi/ppapi_internal.gyp:ppapi_proxy', 1130 '../ppapi/ppapi_internal.gyp:ppapi_proxy',
1131 '../ppapi/ppapi_internal.gyp:ppapi_shared', 1131 '../ppapi/ppapi_internal.gyp:ppapi_shared',
1132 '../ppapi/ppapi_internal.gyp:ppapi_tests', 1132 '../ppapi/ppapi_internal.gyp:ppapi_tests',
1133 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', 1133 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared',
1134 '../testing/gmock.gyp:gmock', 1134 '../testing/gmock.gyp:gmock',
1135 '../testing/gtest.gyp:gtest', 1135 '../testing/gtest.gyp:gtest',
1136 '../third_party/WebKit/public/blink.gyp:blink', 1136 '../third_party/WebKit/public/blink.gyp:blink',
(...skipping 786 matching lines...) Expand 10 before | Expand all | Expand 10 after
1923 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1923 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1924 }, 1924 },
1925 ], 1925 ],
1926 }], 1926 }],
1927 ], 1927 ],
1928 }, 1928 },
1929 ], 1929 ],
1930 }], 1930 }],
1931 ], 1931 ],
1932 } 1932 }
OLDNEW
« no previous file with comments | « content/content_renderer.gypi ('k') | content/content_utility.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698