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 '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 738 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
749 'test_support_content_jni_headers', | 749 'test_support_content_jni_headers', |
750 ], | 750 ], |
751 }], | 751 }], |
752 ['OS!="ios"', { | 752 ['OS!="ios"', { |
753 # layouttest_support_content is not supported nor required on iOS. | 753 # layouttest_support_content is not supported nor required on iOS. |
754 'dependencies': [ | 754 'dependencies': [ |
755 'content.gyp:content_renderer', | 755 'content.gyp:content_renderer', |
756 'test_support_content', | 756 'test_support_content', |
757 '../skia/skia.gyp:skia', | 757 '../skia/skia.gyp:skia', |
758 '../ui/accessibility/accessibility.gyp:ax_gen', | 758 '../ui/accessibility/accessibility.gyp:ax_gen', |
| 759 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', |
759 '../v8/tools/gyp/v8.gyp:v8', | 760 '../v8/tools/gyp/v8.gyp:v8', |
760 ], | 761 ], |
761 'include_dirs': [ | 762 'include_dirs': [ |
762 '..', | 763 '..', |
763 '<(SHARED_INTERMEDIATE_DIR)', | 764 '<(SHARED_INTERMEDIATE_DIR)', |
764 ], | 765 ], |
765 'sources': [ '<@(layouttest_support_content_sources)' ] | 766 'sources': [ '<@(layouttest_support_content_sources)' ] |
766 }], | 767 }], |
767 ], | 768 ], |
768 }, | 769 }, |
769 { | 770 { |
770 # GN version: //content/test:test_support | 771 # GN version: //content/test:test_support |
771 'target_name': 'test_support_content', | 772 'target_name': 'test_support_content', |
772 'type': 'static_library', | 773 'type': 'static_library', |
773 'dependencies': [ | 774 'dependencies': [ |
774 '../mojo/mojo_base.gyp:mojo_environment_chromium', | 775 '../mojo/mojo_base.gyp:mojo_environment_chromium', |
775 '../net/net.gyp:net_test_support', | 776 '../net/net.gyp:net_test_support', |
776 '../skia/skia.gyp:skia', | 777 '../skia/skia.gyp:skia', |
777 '../storage/storage_common.gyp:storage_common', | 778 '../storage/storage_common.gyp:storage_common', |
778 '../testing/gmock.gyp:gmock', | 779 '../testing/gmock.gyp:gmock', |
779 '../testing/gtest.gyp:gtest', | 780 '../testing/gtest.gyp:gtest', |
780 '../third_party/mojo/mojo_edk.gyp:mojo_system_impl', | 781 '../third_party/mojo/mojo_edk.gyp:mojo_system_impl', |
781 '../ui/accessibility/accessibility.gyp:ax_gen', | 782 '../ui/accessibility/accessibility.gyp:ax_gen', |
| 783 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', |
782 '../ui/base/ui_base.gyp:ui_base', | 784 '../ui/base/ui_base.gyp:ui_base', |
783 '../ui/base/ui_base.gyp:ui_base_test_support', | 785 '../ui/base/ui_base.gyp:ui_base_test_support', |
784 '../ui/events/events.gyp:dom4_keycode_converter', | 786 '../ui/events/events.gyp:dom4_keycode_converter', |
785 '../ui/events/events.gyp:events_base', | 787 '../ui/events/events.gyp:events_base', |
786 '../ui/events/events.gyp:events_test_support', | 788 '../ui/events/events.gyp:events_test_support', |
787 '../ui/events/events.gyp:gesture_detection', | 789 '../ui/events/events.gyp:gesture_detection', |
788 '../ui/gfx/gfx.gyp:gfx_test_support', | 790 '../ui/gfx/gfx.gyp:gfx_test_support', |
789 '../ui/resources/ui_resources.gyp:ui_resources', | 791 '../ui/resources/ui_resources.gyp:ui_resources', |
790 '../url/url.gyp:url_lib', | 792 '../url/url.gyp:url_lib', |
791 'browser/speech/proto/speech_proto.gyp:speech_proto', | 793 'browser/speech/proto/speech_proto.gyp:speech_proto', |
(...skipping 454 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1246 }, | 1248 }, |
1247 { | 1249 { |
1248 # GN version: //content/tests:browsertest_support | 1250 # GN version: //content/tests:browsertest_support |
1249 'target_name': 'content_browser_test_support', | 1251 'target_name': 'content_browser_test_support', |
1250 'type': 'static_library', | 1252 'type': 'static_library', |
1251 'dependencies': [ | 1253 'dependencies': [ |
1252 'content_shell_lib', | 1254 'content_shell_lib', |
1253 '../skia/skia.gyp:skia', | 1255 '../skia/skia.gyp:skia', |
1254 '../testing/gtest.gyp:gtest', | 1256 '../testing/gtest.gyp:gtest', |
1255 '../ui/accessibility/accessibility.gyp:ax_gen', | 1257 '../ui/accessibility/accessibility.gyp:ax_gen', |
| 1258 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', |
1256 ], | 1259 ], |
1257 'sources': [ | 1260 'sources': [ |
1258 # Source list duplicated in GN build. | 1261 # Source list duplicated in GN build. |
1259 'test/content_test_launcher.cc', | 1262 'test/content_test_launcher.cc', |
1260 'public/test/content_browser_test.cc', | 1263 'public/test/content_browser_test.cc', |
1261 'public/test/content_browser_test.h', | 1264 'public/test/content_browser_test.h', |
1262 'public/test/content_browser_test_utils.cc', | 1265 'public/test/content_browser_test_utils.cc', |
1263 'public/test/content_browser_test_utils.h', | 1266 'public/test/content_browser_test_utils.h', |
1264 'public/test/content_browser_test_utils_mac.mm', | 1267 'public/test/content_browser_test_utils_mac.mm', |
1265 ], | 1268 ], |
(...skipping 864 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2130 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 2133 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
2131 }, | 2134 }, |
2132 ], | 2135 ], |
2133 }], | 2136 }], |
2134 ], | 2137 ], |
2135 }, | 2138 }, |
2136 ], | 2139 ], |
2137 }], | 2140 }], |
2138 ], | 2141 ], |
2139 } | 2142 } |
OLD | NEW |