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

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

Issue 2640983002: Rename paint data structures (Closed)
Patch Set: DrawingDisplayItem Created 3 years, 10 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 | « third_party/WebKit/public/platform/WebMediaPlayer.h ('k') | ui/compositor/paint_context.h » ('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 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
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/animation",
82 "//cc/paint",
82 "//cc/surfaces", 83 "//cc/surfaces",
83 "//cc/surfaces:surface_id", 84 "//cc/surfaces:surface_id",
84 "//cc/surfaces:surfaces", 85 "//cc/surfaces:surfaces",
85 "//gpu/command_buffer/common", 86 "//gpu/command_buffer/common",
86 "//skia", 87 "//skia",
87 "//ui/gfx", 88 "//ui/gfx",
88 "//ui/gfx/geometry", 89 "//ui/gfx/geometry",
89 "//ui/gl", 90 "//ui/gl",
90 ] 91 ]
91 92
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
200 "//ui/base", 201 "//ui/base",
201 "//ui/gfx", 202 "//ui/gfx",
202 "//ui/gfx/geometry", 203 "//ui/gfx/geometry",
203 "//ui/gl", 204 "//ui/gl",
204 "//ui/resources", 205 "//ui/resources",
205 ] 206 ]
206 if (is_linux) { 207 if (is_linux) {
207 deps += [ "//third_party/mesa:osmesa" ] 208 deps += [ "//third_party/mesa:osmesa" ]
208 } 209 }
209 } 210 }
OLDNEW
« no previous file with comments | « third_party/WebKit/public/platform/WebMediaPlayer.h ('k') | ui/compositor/paint_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698