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

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

Issue 2499933003: Expand aura::PropertyConverter support. (Closed)
Patch Set: Fix the other new unit test. 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/client/aura_constants.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("aura") { 8 component("aura") {
9 sources = [ 9 sources = [
10 "../wm/public/activation_change_observer.cc", 10 "../wm/public/activation_change_observer.cc",
(...skipping 316 matching lines...) Expand 10 before | Expand all | Expand 10 after
327 327
328 if (use_x11) { 328 if (use_x11) {
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/window_tree_client_unittest.cc", 338 "mus/window_tree_client_unittest.cc",
338 "test/run_all_unittests.cc", 339 "test/run_all_unittests.cc",
339 "window_event_dispatcher_unittest.cc", 340 "window_event_dispatcher_unittest.cc",
340 "window_targeter_unittest.cc", 341 "window_targeter_unittest.cc",
341 "window_tree_host_unittest.cc", 342 "window_tree_host_unittest.cc",
342 "window_unittest.cc", 343 "window_unittest.cc",
343 ] 344 ]
344 345
345 deps = [ 346 deps = [
346 ":test_support", 347 ":test_support",
(...skipping 14 matching lines...) Expand all
361 ] 362 ]
362 363
363 if (is_linux) { 364 if (is_linux) {
364 deps += [ "//third_party/mesa" ] 365 deps += [ "//third_party/mesa" ]
365 } 366 }
366 367
367 data_deps = [ 368 data_deps = [
368 "//third_party/mesa:osmesa", 369 "//third_party/mesa:osmesa",
369 ] 370 ]
370 } 371 }
OLDNEW
« no previous file with comments | « no previous file | ui/aura/client/aura_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698