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

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

Issue 1206033005: Rework how isolates are generated in MB. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add ui_base_unittests_run Created 5 years, 6 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
« tools/mb/mb.py ('K') | « tools/mb/mb.py ('k') | no next file » | 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 598 matching lines...) Expand 10 before | Expand all | Expand 10 after
609 "../android/java/src/org/chromium/ui/base/DeviceFormFactor.java", 609 "../android/java/src/org/chromium/ui/base/DeviceFormFactor.java",
610 "../android/java/src/org/chromium/ui/base/LocalizationUtils.java", 610 "../android/java/src/org/chromium/ui/base/LocalizationUtils.java",
611 "../android/java/src/org/chromium/ui/base/ResourceBundle.java", 611 "../android/java/src/org/chromium/ui/base/ResourceBundle.java",
612 "../android/java/src/org/chromium/ui/base/SelectFileDialog.java", 612 "../android/java/src/org/chromium/ui/base/SelectFileDialog.java",
613 "../android/java/src/org/chromium/ui/base/TouchDevice.java", 613 "../android/java/src/org/chromium/ui/base/TouchDevice.java",
614 ] 614 ]
615 jni_package = "base" 615 jni_package = "base"
616 } 616 }
617 } 617 }
618 618
619 #
620 # TODO(GYP): Delete this after we've converted everything to GN.
621 # The _run targets exist only for compatibility w/ GYP.
622 group("ui_base_unittests_run") {
623 testonly = true
624 deps = [
625 ":ui_base_unittests",
626 ]
627 }
628
619 # GYP version: ui/base/ui_base_tests.gyp:ui_base_unittests 629 # GYP version: ui/base/ui_base_tests.gyp:ui_base_unittests
620 test("ui_base_unittests") { 630 test("ui_base_unittests") {
621 sources = [ 631 sources = [
622 "ios/cru_context_menu_controller_unittest.mm", 632 "ios/cru_context_menu_controller_unittest.mm",
623 "l10n/l10n_util_mac_unittest.mm", 633 "l10n/l10n_util_mac_unittest.mm",
624 "l10n/l10n_util_unittest.cc", 634 "l10n/l10n_util_unittest.cc",
625 "l10n/l10n_util_win_unittest.cc", 635 "l10n/l10n_util_win_unittest.cc",
626 "l10n/time_format_unittest.cc", 636 "l10n/time_format_unittest.cc",
627 "layout_unittest.cc", 637 "layout_unittest.cc",
628 "models/tree_node_iterator_unittest.cc", 638 "models/tree_node_iterator_unittest.cc",
(...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after
802 } 812 }
803 813
804 if (is_chromeos) { 814 if (is_chromeos) {
805 deps += [ 815 deps += [
806 "//chromeos", 816 "//chromeos",
807 "//ui/events:dom_keycode_converter", 817 "//ui/events:dom_keycode_converter",
808 ] 818 ]
809 } 819 }
810 } 820 }
811 # TODO(GYP) Mac (ui_base_tests_bundle) 821 # TODO(GYP) Mac (ui_base_tests_bundle)
OLDNEW
« tools/mb/mb.py ('K') | « tools/mb/mb.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698