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

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

Issue 2559663002: Support focus highlight in Android window (Closed)
Patch Set: Created 4 years 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 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 import("//testing/test.gni") 6 import("//testing/test.gni")
7 7
8 static_library("arc") { 8 static_library("arc") {
9 sources = [ 9 sources = [
10 "arc_bridge_host_impl.cc", 10 "arc_bridge_host_impl.cc",
(...skipping 13 matching lines...) Expand all
24 "bluetooth/bluetooth_struct_traits.cc", 24 "bluetooth/bluetooth_struct_traits.cc",
25 "bluetooth/bluetooth_struct_traits.h", 25 "bluetooth/bluetooth_struct_traits.h",
26 "bluetooth/bluetooth_type_converters.cc", 26 "bluetooth/bluetooth_type_converters.cc",
27 "bluetooth/bluetooth_type_converters.h", 27 "bluetooth/bluetooth_type_converters.h",
28 "boot_phase_monitor/arc_boot_phase_monitor_bridge.cc", 28 "boot_phase_monitor/arc_boot_phase_monitor_bridge.cc",
29 "boot_phase_monitor/arc_boot_phase_monitor_bridge.h", 29 "boot_phase_monitor/arc_boot_phase_monitor_bridge.h",
30 "clipboard/arc_clipboard_bridge.cc", 30 "clipboard/arc_clipboard_bridge.cc",
31 "clipboard/arc_clipboard_bridge.h", 31 "clipboard/arc_clipboard_bridge.h",
32 "crash_collector/arc_crash_collector_bridge.cc", 32 "crash_collector/arc_crash_collector_bridge.cc",
33 "crash_collector/arc_crash_collector_bridge.h", 33 "crash_collector/arc_crash_collector_bridge.h",
34 "focus_highlight/arc_focus_highlight_bridge.cc",
35 "focus_highlight/arc_focus_highlight_bridge.h",
34 "ime/arc_ime_bridge.h", 36 "ime/arc_ime_bridge.h",
35 "ime/arc_ime_bridge_impl.cc", 37 "ime/arc_ime_bridge_impl.cc",
36 "ime/arc_ime_bridge_impl.h", 38 "ime/arc_ime_bridge_impl.h",
37 "ime/arc_ime_service.cc", 39 "ime/arc_ime_service.cc",
38 "ime/arc_ime_service.h", 40 "ime/arc_ime_service.h",
39 "intent_helper/activity_icon_loader.cc", 41 "intent_helper/activity_icon_loader.cc",
40 "intent_helper/activity_icon_loader.h", 42 "intent_helper/activity_icon_loader.h",
41 "intent_helper/arc_intent_helper_bridge.cc", 43 "intent_helper/arc_intent_helper_bridge.cc",
42 "intent_helper/arc_intent_helper_bridge.h", 44 "intent_helper/arc_intent_helper_bridge.h",
43 "intent_helper/font_size_util.cc", 45 "intent_helper/font_size_util.cc",
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
139 "common/arc_bridge.mojom", 141 "common/arc_bridge.mojom",
140 "common/audio.mojom", 142 "common/audio.mojom",
141 "common/auth.mojom", 143 "common/auth.mojom",
142 "common/bitmap.mojom", 144 "common/bitmap.mojom",
143 "common/bluetooth.mojom", 145 "common/bluetooth.mojom",
144 "common/boot_phase_monitor.mojom", 146 "common/boot_phase_monitor.mojom",
145 "common/clipboard.mojom", 147 "common/clipboard.mojom",
146 "common/crash_collector.mojom", 148 "common/crash_collector.mojom",
147 "common/enterprise_reporting.mojom", 149 "common/enterprise_reporting.mojom",
148 "common/file_system.mojom", 150 "common/file_system.mojom",
151 "common/focus_highlight.mojom",
149 "common/ime.mojom", 152 "common/ime.mojom",
150 "common/intent_helper.mojom", 153 "common/intent_helper.mojom",
151 "common/kiosk.mojom", 154 "common/kiosk.mojom",
152 "common/metrics.mojom", 155 "common/metrics.mojom",
153 "common/notifications.mojom", 156 "common/notifications.mojom",
154 "common/obb_mounter.mojom", 157 "common/obb_mounter.mojom",
155 "common/policy.mojom", 158 "common/policy.mojom",
156 "common/power.mojom", 159 "common/power.mojom",
157 "common/print.mojom", 160 "common/print.mojom",
158 "common/process.mojom", 161 "common/process.mojom",
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
228 "//testing/gtest", 231 "//testing/gtest",
229 "//ui/aura", 232 "//ui/aura",
230 "//ui/aura:test_support", 233 "//ui/aura:test_support",
231 "//ui/base:test_support", 234 "//ui/base:test_support",
232 "//ui/base/ime", 235 "//ui/base/ime",
233 "//ui/events", 236 "//ui/events",
234 "//ui/events:dom_keycode_converter", 237 "//ui/events:dom_keycode_converter",
235 "//url:url", 238 "//url:url",
236 ] 239 ]
237 } 240 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698