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

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: Landing 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
« 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 1023 matching lines...) Expand 10 before | Expand all | Expand 10 after
1034 'dependencies': [ 1034 'dependencies': [
1035 'content.gyp:content_browser', 1035 'content.gyp:content_browser',
1036 ], 1036 ],
1037 }], 1037 }],
1038 ], 1038 ],
1039 }, 1039 },
1040 { 1040 {
1041 'target_name': 'web_ui_test_mojo_bindings', 1041 'target_name': 'web_ui_test_mojo_bindings',
1042 'type': 'static_library', 1042 'type': 'static_library',
1043 'dependencies': [ 1043 'dependencies': [
1044 '../mojo/mojo.gyp:mojo_cpp_bindings', 1044 '../mojo/mojo_base.gyp:mojo_cpp_bindings',
1045 ], 1045 ],
1046 'sources': [ 1046 'sources': [
1047 'test/data/web_ui_test_mojo_bindings.mojom', 1047 'test/data/web_ui_test_mojo_bindings.mojom',
1048 ], 1048 ],
1049 'includes': [ '../mojo/public/tools/bindings/mojom_bindings_generator. gypi' ], 1049 'includes': [ '../mojo/public/tools/bindings/mojom_bindings_generator. gypi' ],
1050 'export_dependent_settings': [ 1050 'export_dependent_settings': [
1051 '../mojo/mojo.gyp:mojo_cpp_bindings', 1051 '../mojo/mojo_base.gyp:mojo_cpp_bindings',
1052 ], 1052 ],
1053 }, 1053 },
1054 { 1054 {
1055 'target_name': 'content_browsertests', 1055 'target_name': 'content_browsertests',
1056 'type': '<(gtest_target_type)', 1056 'type': '<(gtest_target_type)',
1057 'dependencies': [ 1057 'dependencies': [
1058 'content.gyp:content_common', 1058 'content.gyp:content_common',
1059 'content.gyp:content_gpu', 1059 'content.gyp:content_gpu',
1060 'content.gyp:content_plugin', 1060 'content.gyp:content_plugin',
1061 'content.gyp:content_renderer', 1061 'content.gyp:content_renderer',
1062 'content_browser_test_support', 1062 'content_browser_test_support',
1063 'content_resources.gyp:content_resources', 1063 'content_resources.gyp:content_resources',
1064 'content_shell_lib', 1064 'content_shell_lib',
1065 'content_shell_pak', 1065 'content_shell_pak',
1066 'test_support_content', 1066 'test_support_content',
1067 'web_ui_test_mojo_bindings', 1067 'web_ui_test_mojo_bindings',
1068 '../base/base.gyp:test_support_base', 1068 '../base/base.gyp:test_support_base',
1069 '../gin/gin.gyp:gin', 1069 '../gin/gin.gyp:gin',
1070 '../gpu/gpu.gyp:gpu', 1070 '../gpu/gpu.gyp:gpu',
1071 '../ipc/ipc.gyp:test_support_ipc', 1071 '../ipc/ipc.gyp:test_support_ipc',
1072 '../media/media.gyp:media_test_support', 1072 '../media/media.gyp:media_test_support',
1073 '../media/media.gyp:shared_memory_support', 1073 '../media/media.gyp:shared_memory_support',
1074 '../mojo/mojo.gyp:mojo_common_test_support', 1074 '../mojo/mojo_base.gyp:mojo_common_test_support',
1075 '../mojo/mojo.gyp:mojo_cpp_bindings', 1075 '../mojo/mojo_base.gyp:mojo_cpp_bindings',
1076 '../mojo/mojo.gyp:mojo_environment_chromium', 1076 '../mojo/mojo_base.gyp:mojo_environment_chromium',
1077 '../mojo/mojo.gyp:mojo_js_bindings', 1077 '../mojo/mojo_base.gyp:mojo_js_bindings',
1078 '../mojo/mojo_base.gyp:mojo_system_impl',
1078 '../mojo/mojo.gyp:mojo_service_manager', 1079 '../mojo/mojo.gyp:mojo_service_manager',
1079 '../mojo/mojo.gyp:mojo_system_impl',
1080 '../net/net.gyp:net_test_support', 1080 '../net/net.gyp:net_test_support',
1081 '../ppapi/ppapi_internal.gyp:ppapi_host', 1081 '../ppapi/ppapi_internal.gyp:ppapi_host',
1082 '../ppapi/ppapi_internal.gyp:ppapi_ipc', 1082 '../ppapi/ppapi_internal.gyp:ppapi_ipc',
1083 '../ppapi/ppapi_internal.gyp:ppapi_proxy', 1083 '../ppapi/ppapi_internal.gyp:ppapi_proxy',
1084 '../ppapi/ppapi_internal.gyp:ppapi_shared', 1084 '../ppapi/ppapi_internal.gyp:ppapi_shared',
1085 '../ppapi/ppapi_internal.gyp:ppapi_tests', 1085 '../ppapi/ppapi_internal.gyp:ppapi_tests',
1086 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', 1086 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared',
1087 '../testing/gmock.gyp:gmock', 1087 '../testing/gmock.gyp:gmock',
1088 '../testing/gtest.gyp:gtest', 1088 '../testing/gtest.gyp:gtest',
1089 '../third_party/WebKit/public/blink.gyp:blink', 1089 '../third_party/WebKit/public/blink.gyp:blink',
(...skipping 771 matching lines...) Expand 10 before | Expand all | Expand 10 after
1861 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1861 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1862 }, 1862 },
1863 ], 1863 ],
1864 }], 1864 }],
1865 ], 1865 ],
1866 }, 1866 },
1867 ], 1867 ],
1868 }], 1868 }],
1869 ], 1869 ],
1870 } 1870 }
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