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

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

Issue 1250273002: Add precompiled headers to GN build for large targets. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: mergey-wergey 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/views/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 import("//testing/test.gni") 6 import("//testing/test.gni")
7 7
8 component("wm") { 8 component("wm") {
9 sources = [ 9 sources = [
10 "core/accelerator_delegate.h", 10 "core/accelerator_delegate.h",
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 "core/window_modality_controller.h", 63 "core/window_modality_controller.h",
64 "core/window_util.cc", 64 "core/window_util.cc",
65 "core/window_util.h", 65 "core/window_util.h",
66 "core/wm_core_switches.cc", 66 "core/wm_core_switches.cc",
67 "core/wm_core_switches.h", 67 "core/wm_core_switches.h",
68 "core/wm_state.cc", 68 "core/wm_state.cc",
69 "core/wm_state.h", 69 "core/wm_state.h",
70 "wm_export.h", 70 "wm_export.h",
71 ] 71 ]
72 72
73 configs += [ "//build/config:precompiled_headers" ]
73 defines = [ "WM_IMPLEMENTATION" ] 74 defines = [ "WM_IMPLEMENTATION" ]
74 75
75 deps = [ 76 deps = [
76 "//base", 77 "//base",
77 "//skia", 78 "//skia",
78 "//ui/aura", 79 "//ui/aura",
79 "//ui/base", 80 "//ui/base",
80 "//ui/base/ime", 81 "//ui/base/ime",
81 "//ui/compositor", 82 "//ui/compositor",
82 "//ui/events", 83 "//ui/events",
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
140 "//ui/base:test_support", 141 "//ui/base:test_support",
141 "//ui/base/ime", 142 "//ui/base/ime",
142 "//ui/compositor:test_support", 143 "//ui/compositor:test_support",
143 "//ui/events:test_support", 144 "//ui/events:test_support",
144 "//ui/events/platform", 145 "//ui/events/platform",
145 "//ui/gfx", 146 "//ui/gfx",
146 "//ui/gfx/geometry", 147 "//ui/gfx/geometry",
147 "//ui/gl", 148 "//ui/gl",
148 ] 149 ]
149 } 150 }
OLDNEW
« no previous file with comments | « ui/views/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698