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

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

Issue 2614443004: [ios] Moved all web mocks to ios/web/public/test/fakes. (Closed)
Patch Set: Moved test_redirect_observer back Created 3 years, 11 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("//ios/web/js_compile.gni") 6 import("//ios/web/js_compile.gni")
7 import("//testing/test.gni") 7 import("//testing/test.gni")
8 import("//tools/grit/grit_rule.gni") 8 import("//tools/grit/grit_rule.gni")
9 9
10 group("all_tests") { 10 group("all_tests") {
(...skipping 361 matching lines...) Expand 10 before | Expand all | Expand 10 after
372 "//ios/web/public/image_fetcher", 372 "//ios/web/public/image_fetcher",
373 "//ios/web/test:mojo_bindings", 373 "//ios/web/test:mojo_bindings",
374 "//net:test_support", 374 "//net:test_support",
375 "//testing/gmock", 375 "//testing/gmock",
376 "//testing/gtest", 376 "//testing/gtest",
377 "//third_party/ocmock", 377 "//third_party/ocmock",
378 "//ui/base", 378 "//ui/base",
379 ] 379 ]
380 380
381 sources = [ 381 sources = [
382 "public/test/crw_test_js_injection_receiver.h", 382 "public/test/fakes/crw_test_js_injection_receiver.h",
383 "public/test/crw_test_js_injection_receiver.mm", 383 "public/test/fakes/crw_test_js_injection_receiver.mm",
384 "public/test/fakes/test_browser_state.cc",
385 "public/test/fakes/test_browser_state.h",
386 "public/test/fakes/test_native_content.h",
387 "public/test/fakes/test_native_content.mm",
388 "public/test/fakes/test_native_content_provider.h",
389 "public/test/fakes/test_native_content_provider.mm",
390 "public/test/fakes/test_navigation_manager.h",
391 "public/test/fakes/test_navigation_manager.mm",
392 "public/test/fakes/test_web_client.h",
393 "public/test/fakes/test_web_client.mm",
394 "public/test/fakes/test_web_state.h",
395 "public/test/fakes/test_web_state.mm",
396 "public/test/fakes/test_web_view_content_view.h",
397 "public/test/fakes/test_web_view_content_view.mm",
384 "public/test/http_server.h", 398 "public/test/http_server.h",
385 "public/test/http_server.mm", 399 "public/test/http_server.mm",
386 "public/test/http_server_util.h", 400 "public/test/http_server_util.h",
387 "public/test/http_server_util.mm", 401 "public/test/http_server_util.mm",
388 "public/test/js_test_util.h", 402 "public/test/js_test_util.h",
389 "public/test/js_test_util.mm", 403 "public/test/js_test_util.mm",
390 "public/test/mock_image_data_fetcher.h", 404 "public/test/mock_image_data_fetcher.h",
391 "public/test/mock_image_data_fetcher.mm", 405 "public/test/mock_image_data_fetcher.mm",
392 "public/test/native_controller_test_util.h", 406 "public/test/native_controller_test_util.h",
393 "public/test/native_controller_test_util.mm", 407 "public/test/native_controller_test_util.mm",
(...skipping 12 matching lines...) Expand all
406 "public/test/response_providers/html_response_provider.h", 420 "public/test/response_providers/html_response_provider.h",
407 "public/test/response_providers/html_response_provider.mm", 421 "public/test/response_providers/html_response_provider.mm",
408 "public/test/response_providers/html_response_provider_impl.h", 422 "public/test/response_providers/html_response_provider_impl.h",
409 "public/test/response_providers/html_response_provider_impl.mm", 423 "public/test/response_providers/html_response_provider_impl.mm",
410 "public/test/response_providers/response_provider.h", 424 "public/test/response_providers/response_provider.h",
411 "public/test/response_providers/response_provider.mm", 425 "public/test/response_providers/response_provider.mm",
412 "public/test/response_providers/string_response_provider.h", 426 "public/test/response_providers/string_response_provider.h",
413 "public/test/response_providers/string_response_provider.mm", 427 "public/test/response_providers/string_response_provider.mm",
414 "public/test/scoped_testing_web_client.h", 428 "public/test/scoped_testing_web_client.h",
415 "public/test/scoped_testing_web_client.mm", 429 "public/test/scoped_testing_web_client.mm",
416 "public/test/test_browser_state.cc",
417 "public/test/test_browser_state.h",
418 "public/test/test_native_content.h",
419 "public/test/test_native_content.mm",
420 "public/test/test_native_content_provider.h",
421 "public/test/test_native_content_provider.mm",
422 "public/test/test_navigation_manager.h",
423 "public/test/test_navigation_manager.mm",
424 "public/test/test_redirect_observer.h", 430 "public/test/test_redirect_observer.h",
425 "public/test/test_redirect_observer.mm", 431 "public/test/test_redirect_observer.mm",
426 "public/test/test_web_client.h",
427 "public/test/test_web_client.mm",
428 "public/test/test_web_state.h",
429 "public/test/test_web_state.mm",
430 "public/test/test_web_thread.h", 432 "public/test/test_web_thread.h",
431 "public/test/test_web_thread_bundle.h", 433 "public/test/test_web_thread_bundle.h",
432 "public/test/test_web_view_content_view.h",
433 "public/test/test_web_view_content_view.mm",
434 "public/test/web_js_test.h", 434 "public/test/web_js_test.h",
435 "public/test/web_test.h", 435 "public/test/web_test.h",
436 "public/test/web_test.mm", 436 "public/test/web_test.mm",
437 "public/test/web_test_suite.h", 437 "public/test/web_test_suite.h",
438 "public/test/web_test_with_web_state.h", 438 "public/test/web_test_with_web_state.h",
439 "public/test/web_test_with_web_state.mm", 439 "public/test/web_test_with_web_state.mm",
440 "public/test/web_view_interaction_test_util.h", 440 "public/test/web_view_interaction_test_util.h",
441 "public/test/web_view_interaction_test_util.mm", 441 "public/test/web_view_interaction_test_util.mm",
442 "test/crw_fake_web_controller_observer.h", 442 "test/crw_fake_web_controller_observer.h",
443 "test/crw_fake_web_controller_observer.mm", 443 "test/crw_fake_web_controller_observer.mm",
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
626 } 626 }
627 627
628 grit("resources") { 628 grit("resources") {
629 source = "ios_web_resources.grd" 629 source = "ios_web_resources.grd"
630 use_qualified_include = true 630 use_qualified_include = true
631 outputs = [ 631 outputs = [
632 "grit/ios_web_resources.h", 632 "grit/ios_web_resources.h",
633 "ios_web_resources.pak", 633 "ios_web_resources.pak",
634 ] 634 ]
635 } 635 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698