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

Side by Side Diff: components/arc.gypi

Issue 2083423004: arc/bluetooth: plumb adapter discoverable timeout property (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@add-discoverable-timeout
Patch Set: add external gyp dependency Created 4 years, 5 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 { 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 'components.gyp:exo', 16 'components.gyp:exo',
17 'components.gyp:onc_component', 17 'components.gyp:onc_component',
18 '../base/base.gyp:base', 18 '../base/base.gyp:base',
19 '../chromeos/chromeos.gyp:chromeos', 19 '../chromeos/chromeos.gyp:chromeos',
20 '../chromeos/chromeos.gyp:power_manager_proto', 20 '../chromeos/chromeos.gyp:power_manager_proto',
21 '../dbus/dbus.gyp:dbus',
Ken Rockot(use gerrit already) 2016/06/27 17:15:38 also this target is missing a dependency on '../de
21 '../ipc/ipc.gyp:ipc', 22 '../ipc/ipc.gyp:ipc',
22 '../third_party/re2/re2.gyp:re2', 23 '../third_party/re2/re2.gyp:re2',
23 '../skia/skia.gyp:skia', 24 '../skia/skia.gyp:skia',
24 '../ui/arc/arc.gyp:arc', 25 '../ui/arc/arc.gyp:arc',
25 '../ui/aura/aura.gyp:aura', 26 '../ui/aura/aura.gyp:aura',
26 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', 27 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime',
27 '../ui/base/ui_base.gyp:ui_base', 28 '../ui/base/ui_base.gyp:ui_base',
28 '../ui/base/ui_base.gyp:ui_base_test_support', 29 '../ui/base/ui_base.gyp:ui_base_test_support',
29 '../ui/events/events.gyp:events_base', 30 '../ui/events/events.gyp:events_base',
30 '../ui/keyboard/keyboard.gyp:keyboard', 31 '../ui/keyboard/keyboard.gyp:keyboard',
31 '../url/url.gyp:url_lib', 32 '../url/url.gyp:url_lib',
32 ], 33 ],
34 'export_dependent_settings': [
35 '../build/linux/system.gyp:dbus',
36 ],
33 'sources': [ 37 'sources': [
34 'arc/arc_bridge_bootstrap.cc', 38 'arc/arc_bridge_bootstrap.cc',
35 'arc/arc_bridge_bootstrap.h', 39 'arc/arc_bridge_bootstrap.h',
36 'arc/arc_bridge_service.cc', 40 'arc/arc_bridge_service.cc',
37 'arc/arc_bridge_service.h', 41 'arc/arc_bridge_service.h',
38 'arc/arc_bridge_service_impl.cc', 42 'arc/arc_bridge_service_impl.cc',
39 'arc/arc_bridge_service_impl.h', 43 'arc/arc_bridge_service_impl.h',
40 'arc/arc_service.cc', 44 'arc/arc_service.cc',
41 'arc/arc_service.h', 45 'arc/arc_service.h',
42 'arc/arc_service_manager.cc', 46 'arc/arc_service_manager.cc',
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
200 '../base/base.gyp:base', 204 '../base/base.gyp:base',
201 '../ipc/ipc.gyp:ipc', 205 '../ipc/ipc.gyp:ipc',
202 '../mojo/mojo_edk.gyp:mojo_system_impl', 206 '../mojo/mojo_edk.gyp:mojo_system_impl',
203 ], 207 ],
204 'sources': [ 208 'sources': [
205 'arc/standalone/arc_standalone_bridge_main.cc', 209 'arc/standalone/arc_standalone_bridge_main.cc',
206 ] 210 ]
207 } 211 }
208 ], 212 ],
209 } 213 }
OLDNEW
« no previous file with comments | « no previous file | components/arc/bluetooth/arc_bluetooth_bridge.cc » ('j') | components/arc/bluetooth/arc_bluetooth_bridge.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698