| OLD | NEW |
| 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/chrome_build.gni") | 5 import("//build/config/chrome_build.gni") |
| 6 import("//build/config/compiler/compiler.gni") | 6 import("//build/config/compiler/compiler.gni") |
| 7 import("//build/config/crypto.gni") | 7 import("//build/config/crypto.gni") |
| 8 import("//build/config/features.gni") | 8 import("//build/config/features.gni") |
| 9 import("//build/config/ui.gni") | 9 import("//build/config/ui.gni") |
| 10 import("//chrome/common/features.gni") | 10 import("//chrome/common/features.gni") |
| (...skipping 1061 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1072 data_deps = [ | 1072 data_deps = [ |
| 1073 ":mash_browser_tests_catalog_copy", | 1073 ":mash_browser_tests_catalog_copy", |
| 1074 ":mus_browser_tests_catalog_copy", | 1074 ":mus_browser_tests_catalog_copy", |
| 1075 "//mash/session", | 1075 "//mash/session", |
| 1076 ] | 1076 ] |
| 1077 } else { | 1077 } else { |
| 1078 sources += [ "base/browser_tests_main.cc" ] | 1078 sources += [ "base/browser_tests_main.cc" ] |
| 1079 } | 1079 } |
| 1080 } | 1080 } |
| 1081 | 1081 |
| 1082 # Used only by chrome/browser/ui/webui/bidi_checker_web_ui_test.cc | |
| 1083 chrome_repack_locales("repack_pseudo_locales") { | |
| 1084 visibility = [ ":*" ] | |
| 1085 | |
| 1086 input_locales = [ "fake-bidi" ] | |
| 1087 | |
| 1088 if (is_mac) { | |
| 1089 output_locales = [ "fake_bidi" ] # Mac uses underscores. | |
| 1090 } else { | |
| 1091 output_locales = [ "fake-bidi" ] | |
| 1092 } | |
| 1093 } | |
| 1094 | |
| 1095 test("browser_tests") { | 1082 test("browser_tests") { |
| 1096 sources = [ | 1083 sources = [ |
| 1097 # TODO(jbudorick): Move tests here from other lists as Android support is | 1084 # TODO(jbudorick): Move tests here from other lists as Android support is |
| 1098 # implemented. See crbug.com/611756 | 1085 # implemented. See crbug.com/611756 |
| 1099 ] | 1086 ] |
| 1100 | 1087 |
| 1101 configs += [ "//build/config:precompiled_headers" ] | 1088 configs += [ "//build/config:precompiled_headers" ] |
| 1102 | 1089 |
| 1103 deps = [ | 1090 deps = [ |
| 1104 ":browser_tests_runner", | 1091 ":browser_tests_runner", |
| 1105 ":repack_pseudo_locales", | |
| 1106 ":test_support", | 1092 ":test_support", |
| 1107 "//base", | 1093 "//base", |
| 1108 "//components/spellcheck:build_features", | 1094 "//components/spellcheck:build_features", |
| 1109 "//components/sync:test_support_model", | 1095 "//components/sync:test_support_model", |
| 1110 "//extensions/features", | 1096 "//extensions/features", |
| 1111 "//media:media_features", | 1097 "//media:media_features", |
| 1112 "//ppapi/features", | 1098 "//ppapi/features", |
| 1113 "//printing/features", | 1099 "//printing/features", |
| 1114 "//rlz/features", | 1100 "//rlz/features", |
| 1115 "//third_party/WebKit/public:features", | 1101 "//third_party/WebKit/public:features", |
| (...skipping 572 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1688 "../browser/ui/test/test_browser_dialog.cc", | 1674 "../browser/ui/test/test_browser_dialog.cc", |
| 1689 "../browser/ui/test/test_browser_dialog.h", | 1675 "../browser/ui/test/test_browser_dialog.h", |
| 1690 "../browser/ui/toolbar/browser_actions_bar_browsertest.cc", | 1676 "../browser/ui/toolbar/browser_actions_bar_browsertest.cc", |
| 1691 "../browser/ui/toolbar/browser_actions_bar_browsertest.h", | 1677 "../browser/ui/toolbar/browser_actions_bar_browsertest.h", |
| 1692 "../browser/ui/toolbar/component_toolbar_actions_browsertest.cc", | 1678 "../browser/ui/toolbar/component_toolbar_actions_browsertest.cc", |
| 1693 "../browser/ui/toolbar/mock_component_toolbar_actions_factory.cc", | 1679 "../browser/ui/toolbar/mock_component_toolbar_actions_factory.cc", |
| 1694 "../browser/ui/toolbar/mock_component_toolbar_actions_factory.h", | 1680 "../browser/ui/toolbar/mock_component_toolbar_actions_factory.h", |
| 1695 "../browser/ui/update_chrome_dialog_browsertest.cc", | 1681 "../browser/ui/update_chrome_dialog_browsertest.cc", |
| 1696 "../browser/ui/views/chrome_cleaner_dialog_browsertest_win.cc", | 1682 "../browser/ui/views/chrome_cleaner_dialog_browsertest_win.cc", |
| 1697 "../browser/ui/views/hung_renderer_view_browsertest.cc", | 1683 "../browser/ui/views/hung_renderer_view_browsertest.cc", |
| 1698 "../browser/ui/webui/bidi_checker_web_ui_test.cc", | |
| 1699 "../browser/ui/webui/bidi_checker_web_ui_test.h", | |
| 1700 "../browser/ui/webui/bookmarks_ui_browsertest.cc", | 1684 "../browser/ui/webui/bookmarks_ui_browsertest.cc", |
| 1701 "../browser/ui/webui/chrome_url_data_manager_browsertest.cc", | 1685 "../browser/ui/webui/chrome_url_data_manager_browsertest.cc", |
| 1702 "../browser/ui/webui/chromeos/bluetooth_pairing_ui_browsertest-inl.h", | 1686 "../browser/ui/webui/chromeos/bluetooth_pairing_ui_browsertest-inl.h", |
| 1703 "../browser/ui/webui/constrained_web_dialog_ui_browsertest.cc", | 1687 "../browser/ui/webui/constrained_web_dialog_ui_browsertest.cc", |
| 1704 "../browser/ui/webui/extensions/extension_settings_browsertest.cc", | 1688 "../browser/ui/webui/extensions/extension_settings_browsertest.cc", |
| 1705 "../browser/ui/webui/extensions/extension_settings_browsertest.h", | 1689 "../browser/ui/webui/extensions/extension_settings_browsertest.h", |
| 1706 "../browser/ui/webui/identity_internals_ui_browsertest.cc", | 1690 "../browser/ui/webui/identity_internals_ui_browsertest.cc", |
| 1707 "../browser/ui/webui/identity_internals_ui_browsertest.h", | 1691 "../browser/ui/webui/identity_internals_ui_browsertest.h", |
| 1708 "../browser/ui/webui/inspect_ui_browsertest.cc", | 1692 "../browser/ui/webui/inspect_ui_browsertest.cc", |
| 1709 "../browser/ui/webui/interstitials/interstitial_ui_browsertest.cc", | 1693 "../browser/ui/webui/interstitials/interstitial_ui_browsertest.cc", |
| (...skipping 3417 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5127 } | 5111 } |
| 5128 | 5112 |
| 5129 if (is_win) { | 5113 if (is_win) { |
| 5130 loadable_module("conflicts_dll") { | 5114 loadable_module("conflicts_dll") { |
| 5131 testonly = true | 5115 testonly = true |
| 5132 sources = [ | 5116 sources = [ |
| 5133 "conflicts/conflicts_dll.cc", | 5117 "conflicts/conflicts_dll.cc", |
| 5134 ] | 5118 ] |
| 5135 } | 5119 } |
| 5136 } | 5120 } |
| OLD | NEW |