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

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

Issue 2624513004: Prioritize ARC instance only when it is needed (Closed)
Patch Set: address comments Created 3 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
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_service_manager.cc", 10 "arc_service_manager.cc",
11 "arc_service_manager.h", 11 "arc_service_manager.h",
12 "audio/arc_audio_bridge.cc", 12 "audio/arc_audio_bridge.cc",
13 "audio/arc_audio_bridge.h", 13 "audio/arc_audio_bridge.h",
14 "bluetooth/arc_bluetooth_bridge.cc", 14 "bluetooth/arc_bluetooth_bridge.cc",
15 "bluetooth/arc_bluetooth_bridge.h", 15 "bluetooth/arc_bluetooth_bridge.h",
16 "bluetooth/bluetooth_struct_traits.cc", 16 "bluetooth/bluetooth_struct_traits.cc",
17 "bluetooth/bluetooth_struct_traits.h", 17 "bluetooth/bluetooth_struct_traits.h",
18 "bluetooth/bluetooth_type_converters.cc", 18 "bluetooth/bluetooth_type_converters.cc",
19 "bluetooth/bluetooth_type_converters.h", 19 "bluetooth/bluetooth_type_converters.h",
20 "boot_phase_monitor/arc_boot_phase_monitor_bridge.cc",
21 "boot_phase_monitor/arc_boot_phase_monitor_bridge.h",
22 "clipboard/arc_clipboard_bridge.cc", 20 "clipboard/arc_clipboard_bridge.cc",
23 "clipboard/arc_clipboard_bridge.h", 21 "clipboard/arc_clipboard_bridge.h",
24 "crash_collector/arc_crash_collector_bridge.cc", 22 "crash_collector/arc_crash_collector_bridge.cc",
25 "crash_collector/arc_crash_collector_bridge.h", 23 "crash_collector/arc_crash_collector_bridge.h",
26 "ime/arc_ime_bridge.h", 24 "ime/arc_ime_bridge.h",
27 "ime/arc_ime_bridge_impl.cc", 25 "ime/arc_ime_bridge_impl.cc",
28 "ime/arc_ime_bridge_impl.h", 26 "ime/arc_ime_bridge_impl.h",
29 "ime/arc_ime_service.cc", 27 "ime/arc_ime_service.cc",
30 "ime/arc_ime_service.h", 28 "ime/arc_ime_service.h",
31 "intent_helper/activity_icon_loader.cc", 29 "intent_helper/activity_icon_loader.cc",
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after
218 "//testing/gtest", 216 "//testing/gtest",
219 "//ui/aura", 217 "//ui/aura",
220 "//ui/aura:test_support", 218 "//ui/aura:test_support",
221 "//ui/base:test_support", 219 "//ui/base:test_support",
222 "//ui/base/ime", 220 "//ui/base/ime",
223 "//ui/events", 221 "//ui/events",
224 "//ui/events:dom_keycode_converter", 222 "//ui/events:dom_keycode_converter",
225 "//url:url", 223 "//url:url",
226 ] 224 ]
227 } 225 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698