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

Unified Diff: components/BUILD.gn

Issue 366933003: Add //components/webdata/common to the GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: output_name Created 6 years, 5 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/BUILD.gn
diff --git a/components/BUILD.gn b/components/BUILD.gn
index b2b0c5ece7122d3d36698d9b2f9168abaf36ac8a..f73b2e0eb9f89879e62d6bfdf7e5f98bf4bba4ad 100644
--- a/components/BUILD.gn
+++ b/components/BUILD.gn
@@ -35,6 +35,7 @@ group("all_components") {
"//components/visitedlink/browser",
"//components/visitedlink/common",
"//components/visitedlink/renderer", # Blocked on blink
+ "//components/webdata/common",
]
if (is_win || is_mac) {

Powered by Google App Engine
This is Rietveld 408576698