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

Side by Side Diff: content/test/BUILD.gn

Issue 2553603002: New accessibility virtual keyboard behavior in non-sticky mode. (Closed)
Patch Set: rebase Created 3 years, 7 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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 import("//build/config/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/chromecast_build.gni") 6 import("//build/config/chromecast_build.gni")
7 import("//build/config/compiler/compiler.gni") 7 import("//build/config/compiler/compiler.gni")
8 import("//build/config/crypto.gni") 8 import("//build/config/crypto.gni")
9 import("//build/config/features.gni") 9 import("//build/config/features.gni")
10 import("//build/config/ui.gni") 10 import("//build/config/ui.gni")
(...skipping 1498 matching lines...) Expand 10 before | Expand all | Expand 10 after
1509 "//testing/gtest", 1509 "//testing/gtest",
1510 "//third_party/WebKit/public:blink", 1510 "//third_party/WebKit/public:blink",
1511 "//third_party/WebKit/public:offscreen_canvas_mojo_bindings", 1511 "//third_party/WebKit/public:offscreen_canvas_mojo_bindings",
1512 "//third_party/icu", 1512 "//third_party/icu",
1513 "//third_party/leveldatabase", 1513 "//third_party/leveldatabase",
1514 "//third_party/re2", 1514 "//third_party/re2",
1515 "//third_party/webrtc_overrides", 1515 "//third_party/webrtc_overrides",
1516 "//third_party/widevine/cdm:headers", 1516 "//third_party/widevine/cdm:headers",
1517 "//ui/accessibility", 1517 "//ui/accessibility",
1518 "//ui/base:test_support", 1518 "//ui/base:test_support",
1519 "//ui/base/ime",
1519 "//ui/compositor:test_support", 1520 "//ui/compositor:test_support",
1520 "//ui/display", 1521 "//ui/display",
1521 "//ui/display:test_support", 1522 "//ui/display:test_support",
1522 "//ui/events:gesture_detection", 1523 "//ui/events:gesture_detection",
1523 "//ui/events:test_support", 1524 "//ui/events:test_support",
1524 "//ui/events/blink", 1525 "//ui/events/blink",
1525 "//ui/gfx:test_support", 1526 "//ui/gfx:test_support",
1526 "//ui/gfx/geometry", 1527 "//ui/gfx/geometry",
1527 "//ui/gfx/ipc", 1528 "//ui/gfx/ipc",
1528 "//ui/gfx/ipc/skia", 1529 "//ui/gfx/ipc/skia",
(...skipping 304 matching lines...) Expand 10 before | Expand all | Expand 10 after
1833 if (is_android) { 1834 if (is_android) {
1834 deps += [ "//testing/android/native_test:native_test_native_code" ] 1835 deps += [ "//testing/android/native_test:native_test_native_code" ]
1835 } 1836 }
1836 } 1837 }
1837 1838
1838 group("fuzzers") { 1839 group("fuzzers") {
1839 deps = [ 1840 deps = [
1840 "//content/test/fuzzer", 1841 "//content/test/fuzzer",
1841 ] 1842 ]
1842 } 1843 }
OLDNEW
« no previous file with comments | « content/browser/renderer_host/render_widget_host_view_aura_unittest.cc ('k') | ui/base/ime/input_method.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698