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

Unified Diff: components/arc.gypi

Issue 1995243002: Add OBB mounter Mojo interface (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 7 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
« no previous file with comments | « no previous file | 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 536c19ed72b3a941467d8388940e166ebcb2b72c..b1af08d6917c1020dc0affb7f6e8179ae59cdf19 100644
--- a/components/arc.gypi
+++ b/components/arc.gypi
@@ -72,6 +72,8 @@
'arc/metrics/arc_metrics_service.h',
'arc/net/arc_net_host_impl.cc',
'arc/net/arc_net_host_impl.h',
+ 'arc/obb_mounter/arc_obb_mounter_bridge.cc',
+ 'arc/obb_mounter/arc_obb_mounter_bridge.h',
'arc/power/arc_power_bridge.cc',
'arc/power/arc_power_bridge.h',
'arc/storage_manager/arc_storage_manager.cc',
@@ -127,6 +129,7 @@
'arc/common/metrics.mojom',
'arc/common/net.mojom',
'arc/common/notifications.mojom',
+ 'arc/common/obb_mounter.mojom',
'arc/common/policy.mojom',
'arc/common/power.mojom',
'arc/common/process.mojom',
« no previous file with comments | « no previous file | components/arc/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698