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

Unified Diff: sync/BUILD.gn

Issue 1104703004: Windows GN component build fixes: sync, ui (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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 | « no previous file | sync/internal_api/attachments/proto/BUILD.gn » ('j') | ui/display/BUILD.gn » ('J')
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 6b106dda03c6eb8cc6327ca12a6e24916adaafcd..d6cec9269dafdf9b38b2c2e853d56eb5c85535e8 100644
--- a/sync/BUILD.gn
+++ b/sync/BUILD.gn
@@ -400,6 +400,9 @@ source_set("sync_core") {
"util/time.h",
]
+ public_deps = [
+ "//sync/internal_api/attachments/proto",
+ ]
deps = [
"//base",
"//base:i18n",
@@ -411,7 +414,6 @@ source_set("sync_core") {
"//third_party/leveldatabase",
"//third_party/zlib",
"//url",
- "//sync/internal_api/attachments/proto",
"//sync/protocol",
]
@@ -651,7 +653,6 @@ test("sync_unit_tests") {
"//sql",
"//sql:test_support",
"//sync",
- "//sync/internal_api/attachments/proto",
"//sync/protocol",
"//testing/gmock",
"//testing/gtest",
« no previous file with comments | « no previous file | sync/internal_api/attachments/proto/BUILD.gn » ('j') | ui/display/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698