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

Unified Diff: chrome/browser/resources/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
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/browser/ui/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/BUILD.gn
diff --git a/chrome/browser/resources/BUILD.gn b/chrome/browser/resources/BUILD.gn
index aa5316891f7db9c3585df4814a30dead170eb67c..7198eceafdac7a570f9ffecb53d29b9ada62a7be 100644
--- a/chrome/browser/resources/BUILD.gn
+++ b/chrome/browser/resources/BUILD.gn
@@ -32,3 +32,26 @@ grit("translate_internals_resources") {
source = "translate_internals_resources.grd"
}
+# GYP version: copy command of chrome_extra_resources
+copy("extension_resource_demo") {
+ sources = [ "extension_resource/demo/library.js" ]
+ outputs = [ "$root_out_dir/resources/extension/demo/library.js" ]
+}
+
+if (!is_ios) {
+ grit("component_extension_resources") {
+ source = "component_extension_resources.grd"
+ }
+
+ grit("options_resources") {
+ source = "options_resources.grd"
+ }
+
+ grit("quota_internals_resources") {
+ source = "quota_internals_resources.grd"
+ }
+
+ grit("sync_file_system_internals_resources") {
+ source = "sync_file_system_internals_resources.grd"
+ }
+}
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/browser/ui/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698