OLD | NEW |
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 973 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
984 'dependencies': [ | 984 'dependencies': [ |
985 'content.gyp:content_browser', | 985 'content.gyp:content_browser', |
986 ], | 986 ], |
987 }], | 987 }], |
988 ], | 988 ], |
989 }, | 989 }, |
990 { | 990 { |
991 'target_name': 'web_ui_test_mojo_bindings', | 991 'target_name': 'web_ui_test_mojo_bindings', |
992 'type': 'static_library', | 992 'type': 'static_library', |
993 'dependencies': [ | 993 'dependencies': [ |
994 '../mojo/mojo.gyp:mojo_bindings', | 994 '../mojo/mojo.gyp:mojo_cpp_bindings', |
995 ], | 995 ], |
996 'sources': [ | 996 'sources': [ |
997 'test/data/web_ui_test_mojo_bindings.mojom', | 997 'test/data/web_ui_test_mojo_bindings.mojom', |
998 ], | 998 ], |
999 # TODO(sky): this shouldn't be necessary. It's working around a bug in | 999 # TODO(sky): this shouldn't be necessary. It's working around a bug in |
1000 # gyp. | 1000 # gyp. |
1001 'variables': { | 1001 'variables': { |
1002 'mojom_base_output_dir': 'content', | 1002 'mojom_base_output_dir': 'content', |
1003 }, | 1003 }, |
1004 'includes': [ '../mojo/public/tools/bindings/mojom_bindings_generator.
gypi' ], | 1004 'includes': [ '../mojo/public/tools/bindings/mojom_bindings_generator.
gypi' ], |
1005 'export_dependent_settings': [ | 1005 'export_dependent_settings': [ |
1006 '../mojo/mojo.gyp:mojo_bindings', | 1006 '../mojo/mojo.gyp:mojo_cpp_bindings', |
1007 ], | 1007 ], |
1008 }, | 1008 }, |
1009 { | 1009 { |
1010 'target_name': 'content_browsertests', | 1010 'target_name': 'content_browsertests', |
1011 'type': '<(gtest_target_type)', | 1011 'type': '<(gtest_target_type)', |
1012 'dependencies': [ | 1012 'dependencies': [ |
1013 'content.gyp:content_common', | 1013 'content.gyp:content_common', |
1014 'content.gyp:content_gpu', | 1014 'content.gyp:content_gpu', |
1015 'content.gyp:content_plugin', | 1015 'content.gyp:content_plugin', |
1016 'content.gyp:content_renderer', | 1016 'content.gyp:content_renderer', |
1017 'content_browser_test_support', | 1017 'content_browser_test_support', |
1018 'content_resources.gyp:content_resources', | 1018 'content_resources.gyp:content_resources', |
1019 'content_shell_lib', | 1019 'content_shell_lib', |
1020 'content_shell_pak', | 1020 'content_shell_pak', |
1021 'test_support_content', | 1021 'test_support_content', |
1022 'web_ui_test_mojo_bindings', | 1022 'web_ui_test_mojo_bindings', |
1023 '../base/base.gyp:test_support_base', | 1023 '../base/base.gyp:test_support_base', |
1024 '../gin/gin.gyp:gin', | 1024 '../gin/gin.gyp:gin', |
1025 '../gpu/gpu.gyp:gpu', | 1025 '../gpu/gpu.gyp:gpu', |
1026 '../ipc/ipc.gyp:test_support_ipc', | 1026 '../ipc/ipc.gyp:test_support_ipc', |
1027 '../media/media.gyp:media_test_support', | 1027 '../media/media.gyp:media_test_support', |
1028 '../media/media.gyp:shared_memory_support', | 1028 '../media/media.gyp:shared_memory_support', |
1029 '../mojo/mojo.gyp:mojo_bindings', | |
1030 '../mojo/mojo.gyp:mojo_common_test_support', | 1029 '../mojo/mojo.gyp:mojo_common_test_support', |
| 1030 '../mojo/mojo.gyp:mojo_cpp_bindings', |
1031 '../mojo/mojo.gyp:mojo_environment_chromium', | 1031 '../mojo/mojo.gyp:mojo_environment_chromium', |
| 1032 '../mojo/mojo.gyp:mojo_js_bindings', |
1032 '../mojo/mojo.gyp:mojo_service_manager', | 1033 '../mojo/mojo.gyp:mojo_service_manager', |
1033 '../mojo/mojo.gyp:mojo_system_impl', | 1034 '../mojo/mojo.gyp:mojo_system_impl', |
1034 '../net/net.gyp:net_test_support', | 1035 '../net/net.gyp:net_test_support', |
1035 '../ppapi/ppapi_internal.gyp:ppapi_host', | 1036 '../ppapi/ppapi_internal.gyp:ppapi_host', |
1036 '../ppapi/ppapi_internal.gyp:ppapi_ipc', | 1037 '../ppapi/ppapi_internal.gyp:ppapi_ipc', |
1037 '../ppapi/ppapi_internal.gyp:ppapi_proxy', | 1038 '../ppapi/ppapi_internal.gyp:ppapi_proxy', |
1038 '../ppapi/ppapi_internal.gyp:ppapi_shared', | 1039 '../ppapi/ppapi_internal.gyp:ppapi_shared', |
1039 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', | 1040 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', |
1040 '../testing/gmock.gyp:gmock', | 1041 '../testing/gmock.gyp:gmock', |
1041 '../testing/gtest.gyp:gtest', | 1042 '../testing/gtest.gyp:gtest', |
(...skipping 788 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1830 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 1831 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
1831 }, | 1832 }, |
1832 ], | 1833 ], |
1833 }], | 1834 }], |
1834 ], | 1835 ], |
1835 }, | 1836 }, |
1836 ], | 1837 ], |
1837 }], | 1838 }], |
1838 ], | 1839 ], |
1839 } | 1840 } |
OLD | NEW |