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

Side by Side Diff: ui/gfx/x/BUILD.gn

Issue 2351003002: Remove GYP annotations from chrome, ui, tools GN files. (Closed)
Patch Set: Created 4 years, 3 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/base/BUILD.gn ('k') | ui/resources/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 import("//ui/ozone/ozone.gni") 6 import("//ui/ozone/ozone.gni")
7 7
8 assert(use_x11 || ozone_platform_x11) 8 assert(use_x11 || ozone_platform_x11)
9 9
10 # GYP version: //ui/gfx/x/gfx_x11.gyp:gfx_x11
11 component("x") { 10 component("x") {
12 output_name = "gfx_x11" 11 output_name = "gfx_x11"
13 12
14 sources = [ 13 sources = [
15 "../gfx_export.h", 14 "../gfx_export.h",
16 "x11_atom_cache.cc", 15 "x11_atom_cache.cc",
17 "x11_atom_cache.h", 16 "x11_atom_cache.h",
18 "x11_connection.cc", 17 "x11_connection.cc",
19 "x11_connection.h", 18 "x11_connection.h",
20 "x11_error_tracker.cc", 19 "x11_error_tracker.cc",
21 "x11_error_tracker.h", 20 "x11_error_tracker.h",
22 "x11_switches.cc", 21 "x11_switches.cc",
23 "x11_switches.h", 22 "x11_switches.h",
24 "x11_types.cc", 23 "x11_types.cc",
25 "x11_types.h", 24 "x11_types.h",
26 ] 25 ]
27 26
28 defines = [ "GFX_IMPLEMENTATION" ] 27 defines = [ "GFX_IMPLEMENTATION" ]
29 28
30 configs += [ "//build/config/linux:x11" ] 29 configs += [ "//build/config/linux:x11" ]
31 30
32 deps = [ 31 deps = [
33 "//base", 32 "//base",
34 ] 33 ]
35 } 34 }
OLDNEW
« no previous file with comments | « ui/base/BUILD.gn ('k') | ui/resources/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698