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

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

Issue 2750743003: Move ui/gfx/animation/ into its own component. (Closed)
Patch Set: c Created 3 years, 9 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 | « content/browser/BUILD.gn ('k') | ui/gfx/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("//testing/test.gni") 6 import("//testing/test.gni")
7 7
8 component("compositor") { 8 component("compositor") {
9 sources = [ 9 sources = [
10 "callback_layer_animation_observer.cc", 10 "callback_layer_animation_observer.cc",
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 "//cc", 80 "//cc",
81 "//cc/animation", 81 "//cc/animation",
82 "//cc/paint", 82 "//cc/paint",
83 "//cc/surfaces", 83 "//cc/surfaces",
84 "//cc/surfaces:surface_id", 84 "//cc/surfaces:surface_id",
85 "//cc/surfaces:surfaces", 85 "//cc/surfaces:surfaces",
86 "//gpu/command_buffer/common", 86 "//gpu/command_buffer/common",
87 "//skia", 87 "//skia",
88 "//ui/base", 88 "//ui/base",
89 "//ui/gfx", 89 "//ui/gfx",
90 "//ui/gfx/animation",
90 "//ui/gfx/geometry", 91 "//ui/gfx/geometry",
91 "//ui/gl", 92 "//ui/gl",
92 ] 93 ]
93 94
94 if (is_win && use_aura) { 95 if (is_win && use_aura) {
95 # TODO(sky): before we make this real need to remove 96 # TODO(sky): before we make this real need to remove
96 # IDR_BITMAP_BRUSH_IMAGE. 97 # IDR_BITMAP_BRUSH_IMAGE.
97 deps += [ 98 deps += [
98 "//third_party/angle:libEGL", 99 "//third_party/angle:libEGL",
99 "//third_party/angle:libGLESv2", 100 "//third_party/angle:libGLESv2",
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
204 "//ui/base", 205 "//ui/base",
205 "//ui/gfx", 206 "//ui/gfx",
206 "//ui/gfx/geometry", 207 "//ui/gfx/geometry",
207 "//ui/gl", 208 "//ui/gl",
208 "//ui/resources", 209 "//ui/resources",
209 ] 210 ]
210 if (is_linux) { 211 if (is_linux) {
211 deps += [ "//third_party/mesa:osmesa" ] 212 deps += [ "//third_party/mesa:osmesa" ]
212 } 213 }
213 } 214 }
OLDNEW
« no previous file with comments | « content/browser/BUILD.gn ('k') | ui/gfx/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698