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

Unified Diff: components/dom_distiller/webui/BUILD.gn

Issue 439533004: Port most sync targets to sync/BUILD.gn (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase again Created 6 years, 4 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 | « BUILD.gn ('k') | components/invalidation/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/dom_distiller/webui/BUILD.gn
diff --git a/components/dom_distiller/webui/BUILD.gn b/components/dom_distiller/webui/BUILD.gn
index 22728406349c322060e13ad4c02469b87f49af3f..98f9d479907b018f7271505735d2e84687d00026 100644
--- a/components/dom_distiller/webui/BUILD.gn
+++ b/components/dom_distiller/webui/BUILD.gn
@@ -19,6 +19,6 @@ static_library("webui") {
"//components/strings",
"//content/public/browser",
"//skia",
- #'../sync/sync.gyp:sync', TODO(GYP)
+ "//sync",
]
}
« no previous file with comments | « BUILD.gn ('k') | components/invalidation/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698