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

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

Issue 1268293002: [MacViews] Fix AccessiblePaneViewTest.SetPaneFocusAndRestore. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove roque delta. Created 5 years, 4 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 | « chrome/chrome_tests.gypi ('k') | ui/base/test/scoped_fake_nswindow_focus.h » ('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 if (is_android) { 8 if (is_android) {
9 import("//build/config/android/config.gni") 9 import("//build/config/android/config.gni")
10 import("//build/config/android/rules.gni") 10 import("//build/config/android/rules.gni")
(...skipping 553 matching lines...) Expand 10 before | Expand all | Expand 10 after
564 } 564 }
565 } 565 }
566 566
567 source_set("test_support") { 567 source_set("test_support") {
568 testonly = true 568 testonly = true
569 sources = [ 569 sources = [
570 "test/material_design_controller_test_api.cc", 570 "test/material_design_controller_test_api.cc",
571 "test/material_design_controller_test_api.h", 571 "test/material_design_controller_test_api.h",
572 "test/nswindow_fullscreen_notification_waiter.h", 572 "test/nswindow_fullscreen_notification_waiter.h",
573 "test/nswindow_fullscreen_notification_waiter.mm", 573 "test/nswindow_fullscreen_notification_waiter.mm",
574 "test/scoped_fake_nswindow_focus.h",
575 "test/scoped_fake_nswindow_focus.mm",
574 "test/scoped_fake_nswindow_fullscreen.h", 576 "test/scoped_fake_nswindow_fullscreen.h",
575 "test/scoped_fake_nswindow_fullscreen.mm", 577 "test/scoped_fake_nswindow_fullscreen.mm",
576 "test/test_clipboard.cc", 578 "test/test_clipboard.cc",
577 "test/test_clipboard.h", 579 "test/test_clipboard.h",
578 "test/ui_controls.h", 580 "test/ui_controls.h",
579 "test/ui_controls_aura.cc", 581 "test/ui_controls_aura.cc",
580 "test/ui_controls_internal_win.cc", 582 "test/ui_controls_internal_win.cc",
581 "test/ui_controls_internal_win.h", 583 "test/ui_controls_internal_win.h",
582 "test/ui_controls_mac.mm", 584 "test/ui_controls_mac.mm",
583 "test/ui_controls_win.cc", 585 "test/ui_controls_win.cc",
(...skipping 269 matching lines...) Expand 10 before | Expand all | Expand 10 after
853 } 855 }
854 if (is_mac) { 856 if (is_mac) {
855 data += [ "$root_out_dir/ui_unittests Framework.framework/" ] 857 data += [ "$root_out_dir/ui_unittests Framework.framework/" ]
856 858
857 if (is_asan && symbol_level == 0) { 859 if (is_asan && symbol_level == 0) {
858 data += [ "$root_out_dir/ui_base_unittests.dSYM/" ] 860 data += [ "$root_out_dir/ui_base_unittests.dSYM/" ]
859 } 861 }
860 } 862 }
861 } 863 }
862 # TODO(GYP) Mac (ui_base_tests_bundle) 864 # TODO(GYP) Mac (ui_base_tests_bundle)
OLDNEW
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | ui/base/test/scoped_fake_nswindow_focus.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698