Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(659)

Side by Side Diff: content/content_tests.gypi

Issue 1815933002: Fix WebView accessibility (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rename set_browser_plugin_embedder_ax_tree_id Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « content/browser/frame_host/render_frame_host_impl.cc ('k') | content/public/test/browser_test_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698