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

Unified 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, 6 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 side-by-side diff with in-line comments
Download patch
Index: components/arc.gypi
diff --git a/components/arc.gypi b/components/arc.gypi
index 52eab5a9de31b3abc0c5f88c14a20cf4569dec64..67543d9edb9c6dd4a6f1557e2b89cd596c8fa5a6 100644
--- a/components/arc.gypi
+++ b/components/arc.gypi
@@ -18,6 +18,7 @@
'../base/base.gyp:base',
'../chromeos/chromeos.gyp:chromeos',
'../chromeos/chromeos.gyp:power_manager_proto',
+ '../dbus/dbus.gyp:dbus',
Ken Rockot(use gerrit already) 2016/06/27 17:15:38 also this target is missing a dependency on '../de
'../ipc/ipc.gyp:ipc',
'../third_party/re2/re2.gyp:re2',
'../skia/skia.gyp:skia',
@@ -30,6 +31,9 @@
'../ui/keyboard/keyboard.gyp:keyboard',
'../url/url.gyp:url_lib',
],
+ 'export_dependent_settings': [
+ '../build/linux/system.gyp:dbus',
+ ],
'sources': [
'arc/arc_bridge_bootstrap.cc',
'arc/arc_bridge_bootstrap.h',
« 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