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

Unified Diff: net/tools/tld_cleanup/BUILD.gn

Issue 236713002: Implement net in GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | « net/third_party/nss/ssl/BUILD.gn ('k') | tools/gn/ninja_helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/tools/tld_cleanup/BUILD.gn
diff --git a/components/language_usage_metrics/BUILD.gn b/net/tools/tld_cleanup/BUILD.gn
similarity index 66%
copy from components/language_usage_metrics/BUILD.gn
copy to net/tools/tld_cleanup/BUILD.gn
index 88ad430bd5d7fa51b30734c134e38914e8ab72cd..bf89c008bb03908ceafa7d5fc853a454d0fda02c 100644
--- a/components/language_usage_metrics/BUILD.gn
+++ b/net/tools/tld_cleanup/BUILD.gn
@@ -2,13 +2,13 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-source_set("language_usage_metrics") {
+source_set("tld_cleanup") {
sources = [
- "language_usage_metrics.cc",
- "language_usage_metrics.h",
+ "tld_cleanup_util.cc",
+ "tld_cleanup_util.h",
]
-
deps = [
"//base",
+ "//url",
]
}
« no previous file with comments | « net/third_party/nss/ssl/BUILD.gn ('k') | tools/gn/ninja_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698