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/crypto.gni") | 5 import("//build/config/crypto.gni") |
6 import("//build/config/features.gni") | 6 import("//build/config/features.gni") |
7 import("//build/config/ui.gni") | 7 import("//build/config/ui.gni") |
8 import("//build/module_args/v8.gni") | 8 import("//build/module_args/v8.gni") |
9 import("//testing/test.gni") | 9 import("//testing/test.gni") |
10 | 10 |
(...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
208 "//base", | 208 "//base", |
209 "//chrome:resources", | 209 "//chrome:resources", |
210 "//chrome:strings", | 210 "//chrome:strings", |
211 "//chrome/browser", | 211 "//chrome/browser", |
212 "//chrome/common", | 212 "//chrome/common", |
213 "//mojo/environment:chromium", | 213 "//mojo/environment:chromium", |
214 "//third_party/mojo/src/mojo/edk/system", | 214 "//third_party/mojo/src/mojo/edk/system", |
215 ] | 215 ] |
216 } | 216 } |
217 | 217 |
218 if (!is_android && (!is_win || link_chrome_on_windows)) { | 218 if (!is_android) { |
219 import("//chrome/chrome_tests.gni") | 219 import("//chrome/chrome_tests.gni") |
220 | 220 |
221 test("interactive_ui_tests") { | 221 test("interactive_ui_tests") { |
222 sources = | 222 sources = |
223 rebase_path(chrome_tests_gypi_values.chrome_interactive_ui_test_sources, | 223 rebase_path(chrome_tests_gypi_values.chrome_interactive_ui_test_sources, |
224 ".", | 224 ".", |
225 "//chrome") | 225 "//chrome") |
226 | 226 |
227 defines = [ "HAS_OUT_OF_PROC_TEST_RUNNER" ] | 227 defines = [ "HAS_OUT_OF_PROC_TEST_RUNNER" ] |
228 ldflags = [] | 228 ldflags = [] |
(...skipping 1451 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1680 } | 1680 } |
1681 if (use_ozone) { | 1681 if (use_ozone) { |
1682 # crbug.com/354036 | 1682 # crbug.com/354036 |
1683 sources -= [ "../browser/chromeos/events/event_rewriter_unittest.cc" ] | 1683 sources -= [ "../browser/chromeos/events/event_rewriter_unittest.cc" ] |
1684 } | 1684 } |
1685 if (!enable_plugin_installation) { | 1685 if (!enable_plugin_installation) { |
1686 sources -= [ "../browser/plugins/plugin_installer_unittest.cc" ] | 1686 sources -= [ "../browser/plugins/plugin_installer_unittest.cc" ] |
1687 } | 1687 } |
1688 } | 1688 } |
1689 } | 1689 } |
OLD | NEW |