| OLD | NEW |
| 1 # Copyright 2015 The Chromium Authors. All rights reserved. | 1 # Copyright 2015 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("//ios/build/config.gni") | 5 import("//ios/build/config.gni") |
| 6 import("//testing/test.gni") | 6 import("//testing/test.gni") |
| 7 | 7 |
| 8 group("all_tests") { | 8 group("all_tests") { |
| 9 testonly = true | 9 testonly = true |
| 10 deps = [ | 10 deps = [ |
| (...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 78 "data/http_server_files/history_go.js", | 78 "data/http_server_files/history_go.js", |
| 79 "data/http_server_files/memory_usage.html", | 79 "data/http_server_files/memory_usage.html", |
| 80 "data/http_server_files/multi_field_form.html", | 80 "data/http_server_files/multi_field_form.html", |
| 81 "data/http_server_files/pony.html", | 81 "data/http_server_files/pony.html", |
| 82 "data/http_server_files/redirect_refresh.html", | 82 "data/http_server_files/redirect_refresh.html", |
| 83 "data/http_server_files/request_desktop_test_page.html", | 83 "data/http_server_files/request_desktop_test_page.html", |
| 84 "data/http_server_files/single_page_wide.pdf", | 84 "data/http_server_files/single_page_wide.pdf", |
| 85 "data/http_server_files/testpage.pdf", | 85 "data/http_server_files/testpage.pdf", |
| 86 "data/http_server_files/two_pages.pdf", | 86 "data/http_server_files/two_pages.pdf", |
| 87 "data/http_server_files/window_close.html", | 87 "data/http_server_files/window_close.html", |
| 88 "data/http_server_files/window_location.html", |
| 89 "data/http_server_files/window_location.js", |
| 88 "data/http_server_files/window_open.html", | 90 "data/http_server_files/window_open.html", |
| 89 "data/http_server_files/window_proxy.html", | 91 "data/http_server_files/window_proxy.html", |
| 90 ] | 92 ] |
| 91 outputs = [ | 93 outputs = [ |
| 92 "{{bundle_resources_dir}}/" + | 94 "{{bundle_resources_dir}}/" + |
| 93 "{{source_root_relative_dir}}/{{source_file_part}}", | 95 "{{source_root_relative_dir}}/{{source_file_part}}", |
| 94 ] | 96 ] |
| 95 } | 97 } |
| OLD | NEW |