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

Unified Diff: components/handoff/BUILD.gn

Issue 936193004: add gn_all, gyp_all targets to build files, remove GN's //:root (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update w/ missing targets on mac Created 5 years, 10 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
Index: components/handoff/BUILD.gn
diff --git a/components/handoff/BUILD.gn b/components/handoff/BUILD.gn
index bc427d94cefc8e87da3cf5993b9e2c18da5c4d42..f19084f54c2839f0cd897fa3f16227e71910e4b5 100644
--- a/components/handoff/BUILD.gn
+++ b/components/handoff/BUILD.gn
@@ -4,7 +4,7 @@
source_set("handoff") {
if (is_mac || is_ios) {
- sources += [
+ sources = [
"handoff_utility.h",
"handoff_utility.mm",
]

Powered by Google App Engine
This is Rietveld 408576698