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 181 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
192 ], | 192 ], |
193 'sources': [ '<@(layouttest_support_content_sources)' ] | 193 'sources': [ '<@(layouttest_support_content_sources)' ] |
194 }], | 194 }], |
195 ], | 195 ], |
196 }, | 196 }, |
197 { | 197 { |
198 # GN version: //content/test:test_support | 198 # GN version: //content/test:test_support |
199 'target_name': 'test_support_content', | 199 'target_name': 'test_support_content', |
200 'type': 'static_library', | 200 'type': 'static_library', |
201 'dependencies': [ | 201 'dependencies': [ |
202 '../mojo/edk/mojo_edk.gyp:mojo_system_impl', | |
203 '../mojo/mojo_base.gyp:mojo_environment_chromium', | |
204 '../net/net.gyp:net_test_support', | 202 '../net/net.gyp:net_test_support', |
205 '../skia/skia.gyp:skia', | 203 '../skia/skia.gyp:skia', |
206 '../storage/storage_common.gyp:storage_common', | 204 '../storage/storage_common.gyp:storage_common', |
207 '../testing/gmock.gyp:gmock', | 205 '../testing/gmock.gyp:gmock', |
208 '../testing/gtest.gyp:gtest', | 206 '../testing/gtest.gyp:gtest', |
209 '../ui/accessibility/accessibility.gyp:ax_gen', | 207 '../ui/accessibility/accessibility.gyp:ax_gen', |
210 '../ui/base/ui_base.gyp:ui_base', | 208 '../ui/base/ui_base.gyp:ui_base', |
211 '../ui/base/ui_base.gyp:ui_base_test_support', | 209 '../ui/base/ui_base.gyp:ui_base_test_support', |
212 '../ui/events/events.gyp:dom4_keycode_converter', | 210 '../ui/events/events.gyp:dom4_keycode_converter', |
213 '../ui/events/events.gyp:events_base', | 211 '../ui/events/events.gyp:events_base', |
(...skipping 1844 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2058 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 2056 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
2059 }, | 2057 }, |
2060 ], | 2058 ], |
2061 }], | 2059 }], |
2062 ], | 2060 ], |
2063 }, | 2061 }, |
2064 ], | 2062 ], |
2065 }], | 2063 }], |
2066 ], | 2064 ], |
2067 } | 2065 } |
OLD | NEW |