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

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: suggestions from rockot@ 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
« no previous file with comments | « no previous file | components/arc/bluetooth/arc_bluetooth_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 { 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 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
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',
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
200 '../base/base.gyp:base', 201 '../base/base.gyp:base',
201 '../ipc/ipc.gyp:ipc', 202 '../ipc/ipc.gyp:ipc',
202 '../mojo/mojo_edk.gyp:mojo_system_impl', 203 '../mojo/mojo_edk.gyp:mojo_system_impl',
203 ], 204 ],
204 'sources': [ 205 'sources': [
205 'arc/standalone/arc_standalone_bridge_main.cc', 206 'arc/standalone/arc_standalone_bridge_main.cc',
206 ] 207 ]
207 } 208 }
208 ], 209 ],
209 } 210 }
OLDNEW
« no previous file with comments | « no previous file | components/arc/bluetooth/arc_bluetooth_bridge.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698