| 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 3019 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3030 "../browser/resources/print_preview/data/measurement_system.js", | 3030 "../browser/resources/print_preview/data/measurement_system.js", |
| 3031 "../browser/resources/print_preview/print_preview_utils.js", | 3031 "../browser/resources/print_preview/print_preview_utils.js", |
| 3032 "../renderer/resources/extensions/notifications_custom_bindings.js", | 3032 "../renderer/resources/extensions/notifications_custom_bindings.js", |
| 3033 "../renderer/resources/extensions/notifications_test_util.js", | 3033 "../renderer/resources/extensions/notifications_test_util.js", |
| 3034 "//ui/webui/resources/js/cr.js", | 3034 "//ui/webui/resources/js/cr.js", |
| 3035 ] | 3035 ] |
| 3036 if (is_chromeos) { | 3036 if (is_chromeos) { |
| 3037 sources += [ | 3037 sources += [ |
| 3038 "../browser/resources/chromeos/braille_ime/braille_ime_unittest.gtestjs", | 3038 "../browser/resources/chromeos/braille_ime/braille_ime_unittest.gtestjs", |
| 3039 "../browser/resources/chromeos/select_to_speak/select_to_speak_unittest.gt
estjs", | 3039 "../browser/resources/chromeos/select_to_speak/select_to_speak_unittest.gt
estjs", |
| 3040 "../browser/resources/chromeos/switch_access/switch_access_unittest.gtestj
s", |
| 3040 ] | 3041 ] |
| 3041 extra_js_files += [ | 3042 extra_js_files += [ |
| 3042 "../browser/resources/chromeos/braille_ime/braille_ime.js", | 3043 "../browser/resources/chromeos/braille_ime/braille_ime.js", |
| 3043 "../browser/resources/chromeos/select_to_speak/select_to_speak.js", | 3044 "../browser/resources/chromeos/select_to_speak/select_to_speak.js", |
| 3044 "../browser/resources/chromeos/select_to_speak/test_support.js", | 3045 "../browser/resources/chromeos/select_to_speak/test_support.js", |
| 3046 "../browser/resources/chromeos/switch_access/switch_access.js", |
| 3047 "../browser/resources/chromeos/switch_access/test_support.js", |
| 3048 "../browser/resources/chromeos/switch_access/testable_switch_access.js", |
| 3045 ] | 3049 ] |
| 3046 } | 3050 } |
| 3047 } | 3051 } |
| 3048 | 3052 |
| 3049 test("unit_tests") { | 3053 test("unit_tests") { |
| 3050 sources = [ | 3054 sources = [ |
| 3051 # histograms.xml is analyzed by AboutFlagsHistogramTest, so this | 3055 # histograms.xml is analyzed by AboutFlagsHistogramTest, so this |
| 3052 # dependency is needed to make commit bots run unit_tests on | 3056 # dependency is needed to make commit bots run unit_tests on |
| 3053 # histograms.xml changes. | 3057 # histograms.xml changes. |
| 3054 "../../tools/metrics/histograms/histograms.xml", | 3058 "../../tools/metrics/histograms/histograms.xml", |
| (...skipping 2128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5183 } | 5187 } |
| 5184 | 5188 |
| 5185 if (is_win) { | 5189 if (is_win) { |
| 5186 loadable_module("conflicts_dll") { | 5190 loadable_module("conflicts_dll") { |
| 5187 testonly = true | 5191 testonly = true |
| 5188 sources = [ | 5192 sources = [ |
| 5189 "conflicts/conflicts_dll.cc", | 5193 "conflicts/conflicts_dll.cc", |
| 5190 ] | 5194 ] |
| 5191 } | 5195 } |
| 5192 } | 5196 } |
| OLD | NEW |