| 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 911 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 922 "//components/arc:arc_test_support", | 922 "//components/arc:arc_test_support", |
| 923 "//components/user_manager:test_support", | 923 "//components/user_manager:test_support", |
| 924 ] | 924 ] |
| 925 } | 925 } |
| 926 } | 926 } |
| 927 | 927 |
| 928 js2gtest("interactive_ui_tests_js_webui") { | 928 js2gtest("interactive_ui_tests_js_webui") { |
| 929 test_type = "webui" | 929 test_type = "webui" |
| 930 | 930 |
| 931 sources = [ | 931 sources = [ |
| 932 "data/webui/cr_elements/cr_elements_focus_test.js", |
| 932 "data/webui/md_history/md_history_focus_test.js", | 933 "data/webui/md_history/md_history_focus_test.js", |
| 933 ] | 934 ] |
| 934 | 935 |
| 936 gen_include_files = [ |
| 937 "data/webui/polymer_browser_test_base.js", |
| 938 "data/webui/polymer_interactive_ui_test.js", |
| 939 ] |
| 940 |
| 935 deps = [ | 941 deps = [ |
| 936 "//chrome/browser/ui", | 942 "//chrome/browser/ui", |
| 937 ] | 943 ] |
| 938 | 944 |
| 939 defines = [ "HAS_OUT_OF_PROC_TEST_RUNNER" ] | 945 defines = [ "HAS_OUT_OF_PROC_TEST_RUNNER" ] |
| 940 } | 946 } |
| 941 | 947 |
| 942 js2gtest("browser_tests_js_webui") { | 948 js2gtest("browser_tests_js_webui") { |
| 943 test_type = "webui" | 949 test_type = "webui" |
| 944 | 950 |
| (...skipping 4165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5110 } | 5116 } |
| 5111 | 5117 |
| 5112 if (is_win) { | 5118 if (is_win) { |
| 5113 loadable_module("conflicts_dll") { | 5119 loadable_module("conflicts_dll") { |
| 5114 testonly = true | 5120 testonly = true |
| 5115 sources = [ | 5121 sources = [ |
| 5116 "conflicts/conflicts_dll.cc", | 5122 "conflicts/conflicts_dll.cc", |
| 5117 ] | 5123 ] |
| 5118 } | 5124 } |
| 5119 } | 5125 } |
| OLD | NEW |