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

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

Issue 1664653003: Revert of Move gn _run target generation into test(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 | « ui/aura/BUILD.gn ('k') | ui/compositor/BUILD.gn » ('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/compiler/compiler.gni") 5 import("//build/config/compiler/compiler.gni")
6 import("//build/config/sanitizers/sanitizers.gni") 6 import("//build/config/sanitizers/sanitizers.gni")
7 import("//build/config/ui.gni") 7 import("//build/config/ui.gni")
8 import("//testing/test.gni") 8 import("//testing/test.gni")
9 9
10 if (is_android) { 10 if (is_android) {
(...skipping 643 matching lines...) Expand 10 before | Expand all | Expand 10 after
654 "../android/java/src/org/chromium/ui/base/DeviceFormFactor.java", 654 "../android/java/src/org/chromium/ui/base/DeviceFormFactor.java",
655 "../android/java/src/org/chromium/ui/base/LocalizationUtils.java", 655 "../android/java/src/org/chromium/ui/base/LocalizationUtils.java",
656 "../android/java/src/org/chromium/ui/base/ResourceBundle.java", 656 "../android/java/src/org/chromium/ui/base/ResourceBundle.java",
657 "../android/java/src/org/chromium/ui/base/SelectFileDialog.java", 657 "../android/java/src/org/chromium/ui/base/SelectFileDialog.java",
658 "../android/java/src/org/chromium/ui/base/TouchDevice.java", 658 "../android/java/src/org/chromium/ui/base/TouchDevice.java",
659 ] 659 ]
660 jni_package = "base" 660 jni_package = "base"
661 } 661 }
662 } 662 }
663 663
664 #
665 # TODO(GYP): Delete this after we've converted everything to GN.
666 # The _run targets exist only for compatibility w/ GYP.
667 group("ui_base_unittests_run") {
668 testonly = true
669 deps = [
670 ":ui_base_unittests",
671 ]
672 }
673
664 # GYP version: ui/base/ui_base_tests.gyp:ui_base_unittests 674 # GYP version: ui/base/ui_base_tests.gyp:ui_base_unittests
665 test("ui_base_unittests") { 675 test("ui_base_unittests") {
666 sources = [ 676 sources = [
667 "ios/cru_context_menu_controller_unittest.mm", 677 "ios/cru_context_menu_controller_unittest.mm",
668 "l10n/l10n_util_mac_unittest.mm", 678 "l10n/l10n_util_mac_unittest.mm",
669 "l10n/l10n_util_unittest.cc", 679 "l10n/l10n_util_unittest.cc",
670 "l10n/l10n_util_win_unittest.cc", 680 "l10n/l10n_util_win_unittest.cc",
671 "l10n/time_format_unittest.cc", 681 "l10n/time_format_unittest.cc",
672 "layout_unittest.cc", 682 "layout_unittest.cc",
673 "material_design/material_design_controller_unittest.cc", 683 "material_design/material_design_controller_unittest.cc",
(...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after
883 } 893 }
884 if (is_mac) { 894 if (is_mac) {
885 data += [ "$root_out_dir/ui_unittests Framework.framework/" ] 895 data += [ "$root_out_dir/ui_unittests Framework.framework/" ]
886 896
887 if (is_asan && symbol_level == 0) { 897 if (is_asan && symbol_level == 0) {
888 data += [ "$root_out_dir/ui_base_unittests.dSYM/" ] 898 data += [ "$root_out_dir/ui_base_unittests.dSYM/" ]
889 } 899 }
890 } 900 }
891 } 901 }
892 # TODO(GYP) Mac (ui_base_tests_bundle) 902 # TODO(GYP) Mac (ui_base_tests_bundle)
OLDNEW
« no previous file with comments | « ui/aura/BUILD.gn ('k') | ui/compositor/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698