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

Side by Side Diff: ui/display/util/BUILD.gn

Issue 1291703008: Rename is_chromeos in chrome/src. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: retry Created 5 years, 4 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 | « ui/display/BUILD.gn ('k') | ui/events/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("//build/config/ui.gni") 5 import("//build/config/ui.gni")
6 6
7 component("util") { 7 component("util") {
8 output_name = "display_util" 8 output_name = "display_util"
9 sources = [ 9 sources = [
10 "display_util.cc", 10 "display_util.cc",
(...skipping 15 matching lines...) Expand all
26 sources += [ 26 sources += [
27 "x11/edid_parser_x11.cc", 27 "x11/edid_parser_x11.cc",
28 "x11/edid_parser_x11.h", 28 "x11/edid_parser_x11.h",
29 ] 29 ]
30 configs += [ 30 configs += [
31 "//build/config/linux:x11", 31 "//build/config/linux:x11",
32 "//build/config/linux:xrandr", 32 "//build/config/linux:xrandr",
33 ] 33 ]
34 deps += [ "//ui/gfx/x" ] 34 deps += [ "//ui/gfx/x" ]
35 } 35 }
36 if (is_chromeos) { 36 if (use_cros_fe) {
37 deps += [ "//ui/display/types" ] 37 deps += [ "//ui/display/types" ]
38 } 38 }
39 } 39 }
OLDNEW
« no previous file with comments | « ui/display/BUILD.gn ('k') | ui/events/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698