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

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: Rebased to ToT 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 | « chrome/browser/ui/app_list/arc/arc_app_unittest.cc ('k') | components/arc/BUILD.gn » ('j') | no next file with comments »
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 ab980507503e68a25770f3dbe956553ca4540363..89abcf0b500388391b0d03b6c064e591590ac929 100644
--- a/components/arc.gypi
+++ b/components/arc.gypi
@@ -47,6 +47,8 @@
'arc',
],
'sources': [
+ 'arc/test/fake_app_instance.cc',
+ 'arc/test/fake_app_instance.h',
'arc/test/fake_arc_bridge_instance.cc',
'arc/test/fake_arc_bridge_instance.h',
'arc/test/fake_arc_bridge_service.cc',
@@ -61,7 +63,13 @@
'../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.mojom',
+ 'arc/common/settings.mojom',
],
},
],
« no previous file with comments | « chrome/browser/ui/app_list/arc/arc_app_unittest.cc ('k') | components/arc/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698