summaryrefslogtreecommitdiffstats
path: root/chromium/net/tools/tld_cleanup/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/net/tools/tld_cleanup/BUILD.gn')
-rw-r--r--chromium/net/tools/tld_cleanup/BUILD.gn14
1 files changed, 14 insertions, 0 deletions
diff --git a/chromium/net/tools/tld_cleanup/BUILD.gn b/chromium/net/tools/tld_cleanup/BUILD.gn
new file mode 100644
index 00000000000..bf89c008bb0
--- /dev/null
+++ b/chromium/net/tools/tld_cleanup/BUILD.gn
@@ -0,0 +1,14 @@
+# Copyright 2014 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+source_set("tld_cleanup") {
+ sources = [
+ "tld_cleanup_util.cc",
+ "tld_cleanup_util.h",
+ ]
+ deps = [
+ "//base",
+ "//url",
+ ]
+}