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

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

Issue 2406303003: Move enable_app_list to a buildflag. (Closed)
Patch Set: More grit defines Created 4 years, 2 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
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("//chrome/common/features.gni") 5 import("//chrome/common/features.gni")
6 import("//tools/grit/grit_rule.gni") 6 import("//tools/grit/grit_rule.gni")
7 7
8 grit("net_internals_resources") { 8 grit("net_internals_resources") {
9 source = "net_internals_resources.grd" 9 source = "net_internals_resources.grd"
10 use_qualified_include = true 10 use_qualified_include = true
(...skipping 22 matching lines...) Expand all
33 defines = chrome_grit_defines 33 defines = chrome_grit_defines
34 outputs = [ 34 outputs = [
35 "grit/password_manager_internals_resources.h", 35 "grit/password_manager_internals_resources.h",
36 "password_manager_internals_resources.pak", 36 "password_manager_internals_resources.pak",
37 ] 37 ]
38 output_dir = "$root_gen_dir/chrome" 38 output_dir = "$root_gen_dir/chrome"
39 } 39 }
40 40
41 grit("policy_resources") { 41 grit("policy_resources") {
42 source = "md_policy/policy_resources.grd" 42 source = "md_policy/policy_resources.grd"
43 defines = chrome_grit_defines
43 44
44 # TODO(thestig): use_qualified_include = true 45 # TODO(thestig): use_qualified_include = true
45 outputs = [ 46 outputs = [
46 "grit/policy_resources.h", 47 "grit/policy_resources.h",
47 "grit/policy_resources_map.cc", 48 "grit/policy_resources_map.cc",
48 "grit/policy_resources_map.h", 49 "grit/policy_resources_map.h",
49 "policy_resources.pak", 50 "policy_resources.pak",
50 ] 51 ]
51 output_dir = "$root_gen_dir/chrome" 52 output_dir = "$root_gen_dir/chrome"
52 } 53 }
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
152 source = "sync_file_system_internals_resources.grd" 153 source = "sync_file_system_internals_resources.grd"
153 use_qualified_include = true 154 use_qualified_include = true
154 defines = chrome_grit_defines 155 defines = chrome_grit_defines
155 outputs = [ 156 outputs = [
156 "grit/sync_file_system_internals_resources.h", 157 "grit/sync_file_system_internals_resources.h",
157 "sync_file_system_internals_resources.pak", 158 "sync_file_system_internals_resources.pak",
158 ] 159 ]
159 output_dir = "$root_gen_dir/chrome" 160 output_dir = "$root_gen_dir/chrome"
160 } 161 }
161 } 162 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698