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

Unified Diff: sync/BUILD.gn

Issue 584683002: Improve GN header checker, make //ui pass. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 6 years, 3 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 | « extensions/generated_extensions_api.gni ('k') | tools/gn/header_checker.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/BUILD.gn
diff --git a/sync/BUILD.gn b/sync/BUILD.gn
index 0398c22bb61c8621ae77204defbc838eb56b888f..948f18a9d4512ff481e170f5858b48ce8764a41e 100644
--- a/sync/BUILD.gn
+++ b/sync/BUILD.gn
@@ -5,11 +5,10 @@
import("//build/config/features.gni")
component("sync") {
- deps = [
+ public_deps = [
":sync_core",
"//sync/protocol",
]
- forward_dependent_configs_from = [ "//sync/protocol" ]
}
# GYP version: sync/sync.gyp:sync_core
« no previous file with comments | « extensions/generated_extensions_api.gni ('k') | tools/gn/header_checker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698