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

Side by Side Diff: components/arc.gypi

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 | « no previous file | components/arc/BUILD.gn » ('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 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 # GN version: //components/arc 8 # GN version: //components/arc
9 'target_name': 'arc', 9 'target_name': 'arc',
10 'type': 'static_library', 10 'type': 'static_library',
11 'include_dirs': [ 11 'include_dirs': [
12 '..', 12 '..',
13 ], 13 ],
14 'dependencies': [ 14 'dependencies': [
15 'arc_mojo_bindings', 15 'arc_mojo_bindings',
16 '../base/base.gyp:base', 16 '../base/base.gyp:base',
17 '../chromeos/chromeos.gyp:chromeos', 17 '../chromeos/chromeos.gyp:chromeos',
18 '../chromeos/chromeos.gyp:power_manager_proto', 18 '../chromeos/chromeos.gyp:power_manager_proto',
19 '../ipc/ipc.gyp:ipc', 19 '../ipc/ipc.gyp:ipc',
20 '../ui/arc/arc.gyp:arc', 20 '../ui/arc/arc.gyp:arc',
21 '../ui/aura/aura.gyp:aura', 21 '../ui/aura/aura.gyp:aura',
22 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', 22 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime',
23 '../ui/base/ui_base.gyp:ui_base', 23 '../ui/base/ui_base.gyp:ui_base',
24 '../ui/base/ui_base.gyp:ui_base_test_support',
24 '../ui/events/events.gyp:events_base', 25 '../ui/events/events.gyp:events_base',
25 ], 26 ],
26 'sources': [ 27 'sources': [
27 'arc/arc_bridge_bootstrap.cc', 28 'arc/arc_bridge_bootstrap.cc',
28 'arc/arc_bridge_bootstrap.h', 29 'arc/arc_bridge_bootstrap.h',
29 'arc/arc_bridge_service.cc', 30 'arc/arc_bridge_service.cc',
30 'arc/arc_bridge_service.h', 31 'arc/arc_bridge_service.h',
31 'arc/arc_bridge_service_impl.cc', 32 'arc/arc_bridge_service_impl.cc',
32 'arc/arc_bridge_service_impl.h', 33 'arc/arc_bridge_service_impl.h',
33 'arc/arc_service.cc', 34 'arc/arc_service.cc',
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 'arc/common/intent_helper.mojom', 89 'arc/common/intent_helper.mojom',
89 'arc/common/notifications.mojom', 90 'arc/common/notifications.mojom',
90 'arc/common/power.mojom', 91 'arc/common/power.mojom',
91 'arc/common/process.mojom', 92 'arc/common/process.mojom',
92 'arc/common/settings.mojom', 93 'arc/common/settings.mojom',
93 'arc/common/video.mojom', 94 'arc/common/video.mojom',
94 ], 95 ],
95 }, 96 },
96 ], 97 ],
97 } 98 }
OLDNEW
« no previous file with comments | « no previous file | components/arc/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698