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

Unified Diff: trunk/src/chrome/browser/resources/BUILD.gn

Issue 387573003: Revert 282355 "Add chrome/browser/ui to the GN build." (Closed) Base URL: svn://svn.chromium.org/chrome/
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 | « trunk/src/chrome/browser/BUILD.gn ('k') | trunk/src/chrome/browser/ui/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/chrome/browser/resources/BUILD.gn
===================================================================
--- trunk/src/chrome/browser/resources/BUILD.gn (revision 282358)
+++ trunk/src/chrome/browser/resources/BUILD.gn (working copy)
@@ -32,26 +32,3 @@
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 | « trunk/src/chrome/browser/BUILD.gn ('k') | trunk/src/chrome/browser/ui/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698