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

Side by Side Diff: components/arc/BUILD.gn

Issue 1605273002: ARC: Show virtual keyboard when necessary on text input type change events. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Filed BUG and added a TODO comment. Created 4 years, 11 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
« no previous file with comments | « components/arc.gypi ('k') | components/arc/ime/arc_ime_bridge.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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("//mojo/public/tools/bindings/mojom.gni") 5 import("//mojo/public/tools/bindings/mojom.gni")
6 6
7 static_library("arc") { 7 static_library("arc") {
8 sources = [ 8 sources = [
9 "arc_bridge_bootstrap.cc", 9 "arc_bridge_bootstrap.cc",
10 "arc_bridge_bootstrap.h", 10 "arc_bridge_bootstrap.h",
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 ":arc", 101 ":arc",
102 ":arc_bindings", 102 ":arc_bindings",
103 ":arc_test_support", 103 ":arc_test_support",
104 "//base", 104 "//base",
105 "//chromeos", 105 "//chromeos",
106 "//ipc/mojo:mojo", 106 "//ipc/mojo:mojo",
107 "//mojo/public/cpp/environment:environment", 107 "//mojo/public/cpp/environment:environment",
108 "//mojo/public/cpp/system:system", 108 "//mojo/public/cpp/system:system",
109 "//testing/gtest", 109 "//testing/gtest",
110 "//ui/aura", 110 "//ui/aura",
111 "//ui/base:test_support",
111 "//ui/base/ime", 112 "//ui/base/ime",
112 "//ui/events", 113 "//ui/events",
113 "//ui/events:dom_keycode_converter", 114 "//ui/events:dom_keycode_converter",
114 ] 115 ]
115 } 116 }
OLDNEW
« no previous file with comments | « components/arc.gypi ('k') | components/arc/ime/arc_ime_bridge.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698