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

Unified Diff: components/arc.gypi

Issue 1553613002: Add ArcAuthService to handle IPC request from ARC (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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 | « chrome/chrome_browser_chromeos.gypi ('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 b725f28fcaa5e668b0ac053d13bd17372deaed66..ce2ab33eb56512c518187041468217ccf8ca791d 100644
--- a/components/arc.gypi
+++ b/components/arc.gypi
@@ -21,6 +21,7 @@
'../ui/events/events.gyp:events_base',
],
'sources': [
+ 'arc/auth/arc_auth_service.h',
'arc/arc_bridge_bootstrap.cc',
'arc/arc_bridge_bootstrap.h',
'arc/arc_bridge_service.cc',
@@ -69,6 +70,7 @@
'sources': [
'arc/common/app.mojom',
'arc/common/arc_bridge.mojom',
+ 'arc/common/auth.mojom',
'arc/common/input.mojom',
'arc/common/notifications.mojom',
'arc/common/power.mojom',
« no previous file with comments | « chrome/chrome_browser_chromeos.gypi ('k') | components/arc/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698