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

Side by Side Diff: content/content_tests.gypi

Issue 231353002: Make mojo_system static and mojo_system_impl a component, never use both (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix the mac loader path dependencies Created 6 years, 8 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 | Annotate | Revision Log
« no previous file with comments | « content/content_common_mojo_bindings.gypi ('k') | mojo/embedder/embedder.cc » ('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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'layouttest_support_content', 8 'target_name': 'layouttest_support_content',
9 'type': 'static_library', 9 'type': 'static_library',
10 'conditions': [ 10 'conditions': [
(...skipping 936 matching lines...) Expand 10 before | Expand all | Expand 10 after
947 'content.gyp:content_browser', 947 'content.gyp:content_browser',
948 ], 948 ],
949 }], 949 }],
950 ], 950 ],
951 }, 951 },
952 { 952 {
953 'target_name': 'web_ui_test_mojo_bindings', 953 'target_name': 'web_ui_test_mojo_bindings',
954 'type': 'static_library', 954 'type': 'static_library',
955 'dependencies': [ 955 'dependencies': [
956 '../mojo/mojo.gyp:mojo_bindings', 956 '../mojo/mojo.gyp:mojo_bindings',
957 '../mojo/mojo.gyp:mojo_system',
958 ], 957 ],
959 'sources': [ 958 'sources': [
960 'test/data/web_ui_test_mojo_bindings.mojom', 959 'test/data/web_ui_test_mojo_bindings.mojom',
961 ], 960 ],
962 # TODO(sky): this shouldn't be necessary. It's working around a bug in 961 # TODO(sky): this shouldn't be necessary. It's working around a bug in
963 # gyp. 962 # gyp.
964 'variables': { 963 'variables': {
965 'mojom_base_output_dir': 'content', 964 'mojom_base_output_dir': 'content',
966 }, 965 },
967 'includes': [ '../mojo/public/tools/bindings/mojom_bindings_generator. gypi' ], 966 'includes': [ '../mojo/public/tools/bindings/mojom_bindings_generator. gypi' ],
968 'export_dependent_settings': [ 967 'export_dependent_settings': [
969 '../mojo/mojo.gyp:mojo_bindings', 968 '../mojo/mojo.gyp:mojo_bindings',
970 '../mojo/mojo.gyp:mojo_system',
971 ], 969 ],
972 }, 970 },
973 { 971 {
974 'target_name': 'content_browsertests', 972 'target_name': 'content_browsertests',
975 'type': '<(gtest_target_type)', 973 'type': '<(gtest_target_type)',
976 'dependencies': [ 974 'dependencies': [
977 'content.gyp:content_common', 975 'content.gyp:content_common',
978 'content.gyp:content_gpu', 976 'content.gyp:content_gpu',
979 'content.gyp:content_plugin', 977 'content.gyp:content_plugin',
980 'content.gyp:content_renderer', 978 'content.gyp:content_renderer',
981 'content_browser_test_support', 979 'content_browser_test_support',
982 'content_resources.gyp:content_resources', 980 'content_resources.gyp:content_resources',
983 'content_shell_lib', 981 'content_shell_lib',
984 'content_shell_pak', 982 'content_shell_pak',
985 'test_support_content', 983 'test_support_content',
986 'web_ui_test_mojo_bindings', 984 'web_ui_test_mojo_bindings',
987 '../base/base.gyp:test_support_base', 985 '../base/base.gyp:test_support_base',
988 '../gin/gin.gyp:gin', 986 '../gin/gin.gyp:gin',
989 '../gpu/gpu.gyp:gpu', 987 '../gpu/gpu.gyp:gpu',
990 '../ipc/ipc.gyp:test_support_ipc', 988 '../ipc/ipc.gyp:test_support_ipc',
991 '../media/media.gyp:media_test_support', 989 '../media/media.gyp:media_test_support',
992 '../media/media.gyp:shared_memory_support', 990 '../media/media.gyp:shared_memory_support',
993 '../mojo/mojo.gyp:mojo_bindings', 991 '../mojo/mojo.gyp:mojo_bindings',
994 '../mojo/mojo.gyp:mojo_environment_chromium', 992 '../mojo/mojo.gyp:mojo_environment_chromium',
995 '../mojo/mojo.gyp:mojo_service_manager', 993 '../mojo/mojo.gyp:mojo_service_manager',
996 '../mojo/mojo.gyp:mojo_system',
997 '../mojo/mojo.gyp:mojo_system_impl', 994 '../mojo/mojo.gyp:mojo_system_impl',
998 '../net/net.gyp:net_test_support', 995 '../net/net.gyp:net_test_support',
999 '../ppapi/ppapi_internal.gyp:ppapi_host', 996 '../ppapi/ppapi_internal.gyp:ppapi_host',
1000 '../ppapi/ppapi_internal.gyp:ppapi_ipc', 997 '../ppapi/ppapi_internal.gyp:ppapi_ipc',
1001 '../ppapi/ppapi_internal.gyp:ppapi_proxy', 998 '../ppapi/ppapi_internal.gyp:ppapi_proxy',
1002 '../ppapi/ppapi_internal.gyp:ppapi_shared', 999 '../ppapi/ppapi_internal.gyp:ppapi_shared',
1003 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', 1000 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared',
1004 '../testing/gmock.gyp:gmock', 1001 '../testing/gmock.gyp:gmock',
1005 '../testing/gtest.gyp:gtest', 1002 '../testing/gtest.gyp:gtest',
1006 '../third_party/WebKit/public/blink.gyp:blink', 1003 '../third_party/WebKit/public/blink.gyp:blink',
(...skipping 783 matching lines...) Expand 10 before | Expand all | Expand 10 after
1790 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1787 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1791 }, 1788 },
1792 ], 1789 ],
1793 }], 1790 }],
1794 ], 1791 ],
1795 }, 1792 },
1796 ], 1793 ],
1797 }], 1794 }],
1798 ], 1795 ],
1799 } 1796 }
OLDNEW
« no previous file with comments | « content/content_common_mojo_bindings.gypi ('k') | mojo/embedder/embedder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698