| 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 922 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 933 ] | 933 ] |
| 934 } | 934 } |
| 935 } | 935 } |
| 936 | 936 |
| 937 js2gtest("interactive_ui_tests_js_webui") { | 937 js2gtest("interactive_ui_tests_js_webui") { |
| 938 test_type = "webui" | 938 test_type = "webui" |
| 939 | 939 |
| 940 sources = [ | 940 sources = [ |
| 941 "data/webui/cr_elements/cr_elements_focus_test.js", | 941 "data/webui/cr_elements/cr_elements_focus_test.js", |
| 942 "data/webui/md_history/md_history_focus_test.js", | 942 "data/webui/md_history/md_history_focus_test.js", |
| 943 "data/webui/settings/cr_settings_interactive_ui_tests.js", |
| 943 ] | 944 ] |
| 944 | 945 |
| 945 gen_include_files = [ | 946 gen_include_files = [ |
| 946 "data/webui/polymer_browser_test_base.js", | 947 "data/webui/polymer_browser_test_base.js", |
| 947 "data/webui/polymer_interactive_ui_test.js", | 948 "data/webui/polymer_interactive_ui_test.js", |
| 948 ] | 949 ] |
| 949 | 950 |
| 950 deps = [ | 951 deps = [ |
| 951 "//chrome/browser/ui", | 952 "//chrome/browser/ui", |
| 952 ] | 953 ] |
| (...skipping 4246 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5199 } | 5200 } |
| 5200 | 5201 |
| 5201 if (is_win) { | 5202 if (is_win) { |
| 5202 loadable_module("conflicts_dll") { | 5203 loadable_module("conflicts_dll") { |
| 5203 testonly = true | 5204 testonly = true |
| 5204 sources = [ | 5205 sources = [ |
| 5205 "conflicts/conflicts_dll.cc", | 5206 "conflicts/conflicts_dll.cc", |
| 5206 ] | 5207 ] |
| 5207 } | 5208 } |
| 5208 } | 5209 } |
| OLD | NEW |