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

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

Issue 1634103003: Fix gfx::Canvas::DrawStringRectWithHalo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 | « no previous file | ui/aura/DEPS » ('j') | ui/aura/painting_window_unittest.cc » ('J')
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 275 matching lines...) Expand 10 before | Expand all | Expand 10 after
286 group("aura_unittests_run") { 286 group("aura_unittests_run") {
287 testonly = true 287 testonly = true
288 deps = [ 288 deps = [
289 ":aura_unittests", 289 ":aura_unittests",
290 ] 290 ]
291 } 291 }
292 292
293 test("aura_unittests") { 293 test("aura_unittests") {
294 sources = [ 294 sources = [
295 "gestures/gesture_recognizer_unittest.cc", 295 "gestures/gesture_recognizer_unittest.cc",
296 "painting_window_unittest.cc",
296 "test/run_all_unittests.cc", 297 "test/run_all_unittests.cc",
297 "window_event_dispatcher_unittest.cc", 298 "window_event_dispatcher_unittest.cc",
298 "window_targeter_unittest.cc", 299 "window_targeter_unittest.cc",
299 "window_unittest.cc", 300 "window_unittest.cc",
300 ] 301 ]
301 302
302 deps = [ 303 deps = [
303 ":test_support", 304 ":test_support",
304 "//base/allocator", 305 "//base/allocator",
305 "//base/test:test_support", 306 "//base/test:test_support",
306 "//skia", 307 "//skia",
307 "//testing/gtest", 308 "//testing/gtest",
308 "//ui/base:test_support", 309 "//ui/base:test_support",
309 "//ui/compositor:test_support", 310 "//ui/compositor:test_support",
310 "//ui/events:gesture_detection", 311 "//ui/events:gesture_detection",
311 "//ui/events:test_support", 312 "//ui/events:test_support",
312 "//ui/gfx", 313 "//ui/gfx",
313 "//ui/gfx/geometry", 314 "//ui/gfx/geometry",
314 "//ui/gl:test_support", 315 "//ui/gl:test_support",
315 ] 316 ]
316 317
317 if (is_linux) { 318 if (is_linux) {
318 deps += [ "//third_party/mesa" ] 319 deps += [ "//third_party/mesa" ]
319 } 320 }
320 321
321 data_deps = [ 322 data_deps = [
322 "//third_party/mesa:osmesa", 323 "//third_party/mesa:osmesa",
323 ] 324 ]
324 } 325 }
OLDNEW
« no previous file with comments | « no previous file | ui/aura/DEPS » ('j') | ui/aura/painting_window_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698