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 1306 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1317 { | 1317 { |
1318 # GN version: //content/test:browsertest_base | 1318 # GN version: //content/test:browsertest_base |
1319 # content_browser_test_base can be used by any browser test target. | 1319 # content_browser_test_base can be used by any browser test target. |
1320 'target_name': 'content_browser_test_base', | 1320 'target_name': 'content_browser_test_base', |
1321 'type': 'static_library', | 1321 'type': 'static_library', |
1322 'dependencies': [ | 1322 'dependencies': [ |
1323 '../base/base.gyp:base', | 1323 '../base/base.gyp:base', |
1324 '../net/net.gyp:net_test_support', | 1324 '../net/net.gyp:net_test_support', |
1325 '../testing/gtest.gyp:gtest', | 1325 '../testing/gtest.gyp:gtest', |
1326 '../third_party/WebKit/public/blink.gyp:blink', | 1326 '../third_party/WebKit/public/blink.gyp:blink', |
| 1327 '../ui/accessibility/accessibility.gyp:accessibility', |
1327 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', | 1328 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', |
1328 '../ui/base/ui_base.gyp:ui_base', | 1329 '../ui/base/ui_base.gyp:ui_base', |
1329 '../ui/base/ui_base.gyp:ui_base_test_support', | 1330 '../ui/base/ui_base.gyp:ui_base_test_support', |
1330 '../ui/events/events.gyp:events_test_support', | 1331 '../ui/events/events.gyp:events_test_support', |
1331 'content.gyp:content_browser', | 1332 'content.gyp:content_browser', |
1332 'content.gyp:content_common', | 1333 'content.gyp:content_common', |
1333 ], | 1334 ], |
1334 'export_dependent_settings': [ | 1335 'export_dependent_settings': [ |
1335 'content.gyp:content_browser', | 1336 'content.gyp:content_browser', |
1336 '../third_party/WebKit/public/blink.gyp:blink', | 1337 '../third_party/WebKit/public/blink.gyp:blink', |
(...skipping 874 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2211 'content_unittests_apk.isolate', | 2212 'content_unittests_apk.isolate', |
2212 ], | 2213 ], |
2213 }, | 2214 }, |
2214 ], | 2215 ], |
2215 }, | 2216 }, |
2216 ], | 2217 ], |
2217 ], | 2218 ], |
2218 }], | 2219 }], |
2219 ], | 2220 ], |
2220 } | 2221 } |
OLD | NEW |