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

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 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 b725f28fcaa5e668b0ac053d13bd17372deaed66..e6c4de4f0f31545e6a15243b1d8657a47487ac02 100644
--- a/components/arc.gypi
+++ b/components/arc.gypi
@@ -21,6 +21,8 @@
'../ui/events/events.gyp:events_base',
],
'sources': [
+ 'arc/arc_auth_service.cc',
+ 'arc/arc_auth_service.h',
Luis Héctor Chávez 2015/12/30 00:02:37 Can these be in arc/auth? Also, you need to inclu
victorhsieh 2015/12/30 00:32:34 Done.
'arc/arc_bridge_bootstrap.cc',
'arc/arc_bridge_bootstrap.h',
'arc/arc_bridge_service.cc',
@@ -69,6 +71,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',

Powered by Google App Engine
This is Rietveld 408576698