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

Unified Diff: components/handoff.gypi

Issue 794853004: Reland 1: "mac: Allow Chrome to hand off its active URL to other devices." (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comments from avi. Created 6 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 | « components/OWNERS ('k') | components/handoff/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/handoff.gypi
diff --git a/components/handoff.gypi b/components/handoff.gypi
index 21e1b5968699acda84c722585dd5afc6f320e294..264e031977b9e5a7b4d65711bcdf2e1af02f6679 100644
--- a/components/handoff.gypi
+++ b/components/handoff.gypi
@@ -18,6 +18,15 @@
'handoff/handoff_utility.mm',
],
}],
+ ['OS=="mac"', {
+ 'sources': [
+ 'handoff/handoff_manager.h',
+ 'handoff/handoff_manager.mm',
+ ],
+ 'dependencies': [
+ '../base/base.gyp:base',
+ ],
+ }],
],
},
],
« no previous file with comments | « components/OWNERS ('k') | components/handoff/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698