Index: ash/BUILD.gn |
diff --git a/net/tools/tld_cleanup/BUILD.gn b/ash/BUILD.gn |
similarity index 52% |
copy from net/tools/tld_cleanup/BUILD.gn |
copy to ash/BUILD.gn |
index bf89c008bb03908ceafa7d5fc853a454d0fda02c..32f92be168ab45a22ba0f54f406eaa8bd9bde00d 100644 |
--- a/net/tools/tld_cleanup/BUILD.gn |
+++ b/ash/BUILD.gn |
@@ -2,13 +2,11 @@ |
# 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", |
- ] |
+# TODO(GYP) this is a placeholder so that targets that depend on ash can get |
+# the resources generated. |
+group("ash") { |
deps = [ |
- "//base", |
- "//url", |
+ "//ash/resources", |
+ "//ash/strings", |
] |
} |