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

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

Issue 2605223002: Created test for no-op history state operations. (Closed)
Patch Set: eugene's comments 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 560 matching lines...) Expand 10 before | Expand all | Expand 10 after
571 "//ios/web/test:packed_resources", 571 "//ios/web/test:packed_resources",
572 "//ios/web/test:resources", 572 "//ios/web/test:resources",
573 "//mojo/edk/system", 573 "//mojo/edk/system",
574 "//net:test_support", 574 "//net:test_support",
575 "//services/service_manager/public/cpp", 575 "//services/service_manager/public/cpp",
576 "//testing/gtest", 576 "//testing/gtest",
577 "//ui/base:test_support", 577 "//ui/base:test_support",
578 ] 578 ]
579 sources = [ 579 sources = [
580 "browser_state_web_view_partition_inttest.mm", 580 "browser_state_web_view_partition_inttest.mm",
581 "navigation/history_state_operations_inttest.mm",
581 "navigation/window_location_inttest.mm", 582 "navigation/window_location_inttest.mm",
582 "public/test/http_server_inttest.mm", 583 "public/test/http_server_inttest.mm",
583 "test/run_all_unittests.cc", 584 "test/run_all_unittests.cc",
584 "webui/web_ui_mojo_inttest.mm", 585 "webui/web_ui_mojo_inttest.mm",
585 ] 586 ]
586 587
587 assert_no_deps = ios_assert_no_deps 588 assert_no_deps = ios_assert_no_deps
588 } 589 }
589 590
590 js_compile_bundle("web_ui_bundle") { 591 js_compile_bundle("web_ui_bundle") {
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
630 } 631 }
631 632
632 grit("resources") { 633 grit("resources") {
633 source = "ios_web_resources.grd" 634 source = "ios_web_resources.grd"
634 use_qualified_include = true 635 use_qualified_include = true
635 outputs = [ 636 outputs = [
636 "grit/ios_web_resources.h", 637 "grit/ios_web_resources.h",
637 "ios_web_resources.pak", 638 "ios_web_resources.pak",
638 ] 639 ]
639 } 640 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698