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