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

Unified Diff: ash/BUILD.gn

Issue 381463002: Add chrome/browser/ui to the GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add %$&*ing missing comma 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: 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",
]
}
« no previous file with comments | « apps/shell/app_shell.gyp ('k') | ash/ash.gyp » ('j') | ui/resources/ui_resources.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698