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

Unified Diff: sync/BUILD.gn

Issue 1361633004: GN: Do not use forward_dependent_configs_from variable. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: sync fix Created 5 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 | « mojo/public/mojo_application.gni ('k') | testing/test.gni » ('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 34b57b7f97f6dc505b7ca682ebb4c0e6d9d074b5..27429dc95ebd4f6a38f8cffa2cc1b8c041a9b127 100644
--- a/sync/BUILD.gn
+++ b/sync/BUILD.gn
@@ -762,12 +762,13 @@ static_library("test_support_sync_fake_server") {
"//base",
"//net",
"//testing/gtest",
- "//third_party/protobuf:protobuf_lite",
"//sync",
"//url",
]
- forward_dependent_configs_from = [ "//third_party/protobuf:protobuf_lite" ]
+ public_deps = [
+ "//third_party/protobuf:protobuf_lite",
+ ]
configs += [ "//build/config/compiler:wexit_time_destructors" ]
}
« no previous file with comments | « mojo/public/mojo_application.gni ('k') | testing/test.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698