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

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

Issue 769943003: ui: Fix all 'gn check' errors. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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/ui_base.gyp ('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 6
7 component("compositor") { 7 component("compositor") {
8 sources = [ 8 sources = [
9 "closure_animation_observer.cc", 9 "closure_animation_observer.cc",
10 "closure_animation_observer.h", 10 "closure_animation_observer.h",
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 "transform_animation_curve_adapter.h", 52 "transform_animation_curve_adapter.h",
53 ] 53 ]
54 54
55 defines = [ "COMPOSITOR_IMPLEMENTATION" ] 55 defines = [ "COMPOSITOR_IMPLEMENTATION" ]
56 56
57 deps = [ 57 deps = [
58 "//base", 58 "//base",
59 "//base/third_party/dynamic_annotations", 59 "//base/third_party/dynamic_annotations",
60 "//cc", 60 "//cc",
61 "//cc/surfaces", 61 "//cc/surfaces",
62 "//cc/surfaces:surface_id",
62 "//gpu/command_buffer/common", 63 "//gpu/command_buffer/common",
63 "//skia", 64 "//skia",
64 "//ui/gfx", 65 "//ui/gfx",
65 "//ui/gfx/geometry", 66 "//ui/gfx/geometry",
66 "//ui/gl", 67 "//ui/gl",
67 ] 68 ]
68 69
69 if (is_win && use_aura) { 70 if (is_win && use_aura) {
70 # TODO(sky): before we make this real need to remove 71 # TODO(sky): before we make this real need to remove
71 # IDR_BITMAP_BRUSH_IMAGE. 72 # IDR_BITMAP_BRUSH_IMAGE.
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
158 # "//ui/gfx", 159 # "//ui/gfx",
159 # "//ui/gfx/geometry", 160 # "//ui/gfx/geometry",
160 # "//ui/gl", 161 # "//ui/gl",
161 # "//ui/resources", 162 # "//ui/resources",
162 # ] 163 # ]
163 # 164 #
164 # if (is_linux) { 165 # if (is_linux) {
165 # deps += [ "//third_party/mesa:osmesa" ] 166 # deps += [ "//third_party/mesa:osmesa" ]
166 # } 167 # }
167 #} 168 #}
OLDNEW
« no previous file with comments | « ui/base/ui_base.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698