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

Unified Diff: ash/BUILD.gn

Issue 381113004: Add chrome/browser/ui to the GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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/history/core/common/BUILD.gn b/ash/BUILD.gn
similarity index 52%
copy from components/history/core/common/BUILD.gn
copy to ash/BUILD.gn
index 7a493141978ebc86786ede32720f563e8a537d74..32f92be168ab45a22ba0f54f406eaa8bd9bde00d 100644
--- a/components/history/core/common/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.
-static_library("common") {
- sources = [
- "thumbnail_score.cc",
- "thumbnail_score.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') | chrome/browser/resources/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698