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

Side by Side Diff: ui/aura/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 | « content/test/content_test_suite.cc ('k') | ui/aura/aura.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("aura") { 8 component("aura") {
9 sources = [ 9 sources = [
10 "../wm/public/activation_change_observer.cc", 10 "../wm/public/activation_change_observer.cc",
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
229 ":aura", 229 ":aura",
230 ":test_support", 230 ":test_support",
231 "//base", 231 "//base",
232 "//base:i18n", 232 "//base:i18n",
233 "//build/config/sanitizers:deps", 233 "//build/config/sanitizers:deps",
234 "//skia", 234 "//skia",
235 "//third_party/icu", 235 "//third_party/icu",
236 "//ui/base", 236 "//ui/base",
237 "//ui/compositor", 237 "//ui/compositor",
238 "//ui/compositor:test_support", 238 "//ui/compositor:test_support",
239 "//ui/display",
239 "//ui/events", 240 "//ui/events",
240 "//ui/gfx", 241 "//ui/gfx",
241 "//ui/gfx/geometry", 242 "//ui/gfx/geometry",
242 "//ui/gl", 243 "//ui/gl",
243 ] 244 ]
244 245
245 if (use_x11) { 246 if (use_x11) {
246 deps += [ "//ui/gfx/x" ] 247 deps += [ "//ui/gfx/x" ]
247 } 248 }
248 } 249 }
(...skipping 22 matching lines...) Expand all
271 ] 272 ]
272 273
273 if (is_linux) { 274 if (is_linux) {
274 deps += [ "//third_party/mesa" ] 275 deps += [ "//third_party/mesa" ]
275 } 276 }
276 277
277 data_deps = [ 278 data_deps = [
278 "//third_party/mesa:osmesa", 279 "//third_party/mesa:osmesa",
279 ] 280 ]
280 } 281 }
OLDNEW
« no previous file with comments | « content/test/content_test_suite.cc ('k') | ui/aura/aura.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698