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

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

Issue 2507963002: Implement hit tests/client area. (Closed)
Patch Set: Really fix compile 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 | « no previous file | ui/aura/mus/DEPS » ('j') | ui/aura/mus/DEPS » ('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 318 matching lines...) Expand 10 before | Expand all | Expand 10 after
329 deps += [ "//ui/gfx/x" ] 329 deps += [ "//ui/gfx/x" ]
330 } 330 }
331 } 331 }
332 332
333 test("aura_unittests") { 333 test("aura_unittests") {
334 sources = [ 334 sources = [
335 "gestures/gesture_recognizer_unittest.cc", 335 "gestures/gesture_recognizer_unittest.cc",
336 "mus/os_exchange_data_provider_mus_unittest.cc", 336 "mus/os_exchange_data_provider_mus_unittest.cc",
337 "mus/property_converter_unittest.cc", 337 "mus/property_converter_unittest.cc",
338 "mus/window_tree_client_unittest.cc", 338 "mus/window_tree_client_unittest.cc",
339 "mus/window_tree_host_mus_unittest.cc",
339 "test/run_all_unittests.cc", 340 "test/run_all_unittests.cc",
340 "window_event_dispatcher_unittest.cc", 341 "window_event_dispatcher_unittest.cc",
341 "window_targeter_unittest.cc", 342 "window_targeter_unittest.cc",
342 "window_tree_host_unittest.cc", 343 "window_tree_host_unittest.cc",
343 "window_unittest.cc", 344 "window_unittest.cc",
344 ] 345 ]
345 346
346 deps = [ 347 deps = [
347 ":test_support", 348 ":test_support",
348 "//base/test:test_support", 349 "//base/test:test_support",
349 "//mojo/common", 350 "//mojo/common",
350 "//net", 351 "//net",
351 "//services/ui/public/cpp", 352 "//services/ui/public/cpp",
352 "//skia", 353 "//skia",
353 "//testing/gtest", 354 "//testing/gtest",
354 "//ui/base:test_support", 355 "//ui/base:test_support",
355 "//ui/compositor:test_support", 356 "//ui/compositor:test_support",
356 "//ui/display:test_support", 357 "//ui/display:test_support",
357 "//ui/events:gesture_detection", 358 "//ui/events:gesture_detection",
358 "//ui/events:test_support", 359 "//ui/events:test_support",
359 "//ui/gfx", 360 "//ui/gfx",
360 "//ui/gfx/geometry", 361 "//ui/gfx/geometry",
361 "//ui/gl:test_support", 362 "//ui/gl:test_support",
363 "//ui/wm:wm",
362 ] 364 ]
363 365
364 if (is_linux) { 366 if (is_linux) {
365 deps += [ "//third_party/mesa" ] 367 deps += [ "//third_party/mesa" ]
366 } 368 }
367 369
368 data_deps = [ 370 data_deps = [
369 "//third_party/mesa:osmesa", 371 "//third_party/mesa:osmesa",
370 ] 372 ]
371 } 373 }
OLDNEW
« no previous file with comments | « no previous file | ui/aura/mus/DEPS » ('j') | ui/aura/mus/DEPS » ('J')

Powered by Google App Engine
This is Rietveld 408576698