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

Unified Diff: components/arc.gypi

Issue 1523643002: arc-bridge: Move most methods to Mojo interfaces (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@master
Patch Set: Fixed unit tests 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
Index: components/arc.gypi
diff --git a/components/arc.gypi b/components/arc.gypi
index 62cc4635604432978bd9d3ff157cefe90dee91aa..8c5c0bb218304306e8df46e8e99348026258189f 100644
--- a/components/arc.gypi
+++ b/components/arc.gypi
@@ -59,7 +59,12 @@
'../third_party/mojo/mojom_bindings_generator.gypi',
],
'sources': [
+ 'arc/common/app.mojom',
'arc/common/arc_bridge.mojom',
+ 'arc/common/input.mojom',
+ 'arc/common/notifications.mojom',
+ 'arc/common/power.mojom',
+ 'arc/common/process_list.mojom',
],
},
],

Powered by Google App Engine
This is Rietveld 408576698