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