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

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

Issue 2194833002: Overscroll and Elasticity for views::ScrollView Base URL: https://chromium.googlesource.com/chromium/src.git@20160728-MacViews-RouteThroughInputHandler
Patch Set: Restore functionality and fix bugs \o/ Created 4 years, 1 month 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 | « cc/trees/tree_synchronizer_unittest.cc ('k') | ui/compositor/layer.cc » ('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 80
81 deps = [ 81 deps = [
82 "//base", 82 "//base",
83 "//base/third_party/dynamic_annotations", 83 "//base/third_party/dynamic_annotations",
84 "//cc", 84 "//cc",
85 "//cc/surfaces", 85 "//cc/surfaces",
86 "//cc/surfaces:surface_id", 86 "//cc/surfaces:surface_id",
87 "//gpu/command_buffer/common", 87 "//gpu/command_buffer/common",
88 "//skia", 88 "//skia",
89 "//ui/events", 89 "//ui/events",
90 "//ui/events/blink",
90 "//ui/gfx", 91 "//ui/gfx",
91 "//ui/gfx/geometry", 92 "//ui/gfx/geometry",
92 "//ui/gl", 93 "//ui/gl",
93 ] 94 ]
94 95
95 if (is_win && use_aura) { 96 if (is_win && use_aura) {
96 # TODO(sky): before we make this real need to remove 97 # TODO(sky): before we make this real need to remove
97 # IDR_BITMAP_BRUSH_IMAGE. 98 # IDR_BITMAP_BRUSH_IMAGE.
98 deps += [ 99 deps += [
99 "//third_party/angle:libEGL", 100 "//third_party/angle:libEGL",
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
203 "//ui/base", 204 "//ui/base",
204 "//ui/gfx", 205 "//ui/gfx",
205 "//ui/gfx/geometry", 206 "//ui/gfx/geometry",
206 "//ui/gl", 207 "//ui/gl",
207 "//ui/resources", 208 "//ui/resources",
208 ] 209 ]
209 if (is_linux) { 210 if (is_linux) {
210 deps += [ "//third_party/mesa:osmesa" ] 211 deps += [ "//third_party/mesa:osmesa" ]
211 } 212 }
212 } 213 }
OLDNEW
« no previous file with comments | « cc/trees/tree_synchronizer_unittest.cc ('k') | ui/compositor/layer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698