| 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 3032 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3043 if (is_chromeos) { | 3043 if (is_chromeos) { |
| 3044 sources += [ | 3044 sources += [ |
| 3045 "../browser/resources/chromeos/braille_ime/braille_ime_unittest.gtestjs", | 3045 "../browser/resources/chromeos/braille_ime/braille_ime_unittest.gtestjs", |
| 3046 "../browser/resources/chromeos/select_to_speak/select_to_speak_unittest.gt
estjs", | 3046 "../browser/resources/chromeos/select_to_speak/select_to_speak_unittest.gt
estjs", |
| 3047 "../browser/resources/chromeos/switch_access/switch_access_unittest.gtestj
s", | 3047 "../browser/resources/chromeos/switch_access/switch_access_unittest.gtestj
s", |
| 3048 ] | 3048 ] |
| 3049 extra_js_files += [ | 3049 extra_js_files += [ |
| 3050 "../browser/resources/chromeos/braille_ime/braille_ime.js", | 3050 "../browser/resources/chromeos/braille_ime/braille_ime.js", |
| 3051 "../browser/resources/chromeos/select_to_speak/select_to_speak.js", | 3051 "../browser/resources/chromeos/select_to_speak/select_to_speak.js", |
| 3052 "../browser/resources/chromeos/select_to_speak/test_support.js", | 3052 "../browser/resources/chromeos/select_to_speak/test_support.js", |
| 3053 "../browser/resources/chromeos/switch_access/prefs.js", |
| 3053 "../browser/resources/chromeos/switch_access/switch_access.js", | 3054 "../browser/resources/chromeos/switch_access/switch_access.js", |
| 3054 "../browser/resources/chromeos/switch_access/test_support.js", | 3055 "../browser/resources/chromeos/switch_access/test_support.js", |
| 3055 "../browser/resources/chromeos/switch_access/testable_switch_access.js", | 3056 "../browser/resources/chromeos/switch_access/testable_switch_access.js", |
| 3056 ] | 3057 ] |
| 3057 } | 3058 } |
| 3058 } | 3059 } |
| 3059 | 3060 |
| 3060 test("unit_tests") { | 3061 test("unit_tests") { |
| 3061 sources = [ | 3062 sources = [ |
| 3062 # histograms.xml is analyzed by AboutFlagsHistogramTest, so this | 3063 # histograms.xml is analyzed by AboutFlagsHistogramTest, so this |
| (...skipping 2130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5193 } | 5194 } |
| 5194 | 5195 |
| 5195 if (is_win) { | 5196 if (is_win) { |
| 5196 loadable_module("conflicts_dll") { | 5197 loadable_module("conflicts_dll") { |
| 5197 testonly = true | 5198 testonly = true |
| 5198 sources = [ | 5199 sources = [ |
| 5199 "conflicts/conflicts_dll.cc", | 5200 "conflicts/conflicts_dll.cc", |
| 5200 ] | 5201 ] |
| 5201 } | 5202 } |
| 5202 } | 5203 } |
| OLD | NEW |