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

Side by Side Diff: ash/resources/BUILD.gn

Issue 1719343002: Move ENABLE_HIDPI to new build flags system (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 4 years, 10 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 | « ash/BUILD.gn ('k') | build/common.gypi » ('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 import("//tools/grit/repack.gni") 6 import("//tools/grit/repack.gni")
7 import("//ui/base/ui_features.gni")
7 8
8 assert(enable_hidpi) 9 assert(enable_hidpi)
9 10
10 grit("resources") { 11 grit("resources") {
11 source = "ash_resources.grd" 12 source = "ash_resources.grd"
12 outputs = [ 13 outputs = [
13 "grit/ash_resources.h", 14 "grit/ash_resources.h",
14 "ash_resources_100_percent.pak", 15 "ash_resources_100_percent.pak",
15 "ash_resources_200_percent.pak", 16 "ash_resources_200_percent.pak",
16 ] 17 ]
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 } 63 }
63 } 64 }
64 65
65 ash_test_resources("100_percent") { 66 ash_test_resources("100_percent") {
66 percent = "100" 67 percent = "100"
67 } 68 }
68 69
69 ash_test_resources("200_percent") { 70 ash_test_resources("200_percent") {
70 percent = "200" 71 percent = "200"
71 } 72 }
OLDNEW
« no previous file with comments | « ash/BUILD.gn ('k') | build/common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698