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

Unified Diff: components/arc.gypi

Issue 1408263006: chromeos: Add ArcInputBridge to components/arc (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@arcxx
Patch Set: fixed build.gn file Created 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | components/arc/BUILD.gn » ('j') | components/arc/input/DEPS » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/arc.gypi
diff --git a/components/arc.gypi b/components/arc.gypi
index 5fbbff0487cf2e158e7821a7fde4759c7c4948e6..bac2177bb9a71e091d09696aeef325ec19bc896c 100644
--- a/components/arc.gypi
+++ b/components/arc.gypi
@@ -12,9 +12,12 @@
'..',
],
'dependencies': [
+ '../ash/ash.gyp:ash',
'../base/base.gyp:base',
'../chromeos/chromeos.gyp:chromeos',
'../ipc/ipc.gyp:ipc',
+ '../ui/aura/aura.gyp:aura',
+ '../ui/events/events.gyp:events_base',
],
'sources': [
'arc/arc_bridge_service.cc',
@@ -32,6 +35,9 @@
'arc/common/arc_notification_traits.h',
'arc/common/arc_notification_types.h',
'arc/common/arc_notification_types.cc',
+ 'arc/input/arc_input_bridge.h',
+ 'arc/input/arc_input_bridge_impl.cc',
+ 'arc/input/arc_input_bridge_impl.h',
],
},
],
« no previous file with comments | « no previous file | components/arc/BUILD.gn » ('j') | components/arc/input/DEPS » ('J')

Powered by Google App Engine
This is Rietveld 408576698