Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(41)

Side by Side Diff: ios/testing/BUILD.gn

Issue 2577333002: Created file-based test pages for window.location tests. (Closed)
Patch Set: added functions Created 3 years, 12 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | ios/testing/data/http_server_files/window_location.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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 }
OLDNEW
« no previous file with comments | « no previous file | ios/testing/data/http_server_files/window_location.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698