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

Side by Side Diff: chrome/browser/resources/BUILD.gn

Issue 754223003: gn format //chrome (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update for multiline output Created 6 years 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 unified diff | Download patch
« no previous file with comments | « chrome/browser/net/BUILD.gn ('k') | chrome/browser/safe_browsing/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//tools/grit/grit_rule.gni") 5 import("//tools/grit/grit_rule.gni")
6 6
7 grit("memory_internals_resources") { 7 grit("memory_internals_resources") {
8 source = "memory_internals_resources.grd" 8 source = "memory_internals_resources.grd"
9 outputs = [ 9 outputs = [
10 "grit/memory_internals_resources.h", 10 "grit/memory_internals_resources.h",
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 source = "translate_internals_resources.grd" 62 source = "translate_internals_resources.grd"
63 outputs = [ 63 outputs = [
64 "grit/translate_internals_resources.h", 64 "grit/translate_internals_resources.h",
65 "translate_internals_resources.pak", 65 "translate_internals_resources.pak",
66 ] 66 ]
67 output_dir = "$root_gen_dir/chrome" 67 output_dir = "$root_gen_dir/chrome"
68 } 68 }
69 69
70 # GYP version: copy command of chrome_extra_resources 70 # GYP version: copy command of chrome_extra_resources
71 copy("extension_resource_demo") { 71 copy("extension_resource_demo") {
72 sources = [ "extension_resource/demo/library.js" ] 72 sources = [
73 outputs = [ "$root_out_dir/resources/extension/demo/library.js" ] 73 "extension_resource/demo/library.js",
74 ]
75 outputs = [
76 "$root_out_dir/resources/extension/demo/library.js",
77 ]
74 } 78 }
75 79
76 if (!is_ios) { 80 if (!is_ios) {
77 grit("component_extension_resources") { 81 grit("component_extension_resources") {
78 source = "component_extension_resources.grd" 82 source = "component_extension_resources.grd"
79 outputs = [ 83 outputs = [
80 "grit/component_extension_resources.h", 84 "grit/component_extension_resources.h",
81 "grit/component_extension_resources_map.cc", 85 "grit/component_extension_resources_map.cc",
82 "grit/component_extension_resources_map.h", 86 "grit/component_extension_resources_map.h",
83 "component_extension_resources.pak", 87 "component_extension_resources.pak",
(...skipping 30 matching lines...) Expand all
114 118
115 grit("sync_file_system_internals_resources") { 119 grit("sync_file_system_internals_resources") {
116 source = "sync_file_system_internals_resources.grd" 120 source = "sync_file_system_internals_resources.grd"
117 outputs = [ 121 outputs = [
118 "grit/sync_file_system_internals_resources.h", 122 "grit/sync_file_system_internals_resources.h",
119 "sync_file_system_internals_resources.pak", 123 "sync_file_system_internals_resources.pak",
120 ] 124 ]
121 output_dir = "$root_gen_dir/chrome" 125 output_dir = "$root_gen_dir/chrome"
122 } 126 }
123 } 127 }
OLDNEW
« no previous file with comments | « chrome/browser/net/BUILD.gn ('k') | chrome/browser/safe_browsing/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698