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

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

Issue 2789433006: Implement request mobile site. (Closed)
Patch Set: Fix failing eg tests on iPad. Created 3 years, 8 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
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 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 "data/http_server_files/destination.html", 73 "data/http_server_files/destination.html",
74 "data/http_server_files/fullscreen.html", 74 "data/http_server_files/fullscreen.html",
75 "data/http_server_files/history.html", 75 "data/http_server_files/history.html",
76 "data/http_server_files/history.js", 76 "data/http_server_files/history.js",
77 "data/http_server_files/history_go.html", 77 "data/http_server_files/history_go.html",
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",
84 "data/http_server_files/single_page_wide.pdf", 83 "data/http_server_files/single_page_wide.pdf",
85 "data/http_server_files/state_operations.html", 84 "data/http_server_files/state_operations.html",
86 "data/http_server_files/state_operations.js", 85 "data/http_server_files/state_operations.js",
87 "data/http_server_files/testpage.pdf", 86 "data/http_server_files/testpage.pdf",
88 "data/http_server_files/two_pages.pdf", 87 "data/http_server_files/two_pages.pdf",
88 "data/http_server_files/user_agent_test_page.html",
89 "data/http_server_files/window_close.html", 89 "data/http_server_files/window_close.html",
90 "data/http_server_files/window_location.html", 90 "data/http_server_files/window_location.html",
91 "data/http_server_files/window_location.js", 91 "data/http_server_files/window_location.js",
92 "data/http_server_files/window_open.html", 92 "data/http_server_files/window_open.html",
93 "data/http_server_files/window_proxy.html", 93 "data/http_server_files/window_proxy.html",
94 ] 94 ]
95 outputs = [ 95 outputs = [
96 "{{bundle_resources_dir}}/" + 96 "{{bundle_resources_dir}}/" +
97 "{{source_root_relative_dir}}/{{source_file_part}}", 97 "{{source_root_relative_dir}}/{{source_file_part}}",
98 ] 98 ]
99 } 99 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698