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

Side by Side Diff: tools/gn/secondary/chrome/BUILD.gn

Issue 101463005: Inline devtools_discovery_page_resources.grd into browser_resources.grd. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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("//crypto/ssl/flags.gni") 5 import("//crypto/ssl/flags.gni")
6 import("//tools/grit/grit_rule.gni") 6 import("//tools/grit/grit_rule.gni")
7 7
8 executable("chrome") { 8 executable("chrome") {
9 sources = [ 9 sources = [
10 "app/breakpad_field_trial_win.cc", 10 "app/breakpad_field_trial_win.cc",
(...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after
249 # ":memory_internals_resources", 249 # ":memory_internals_resources",
250 # ":net_internals_resources", 250 # ":net_internals_resources",
251 # ":signin_internals_resources", 251 # ":signin_internals_resources",
252 # ":sync_internals_resources", 252 # ":sync_internals_resources",
253 # ":translate_internals_resources", 253 # ":translate_internals_resources",
254 # ] 254 # ]
255 # 255 #
256 # if (!is_ios) { 256 # if (!is_ios) {
257 # deps += [ 257 # deps += [
258 # ":component_extension_resources", 258 # ":component_extension_resources",
259 # ":devtools_discovery_page_resources",
260 # ":options_resources", 259 # ":options_resources",
261 # ":quota_internals_resources", 260 # ":quota_internals_resources",
262 # ":sync_file_system_internals_resources", 261 # ":sync_file_system_internals_resources",
263 # ] 262 # ]
264 # } 263 # }
265 #} 264 #}
266 #grit("component_extension_resources") { 265 #grit("component_extension_resources") {
267 # source = "browser/resources/component_extension_resources.grd" 266 # source = "browser/resources/component_extension_resources.grd"
268 #} 267 #}
269 #grit("devtools_discovery_page_resources") {
270 # source = "browser/devtools/frontend/devtools_discovery_page_resources.grd"
271 #}
272 #grit("memory_internals_resources") { 268 #grit("memory_internals_resources") {
273 # source = "browser/resources/memory_internals_resources.grd" 269 # source = "browser/resources/memory_internals_resources.grd"
274 #} 270 #}
275 #grit("quota_internals_resources") { 271 #grit("quota_internals_resources") {
276 # source = "browser/resources/quota_internals_resources.grd" 272 # source = "browser/resources/quota_internals_resources.grd"
277 #} 273 #}
278 #grit("net_internals_resources") { 274 #grit("net_internals_resources") {
279 # source = "browser/resources/net_internals_resources.grd" 275 # source = "browser/resources/net_internals_resources.grd"
280 #} 276 #}
281 #grit("options_resources") { 277 #grit("options_resources") {
(...skipping 17 matching lines...) Expand all
299 # ":theme_resources_gen", 295 # ":theme_resources_gen",
300 # #"//ui:ui_resources", 296 # #"//ui:ui_resources",
301 # ] 297 # ]
302 #} 298 #}
303 # 299 #
304 ## TODO(brettw) rename "app_theme_resources" or something when we don't support 300 ## TODO(brettw) rename "app_theme_resources" or something when we don't support
305 ## GYP any more. This name is required to match the GYP build. 301 ## GYP any more. This name is required to match the GYP build.
306 #grit("theme_resources_gen") { 302 #grit("theme_resources_gen") {
307 # source = "app/theme/theme_resources.grd" 303 # source = "app/theme/theme_resources.grd"
308 #} 304 #}
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698