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

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: Get content builds to work 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
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 942 matching lines...) Expand 10 before | Expand all | Expand 10 after
953 'content.gyp:content_browser', 953 'content.gyp:content_browser',
954 ], 954 ],
955 }], 955 }],
956 ], 956 ],
957 }, 957 },
958 { 958 {
959 'target_name': 'web_ui_test_mojo_bindings', 959 'target_name': 'web_ui_test_mojo_bindings',
960 'type': 'static_library', 960 'type': 'static_library',
961 'dependencies': [ 961 'dependencies': [
962 '../mojo/mojo.gyp:mojo_bindings', 962 '../mojo/mojo.gyp:mojo_bindings',
963 '../mojo/mojo.gyp:mojo_system',
964 ], 963 ],
965 'sources': [ 964 'sources': [
966 'test/data/web_ui_test_mojo_bindings.mojom', 965 'test/data/web_ui_test_mojo_bindings.mojom',
967 ], 966 ],
968 # TODO(sky): this shouldn't be necessary. It's working around a bug in 967 # TODO(sky): this shouldn't be necessary. It's working around a bug in
969 # gyp. 968 # gyp.
970 'variables': { 969 'variables': {
971 'mojom_base_output_dir': 'content', 970 'mojom_base_output_dir': 'content',
972 }, 971 },
973 'includes': [ '../mojo/public/tools/bindings/mojom_bindings_generator. gypi' ], 972 'includes': [ '../mojo/public/tools/bindings/mojom_bindings_generator. gypi' ],
974 'export_dependent_settings': [ 973 'export_dependent_settings': [
975 '../mojo/mojo.gyp:mojo_bindings', 974 '../mojo/mojo.gyp:mojo_bindings',
976 '../mojo/mojo.gyp:mojo_system',
977 ], 975 ],
978 }, 976 },
979 { 977 {
980 'target_name': 'content_browsertests', 978 'target_name': 'content_browsertests',
981 'type': '<(gtest_target_type)', 979 'type': '<(gtest_target_type)',
982 'dependencies': [ 980 'dependencies': [
983 'content.gyp:content_common', 981 'content.gyp:content_common',
984 'content.gyp:content_gpu', 982 'content.gyp:content_gpu',
985 'content.gyp:content_plugin', 983 'content.gyp:content_plugin',
986 'content.gyp:content_renderer', 984 'content.gyp:content_renderer',
987 'content_browser_test_support', 985 'content_browser_test_support',
988 'content_resources.gyp:content_resources', 986 'content_resources.gyp:content_resources',
989 'content_shell_lib', 987 'content_shell_lib',
990 'content_shell_pak', 988 'content_shell_pak',
991 'test_support_content', 989 'test_support_content',
992 'web_ui_test_mojo_bindings', 990 'web_ui_test_mojo_bindings',
993 '../base/base.gyp:test_support_base', 991 '../base/base.gyp:test_support_base',
994 '../gin/gin.gyp:gin', 992 '../gin/gin.gyp:gin',
995 '../gpu/gpu.gyp:gpu', 993 '../gpu/gpu.gyp:gpu',
996 '../ipc/ipc.gyp:test_support_ipc', 994 '../ipc/ipc.gyp:test_support_ipc',
997 '../media/media.gyp:media_test_support', 995 '../media/media.gyp:media_test_support',
998 '../media/media.gyp:shared_memory_support', 996 '../media/media.gyp:shared_memory_support',
999 '../mojo/mojo.gyp:mojo_bindings', 997 '../mojo/mojo.gyp:mojo_bindings',
1000 '../mojo/mojo.gyp:mojo_environment_chromium', 998 '../mojo/mojo.gyp:mojo_environment_chromium',
1001 '../mojo/mojo.gyp:mojo_service_manager', 999 '../mojo/mojo.gyp:mojo_service_manager',
1002 '../mojo/mojo.gyp:mojo_system',
1003 '../mojo/mojo.gyp:mojo_system_impl', 1000 '../mojo/mojo.gyp:mojo_system_impl',
1004 '../net/net.gyp:net_test_support', 1001 '../net/net.gyp:net_test_support',
1005 '../ppapi/ppapi_internal.gyp:ppapi_host', 1002 '../ppapi/ppapi_internal.gyp:ppapi_host',
1006 '../ppapi/ppapi_internal.gyp:ppapi_ipc', 1003 '../ppapi/ppapi_internal.gyp:ppapi_ipc',
1007 '../ppapi/ppapi_internal.gyp:ppapi_proxy', 1004 '../ppapi/ppapi_internal.gyp:ppapi_proxy',
1008 '../ppapi/ppapi_internal.gyp:ppapi_shared', 1005 '../ppapi/ppapi_internal.gyp:ppapi_shared',
1009 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', 1006 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared',
1010 '../testing/gmock.gyp:gmock', 1007 '../testing/gmock.gyp:gmock',
1011 '../testing/gtest.gyp:gtest', 1008 '../testing/gtest.gyp:gtest',
1012 '../third_party/WebKit/public/blink.gyp:blink', 1009 '../third_party/WebKit/public/blink.gyp:blink',
(...skipping 783 matching lines...) Expand 10 before | Expand all | Expand 10 after
1796 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1793 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1797 }, 1794 },
1798 ], 1795 ],
1799 }], 1796 }],
1800 ], 1797 ],
1801 }, 1798 },
1802 ], 1799 ],
1803 }], 1800 }],
1804 ], 1801 ],
1805 } 1802 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698