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

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

Issue 2209363002: Remove material design resource pak infrastructure (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove another mac test file Created 4 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/test/BUILD.gn ('k') | ui/base/resource/data_pack.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/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 779 matching lines...) Expand 10 before | Expand all | Expand 10 after
790 "ime/chromeos/character_composer_unittest.cc", 790 "ime/chromeos/character_composer_unittest.cc",
791 "ime/composition_text_unittest.cc", 791 "ime/composition_text_unittest.cc",
792 "ime/input_method_base_unittest.cc", 792 "ime/input_method_base_unittest.cc",
793 "ime/input_method_chromeos_unittest.cc", 793 "ime/input_method_chromeos_unittest.cc",
794 "ime/win/imm32_manager_unittest.cc", 794 "ime/win/imm32_manager_unittest.cc",
795 "ime/win/tsf_input_scope_unittest.cc", 795 "ime/win/tsf_input_scope_unittest.cc",
796 ] 796 ]
797 if (is_linux && use_aura && !is_chromeos) { 797 if (is_linux && use_aura && !is_chromeos) {
798 sources += [ "ime/input_method_auralinux_unittest.cc" ] 798 sources += [ "ime/input_method_auralinux_unittest.cc" ]
799 } 799 }
800 if (is_mac) {
801 sources += [ "resource/resource_bundle_mac_unittest.mm" ]
802 }
803 if (use_x11) { 800 if (use_x11) {
804 sources += [ "ime/composition_text_util_pango_unittest.cc" ] 801 sources += [ "ime/composition_text_util_pango_unittest.cc" ]
805 } 802 }
806 if (!use_x11 && is_chromeos) { 803 if (!use_x11 && is_chromeos) {
807 # These were already removed in the non-chromeos case. 804 # These were already removed in the non-chromeos case.
808 sources -= [ "ime/input_method_chromeos_unittest.cc" ] 805 sources -= [ "ime/input_method_chromeos_unittest.cc" ]
809 } 806 }
810 } 807 }
811 808
812 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 809 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
953 if (is_mac) { 950 if (is_mac) {
954 mac_framework_bundle("ui_unittests_framework") { 951 mac_framework_bundle("ui_unittests_framework") {
955 testonly = true 952 testonly = true
956 deps = [ 953 deps = [
957 "//ui/resources:ui_test_pak_bundle_data", 954 "//ui/resources:ui_test_pak_bundle_data",
958 ] 955 ]
959 info_plist = "test/framework-Info.plist" 956 info_plist = "test/framework-Info.plist"
960 output_name = "ui_unittests Framework" 957 output_name = "ui_unittests Framework"
961 } 958 }
962 } 959 }
OLDNEW
« no previous file with comments | « chrome/test/BUILD.gn ('k') | ui/base/resource/data_pack.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698