Index: ash/BUILD.gn |
diff --git a/components/language_usage_metrics/BUILD.gn b/ash/BUILD.gn |
similarity index 52% |
copy from components/language_usage_metrics/BUILD.gn |
copy to ash/BUILD.gn |
index 88ad430bd5d7fa51b30734c134e38914e8ab72cd..32f92be168ab45a22ba0f54f406eaa8bd9bde00d 100644 |
--- a/components/language_usage_metrics/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("language_usage_metrics") { |
- sources = [ |
- "language_usage_metrics.cc", |
- "language_usage_metrics.h", |
- ] |
- |
+# TODO(GYP) this is a placeholder so that targets that depend on ash can get |
+# the resources generated. |
+group("ash") { |
deps = [ |
- "//base", |
+ "//ash/resources", |
+ "//ash/strings", |
] |
} |