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

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

Issue 1889423002: Move Windows DPI Code from ui/gfx to ui/display (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add a TODO Created 4 years, 8 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 | « ui/base/win/hwnd_subclass.cc ('k') | ui/compositor/compositor.gyp » ('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 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
136 "//cc:test_support", 136 "//cc:test_support",
137 "//cc/surfaces", 137 "//cc/surfaces",
138 "//gpu/command_buffer/client:gl_in_process_context", 138 "//gpu/command_buffer/client:gl_in_process_context",
139 "//gpu/command_buffer/client:gles2_c_lib", 139 "//gpu/command_buffer/client:gles2_c_lib",
140 "//gpu/command_buffer/client:gles2_implementation", 140 "//gpu/command_buffer/client:gles2_implementation",
141 "//gpu/command_buffer/common:gles2_utils", 141 "//gpu/command_buffer/common:gles2_utils",
142 "//gpu/skia_bindings", 142 "//gpu/skia_bindings",
143 "//skia", 143 "//skia",
144 "//testing/gtest", 144 "//testing/gtest",
145 "//ui/base", 145 "//ui/base",
146 "//ui/display",
146 "//ui/gfx", 147 "//ui/gfx",
147 "//ui/gfx/geometry", 148 "//ui/gfx/geometry",
148 "//ui/gl:test_support", 149 "//ui/gl:test_support",
149 ] 150 ]
150 151
151 if (use_x11) { 152 if (use_x11) {
152 configs += [ "//build/config/linux:x11" ] 153 configs += [ "//build/config/linux:x11" ]
153 deps += [ "//ui/gfx/x" ] 154 deps += [ "//ui/gfx/x" ]
154 } 155 }
155 156
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
192 "//ui/base", 193 "//ui/base",
193 "//ui/gfx", 194 "//ui/gfx",
194 "//ui/gfx/geometry", 195 "//ui/gfx/geometry",
195 "//ui/gl", 196 "//ui/gl",
196 "//ui/resources", 197 "//ui/resources",
197 ] 198 ]
198 if (is_linux) { 199 if (is_linux) {
199 deps += [ "//third_party/mesa:osmesa" ] 200 deps += [ "//third_party/mesa:osmesa" ]
200 } 201 }
201 } 202 }
OLDNEW
« no previous file with comments | « ui/base/win/hwnd_subclass.cc ('k') | ui/compositor/compositor.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698