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

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

Issue 1914723002: Update ios/web/BUILD.gn to have latest web test_support. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
« no previous file with comments | « no previous file | no next file » | 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("//testing/test.gni") 5 import("//testing/test.gni")
6 import("//ios/web/js_compile.gni") 6 import("//ios/web/js_compile.gni")
7 7
8 source_set("web") { 8 source_set("web") {
9 deps = [ 9 deps = [
10 ":core", 10 ":core",
(...skipping 266 matching lines...) Expand 10 before | Expand all | Expand 10 after
277 "public/user_agent.h", 277 "public/user_agent.h",
278 "public/user_agent.mm", 278 "public/user_agent.mm",
279 ] 279 ]
280 } 280 }
281 281
282 source_set("test_support") { 282 source_set("test_support") {
283 testonly = true 283 testonly = true
284 284
285 deps = [ 285 deps = [
286 ":web", 286 ":web",
287 "//base/test:test_support",
287 "//ios/testing:ocmock_support", 288 "//ios/testing:ocmock_support",
288 "//ios/third_party/gcdwebserver", 289 "//ios/third_party/gcdwebserver",
290 "//net:test_support",
289 "//testing/gmock", 291 "//testing/gmock",
290 "//testing/gtest", 292 "//testing/gtest",
291 "//third_party/ocmock", 293 "//third_party/ocmock",
292 ] 294 ]
293 295
294 sources = [ 296 sources = [
295 "public/test/crw_test_js_injection_receiver.h", 297 "public/test/crw_test_js_injection_receiver.h",
296 "public/test/crw_test_js_injection_receiver.mm", 298 "public/test/crw_test_js_injection_receiver.mm",
297 "public/test/http_server.h", 299 "public/test/http_server.h",
298 "public/test/http_server.mm", 300 "public/test/http_server.mm",
299 "public/test/js_test_util.h", 301 "public/test/js_test_util.h",
300 "public/test/js_test_util.mm", 302 "public/test/js_test_util.mm",
301 "public/test/response_providers/data_response_provider.h", 303 "public/test/response_providers/data_response_provider.h",
302 "public/test/response_providers/data_response_provider.mm", 304 "public/test/response_providers/data_response_provider.mm",
303 "public/test/response_providers/file_based_response_provider.h", 305 "public/test/response_providers/file_based_response_provider.h",
304 "public/test/response_providers/file_based_response_provider.mm", 306 "public/test/response_providers/file_based_response_provider.mm",
305 "public/test/response_providers/file_based_response_provider_impl.h", 307 "public/test/response_providers/file_based_response_provider_impl.h",
306 "public/test/response_providers/file_based_response_provider_impl.mm", 308 "public/test/response_providers/file_based_response_provider_impl.mm",
309 "public/test/response_providers/html_response_provider.h",
310 "public/test/response_providers/html_response_provider.mm",
311 "public/test/response_providers/html_response_provider_impl.h",
312 "public/test/response_providers/html_response_provider_impl.mm",
307 "public/test/response_providers/response_provider.h", 313 "public/test/response_providers/response_provider.h",
308 "public/test/response_providers/response_provider.mm", 314 "public/test/response_providers/response_provider.mm",
309 "public/test/response_providers/string_response_provider.h", 315 "public/test/response_providers/string_response_provider.h",
310 "public/test/response_providers/string_response_provider.mm", 316 "public/test/response_providers/string_response_provider.mm",
311 "public/test/scoped_testing_web_client.h", 317 "public/test/scoped_testing_web_client.h",
312 "public/test/scoped_testing_web_client.mm", 318 "public/test/scoped_testing_web_client.mm",
313 "public/test/test_browser_state.cc", 319 "public/test/test_browser_state.cc",
314 "public/test/test_browser_state.h", 320 "public/test/test_browser_state.h",
315 "public/test/test_web_client.h", 321 "public/test/test_web_client.h",
316 "public/test/test_web_client.mm", 322 "public/test/test_web_client.mm",
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
469 ":web_bundle", 475 ":web_bundle",
470 ":web_ui_bundle", 476 ":web_ui_bundle",
471 ] 477 ]
472 478
473 sources = [ 479 sources = [
474 "web_state/js/resources/plugin_placeholder.js", 480 "web_state/js/resources/plugin_placeholder.js",
475 "web_state/js/resources/post_request.js", 481 "web_state/js/resources/post_request.js",
476 "web_state/js/resources/window_id.js", 482 "web_state/js/resources/window_id.js",
477 ] 483 ]
478 } 484 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698