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

Side by Side Diff: chrome/test/BUILD.gn

Issue 2748853002: Added unit tests for switch_access.js. (Closed)
Patch Set: Responded to comments Created 3 years, 9 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/browser/resources/chromeos/switch_access/testable_switch_access.js ('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/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
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
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 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/chromeos/switch_access/testable_switch_access.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698