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

Side by Side Diff: chrome/chrome_paks.gni

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
« no previous file with comments | « chrome/browser/ui/webui/voice_search_ui.cc ('k') | chrome/common/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 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 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("//build/config/locales.gni") 5 import("//build/config/locales.gni")
6 import("//chrome/common/features.gni")
6 import("//ui/base/ui_features.gni") 7 import("//ui/base/ui_features.gni")
7 import("chrome_repack_locales.gni") 8 import("chrome_repack_locales.gni")
8 9
9 # Generates a rule to repack a set of resources, substituting a given string 10 # Generates a rule to repack a set of resources, substituting a given string
10 # in for the percentage (e.g. "100", "200"). It generates the repacked files in 11 # in for the percentage (e.g. "100", "200"). It generates the repacked files in
11 # the "gen" directory, and then introduces a copy rule to copy it to the root 12 # the "gen" directory, and then introduces a copy rule to copy it to the root
12 # build directory. 13 # build directory.
13 # 14 #
14 # Argument: 15 # Argument:
15 # percent [required] 16 # percent [required]
(...skipping 234 matching lines...) Expand 10 before | Expand all | Expand 10 after
250 ":${target_name}_locales", 251 ":${target_name}_locales",
251 ] 252 ]
252 if (enable_hidpi) { 253 if (enable_hidpi) {
253 public_deps += [ ":${target_name}_200_percent" ] 254 public_deps += [ ":${target_name}_200_percent" ]
254 } 255 }
255 if (defined(invoker.public_deps)) { 256 if (defined(invoker.public_deps)) {
256 public_deps += invoker.public_deps 257 public_deps += invoker.public_deps
257 } 258 }
258 } 259 }
259 } 260 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/voice_search_ui.cc ('k') | chrome/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698