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

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

Issue 2645653003: Expose thumbnails of pages to iOS share extensions. (Closed)
Patch Set: Addressed comments. Created 3 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 | « ios/chrome/browser/ui/uikit_ui_util_unittest.mm ('k') | ui/base/test/ios/OWNERS » ('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/buildflag_header.gni") 5 import("//build/buildflag_header.gni")
6 import("//build/config/compiler/compiler.gni") 6 import("//build/config/compiler/compiler.gni")
7 import("//build/config/sanitizers/sanitizers.gni") 7 import("//build/config/sanitizers/sanitizers.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//testing/test.gni") 9 import("//testing/test.gni")
10 import("//ui/base/ui_features.gni") 10 import("//ui/base/ui_features.gni")
(...skipping 644 matching lines...) Expand 10 before | Expand all | Expand 10 after
655 "test/scoped_preferred_scroller_style_mac.mm", 655 "test/scoped_preferred_scroller_style_mac.mm",
656 "test/test_clipboard.cc", 656 "test/test_clipboard.cc",
657 "test/test_clipboard.h", 657 "test/test_clipboard.h",
658 "test/windowed_nsnotification_observer.h", 658 "test/windowed_nsnotification_observer.h",
659 "test/windowed_nsnotification_observer.mm", 659 "test/windowed_nsnotification_observer.mm",
660 ] 660 ]
661 } else { 661 } else {
662 sources += [ 662 sources += [
663 "test/ios/keyboard_appearance_listener.h", 663 "test/ios/keyboard_appearance_listener.h",
664 "test/ios/keyboard_appearance_listener.mm", 664 "test/ios/keyboard_appearance_listener.mm",
665 "test/ios/ui_image_test_utils.h",
666 "test/ios/ui_image_test_utils.mm",
665 "test/ios/ui_view_test_utils.h", 667 "test/ios/ui_view_test_utils.h",
666 "test/ios/ui_view_test_utils.mm", 668 "test/ios/ui_view_test_utils.mm",
667 ] 669 ]
668 } 670 }
669 671
670 if (is_mac) { 672 if (is_mac) {
671 sources += [ "test/user_interactive_test_case_mac.mm" ] 673 sources += [ "test/user_interactive_test_case_mac.mm" ]
672 } else { 674 } else {
673 sources += [ "test/user_interactive_test_case.cc" ] 675 sources += [ "test/user_interactive_test_case.cc" ]
674 } 676 }
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
771 data = [] 773 data = []
772 data_deps = [] 774 data_deps = []
773 775
774 if (is_android) { 776 if (is_android) {
775 sources -= [ "user_activity/user_activity_detector_unittest.cc" ] 777 sources -= [ "user_activity/user_activity_detector_unittest.cc" ]
776 } 778 }
777 779
778 if (is_ios) { 780 if (is_ios) {
779 # Compile this Mac file on iOS as well. 781 # Compile this Mac file on iOS as well.
780 set_sources_assignment_filter([]) 782 set_sources_assignment_filter([])
781 sources += [ "l10n/l10n_util_mac_unittest.mm" ] 783 sources += [
784 "l10n/l10n_util_mac_unittest.mm",
785 "test/ios/ui_image_test_utils_unittest.mm",
786 ]
782 set_sources_assignment_filter(sources_assignment_filter) 787 set_sources_assignment_filter(sources_assignment_filter)
783 } else { # !is_ios 788 } else { # !is_ios
784 sources += [ 789 sources += [
785 "accelerators/accelerator_manager_unittest.cc", 790 "accelerators/accelerator_manager_unittest.cc",
786 "accelerators/accelerator_unittest.cc", 791 "accelerators/accelerator_unittest.cc",
787 "accelerators/menu_label_accelerator_util_linux_unittest.cc", 792 "accelerators/menu_label_accelerator_util_linux_unittest.cc",
788 "clipboard/custom_data_helper_unittest.cc", 793 "clipboard/custom_data_helper_unittest.cc",
789 "cocoa/base_view_unittest.mm", 794 "cocoa/base_view_unittest.mm",
790 "cocoa/cocoa_base_utils_unittest.mm", 795 "cocoa/cocoa_base_utils_unittest.mm",
791 "cocoa/constrained_window/constrained_window_animation_unittest.mm", 796 "cocoa/constrained_window/constrained_window_animation_unittest.mm",
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
974 if (is_mac) { 979 if (is_mac) {
975 mac_framework_bundle("ui_unittests_framework") { 980 mac_framework_bundle("ui_unittests_framework") {
976 testonly = true 981 testonly = true
977 deps = [ 982 deps = [
978 "//ui/resources:ui_test_pak_bundle_data", 983 "//ui/resources:ui_test_pak_bundle_data",
979 ] 984 ]
980 info_plist = "test/framework-Info.plist" 985 info_plist = "test/framework-Info.plist"
981 output_name = "ui_unittests Framework" 986 output_name = "ui_unittests Framework"
982 } 987 }
983 } 988 }
OLDNEW
« no previous file with comments | « ios/chrome/browser/ui/uikit_ui_util_unittest.mm ('k') | ui/base/test/ios/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698