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

Unified Diff: components/handoff/BUILD.gn

Issue 1417673004: Make unit_tests compile in Mac GN (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mac
Patch Set: . Created 5 years, 2 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 | « components/crash/content/app/BUILD.gn ('k') | content/shell/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/handoff/BUILD.gn
diff --git a/components/handoff/BUILD.gn b/components/handoff/BUILD.gn
index f19084f54c2839f0cd897fa3f16227e71910e4b5..b48fa749979d415e2d82c9ce99ec14555fd463ce 100644
--- a/components/handoff/BUILD.gn
+++ b/components/handoff/BUILD.gn
@@ -9,4 +9,13 @@ source_set("handoff") {
"handoff_utility.mm",
]
}
+ if (is_mac) {
+ sources += [
+ "handoff_manager.h",
+ "handoff_manager.mm",
+ ]
+ deps = [
+ "//base",
+ ]
+ }
}
« no previous file with comments | « components/crash/content/app/BUILD.gn ('k') | content/shell/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698