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

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

Issue 2599233002: Created test for window.location.assign. (Closed)
Patch Set: move shared code to WebIntTest 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
« no previous file with comments | « no previous file | ios/web/navigation/window_location_inttest.mm » ('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("//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 553 matching lines...) Expand 10 before | Expand all | Expand 10 after
564 ] 564 ]
565 565
566 assert_no_deps = ios_assert_no_deps 566 assert_no_deps = ios_assert_no_deps
567 } 567 }
568 568
569 test("ios_web_inttests") { 569 test("ios_web_inttests") {
570 deps = [ 570 deps = [
571 ":test_support", 571 ":test_support",
572 ":web", 572 ":web",
573 "//base/test:test_support", 573 "//base/test:test_support",
574 "//ios/testing:http_server_bundle_data",
574 "//ios/web/test:mojo_bindings", 575 "//ios/web/test:mojo_bindings",
575 "//ios/web/test:packed_resources", 576 "//ios/web/test:packed_resources",
576 "//ios/web/test:resources", 577 "//ios/web/test:resources",
577 "//mojo/edk/system", 578 "//mojo/edk/system",
578 "//net:test_support", 579 "//net:test_support",
579 "//services/service_manager/public/cpp", 580 "//services/service_manager/public/cpp",
580 "//testing/gtest", 581 "//testing/gtest",
581 "//ui/base:test_support", 582 "//ui/base:test_support",
582 ] 583 ]
583 sources = [ 584 sources = [
584 "browser_state_web_view_partition_inttest.mm", 585 "browser_state_web_view_partition_inttest.mm",
586 "navigation/window_location_inttest.mm",
585 "public/test/http_server_inttest.mm", 587 "public/test/http_server_inttest.mm",
586 "test/run_all_unittests.cc", 588 "test/run_all_unittests.cc",
587 "webui/web_ui_mojo_inttest.mm", 589 "webui/web_ui_mojo_inttest.mm",
588 ] 590 ]
589 591
590 assert_no_deps = ios_assert_no_deps 592 assert_no_deps = ios_assert_no_deps
591 } 593 }
592 594
593 js_compile_bundle("web_ui_bundle") { 595 js_compile_bundle("web_ui_bundle") {
594 visibility = [ ":js_resources" ] 596 visibility = [ ":js_resources" ]
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
633 } 635 }
634 636
635 grit("resources") { 637 grit("resources") {
636 source = "ios_web_resources.grd" 638 source = "ios_web_resources.grd"
637 use_qualified_include = true 639 use_qualified_include = true
638 outputs = [ 640 outputs = [
639 "grit/ios_web_resources.h", 641 "grit/ios_web_resources.h",
640 "ios_web_resources.pak", 642 "ios_web_resources.pak",
641 ] 643 ]
642 } 644 }
OLDNEW
« no previous file with comments | « no previous file | ios/web/navigation/window_location_inttest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698