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

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

Issue 264463002: GN build improvements. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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 | Annotate | Revision Log
« no previous file with comments | « ui/events/BUILD.gn ('k') | no next file » | 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 if (is_android) { 6 if (is_android) {
7 import("//build/config/android/config.gni") 7 import("//build/config/android/config.gni")
8 } 8 }
9 9
10 # Several targets want to include this header file, and some of them are 10 # Several targets want to include this header file, and some of them are
(...skipping 438 matching lines...) Expand 10 before | Expand all | Expand 10 after
449 sources = [ 449 sources = [
450 "x/x11_atom_cache.cc", 450 "x/x11_atom_cache.cc",
451 "x/x11_atom_cache.h", 451 "x/x11_atom_cache.h",
452 "x/x11_error_tracker.cc", 452 "x/x11_error_tracker.cc",
453 "x/x11_error_tracker.h", 453 "x/x11_error_tracker.h",
454 "x/x11_types.cc", 454 "x/x11_types.cc",
455 "x/x11_types.h", 455 "x/x11_types.h",
456 ] 456 ]
457 457
458 configs += [ "//build/config/linux:x11" ] 458 configs += [ "//build/config/linux:x11" ]
459
460 deps = [
461 ":gfx_export",
462 "//base"
463 ]
459 } 464 }
460 } 465 }
OLDNEW
« no previous file with comments | « ui/events/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698