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

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

Issue 2506093003: CC Animation: Make cc/animation an independent GN component. (Closed)
Patch Set: Rebase. Created 4 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
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 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 "transform_recorder.cc", 71 "transform_recorder.cc",
72 "transform_recorder.h", 72 "transform_recorder.h",
73 ] 73 ]
74 74
75 defines = [ "COMPOSITOR_IMPLEMENTATION" ] 75 defines = [ "COMPOSITOR_IMPLEMENTATION" ]
76 76
77 deps = [ 77 deps = [
78 "//base", 78 "//base",
79 "//base/third_party/dynamic_annotations", 79 "//base/third_party/dynamic_annotations",
80 "//cc", 80 "//cc",
81 "//cc/animation",
81 "//cc/surfaces", 82 "//cc/surfaces",
82 "//cc/surfaces:surface_id", 83 "//cc/surfaces:surface_id",
83 "//gpu/command_buffer/common", 84 "//gpu/command_buffer/common",
84 "//skia", 85 "//skia",
85 "//ui/gfx", 86 "//ui/gfx",
86 "//ui/gfx/geometry", 87 "//ui/gfx/geometry",
87 "//ui/gl", 88 "//ui/gl",
88 ] 89 ]
89 90
90 if (is_win && use_aura) { 91 if (is_win && use_aura) {
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
198 "//ui/base", 199 "//ui/base",
199 "//ui/gfx", 200 "//ui/gfx",
200 "//ui/gfx/geometry", 201 "//ui/gfx/geometry",
201 "//ui/gl", 202 "//ui/gl",
202 "//ui/resources", 203 "//ui/resources",
203 ] 204 ]
204 if (is_linux) { 205 if (is_linux) {
205 deps += [ "//third_party/mesa:osmesa" ] 206 deps += [ "//third_party/mesa:osmesa" ]
206 } 207 }
207 } 208 }
OLDNEW
« no previous file with comments | « ui/android/resources/resource_manager_impl_unittest.cc ('k') | ui/compositor/test/layer_animator_test_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698