| 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 1312 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1323 { | 1323 { |
| 1324 # GN version: //content/test:browsertest_base | 1324 # GN version: //content/test:browsertest_base |
| 1325 # content_browser_test_base can be used by any browser test target. | 1325 # content_browser_test_base can be used by any browser test target. |
| 1326 'target_name': 'content_browser_test_base', | 1326 'target_name': 'content_browser_test_base', |
| 1327 'type': 'static_library', | 1327 'type': 'static_library', |
| 1328 'dependencies': [ | 1328 'dependencies': [ |
| 1329 '../base/base.gyp:base', | 1329 '../base/base.gyp:base', |
| 1330 '../net/net.gyp:net_test_support', | 1330 '../net/net.gyp:net_test_support', |
| 1331 '../testing/gtest.gyp:gtest', | 1331 '../testing/gtest.gyp:gtest', |
| 1332 '../third_party/WebKit/public/blink.gyp:blink', | 1332 '../third_party/WebKit/public/blink.gyp:blink', |
| 1333 '../ui/accessibility/accessibility.gyp:accessibility', |
| 1333 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', | 1334 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', |
| 1334 '../ui/base/ui_base.gyp:ui_base', | 1335 '../ui/base/ui_base.gyp:ui_base', |
| 1335 '../ui/base/ui_base.gyp:ui_base_test_support', | 1336 '../ui/base/ui_base.gyp:ui_base_test_support', |
| 1336 '../ui/events/events.gyp:events_test_support', | 1337 '../ui/events/events.gyp:events_test_support', |
| 1337 'content.gyp:content_browser', | 1338 'content.gyp:content_browser', |
| 1338 'content.gyp:content_common', | 1339 'content.gyp:content_common', |
| 1339 ], | 1340 ], |
| 1340 'export_dependent_settings': [ | 1341 'export_dependent_settings': [ |
| 1341 'content.gyp:content_browser', | 1342 'content.gyp:content_browser', |
| 1342 '../third_party/WebKit/public/blink.gyp:blink', | 1343 '../third_party/WebKit/public/blink.gyp:blink', |
| (...skipping 874 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2217 'content_unittests_apk.isolate', | 2218 'content_unittests_apk.isolate', |
| 2218 ], | 2219 ], |
| 2219 }, | 2220 }, |
| 2220 ], | 2221 ], |
| 2221 }, | 2222 }, |
| 2222 ], | 2223 ], |
| 2223 ], | 2224 ], |
| 2224 }], | 2225 }], |
| 2225 ], | 2226 ], |
| 2226 } | 2227 } |
| OLD | NEW |