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

Unified Diff: ash/resources/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/resources/BUILD.gn
diff --git a/content/public/plugin/BUILD.gn b/ash/resources/BUILD.gn
similarity index 64%
copy from content/public/plugin/BUILD.gn
copy to ash/resources/BUILD.gn
index 059aea60ebde90b69dc745b093d184dd8a793019..bb7de97dc586a4866af00a582313b5658a971237 100644
--- a/content/public/plugin/BUILD.gn
+++ b/ash/resources/BUILD.gn
@@ -2,8 +2,8 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-source_set("plugin") {
- sources = [
- "content_plugin_client.h",
- ]
+import("//tools/grit/grit_rule.gni")
+
+grit("resources") {
+ source = "ash_resources.grd"
}
« no previous file with comments | « ash/ash_strings.gyp ('k') | ash/strings/BUILD.gn » ('j') | ui/resources/ui_resources.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698