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

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

Issue 2553603002: New accessibility virtual keyboard behavior in non-sticky mode. (Closed)
Patch Set: Remove TextInputClient::OnClientFocusLost() Created 3 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 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 1523 matching lines...) Expand 10 before | Expand all | Expand 10 after
1534 "//testing/gmock", 1534 "//testing/gmock",
1535 "//testing/gtest", 1535 "//testing/gtest",
1536 "//third_party/WebKit/public:blink", 1536 "//third_party/WebKit/public:blink",
1537 "//third_party/icu", 1537 "//third_party/icu",
1538 "//third_party/leveldatabase", 1538 "//third_party/leveldatabase",
1539 "//third_party/re2", 1539 "//third_party/re2",
1540 "//third_party/webrtc_overrides", 1540 "//third_party/webrtc_overrides",
1541 "//third_party/widevine/cdm:headers", 1541 "//third_party/widevine/cdm:headers",
1542 "//ui/accessibility", 1542 "//ui/accessibility",
1543 "//ui/base:test_support", 1543 "//ui/base:test_support",
1544 "//ui/base/ime",
1544 "//ui/compositor:test_support", 1545 "//ui/compositor:test_support",
1545 "//ui/display", 1546 "//ui/display",
1546 "//ui/display:test_support", 1547 "//ui/display:test_support",
1547 "//ui/events:gesture_detection", 1548 "//ui/events:gesture_detection",
1548 "//ui/events:test_support", 1549 "//ui/events:test_support",
1549 "//ui/events/blink", 1550 "//ui/events/blink",
1550 "//ui/gfx:test_support", 1551 "//ui/gfx:test_support",
1551 "//ui/gfx/geometry", 1552 "//ui/gfx/geometry",
1552 "//ui/gfx/ipc", 1553 "//ui/gfx/ipc",
1553 "//ui/gfx/ipc/skia", 1554 "//ui/gfx/ipc/skia",
(...skipping 302 matching lines...) Expand 10 before | Expand all | Expand 10 after
1856 if (is_android) { 1857 if (is_android) {
1857 deps += [ "//testing/android/native_test:native_test_native_code" ] 1858 deps += [ "//testing/android/native_test:native_test_native_code" ]
1858 } 1859 }
1859 } 1860 }
1860 1861
1861 group("fuzzers") { 1862 group("fuzzers") {
1862 deps = [ 1863 deps = [
1863 "//content/test/fuzzer", 1864 "//content/test/fuzzer",
1864 ] 1865 ]
1865 } 1866 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698