| OLD | NEW |
| 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 611 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 622 "//ios/web/public/test/fakes", | 622 "//ios/web/public/test/fakes", |
| 623 "//ios/web/test:mojo_bindings", | 623 "//ios/web/test:mojo_bindings", |
| 624 "//ios/web/test:test_constants", | 624 "//ios/web/test:test_constants", |
| 625 "//ios/web/test:test_support", | 625 "//ios/web/test:test_support", |
| 626 "//net:test_support", | 626 "//net:test_support", |
| 627 "//services/service_manager/public/cpp", | 627 "//services/service_manager/public/cpp", |
| 628 "//testing/gmock", | 628 "//testing/gmock", |
| 629 "//testing/gtest", | 629 "//testing/gtest", |
| 630 "//third_party/ocmock", | 630 "//third_party/ocmock", |
| 631 "//ui/base:test_support", | 631 "//ui/base:test_support", |
| 632 "//ui/gfx:test_support", |
| 632 ] | 633 ] |
| 633 | 634 |
| 634 sources = [ | 635 sources = [ |
| 635 "web_state/context_menu_params_utils_unittest.mm", | 636 "web_state/context_menu_params_utils_unittest.mm", |
| 636 "web_state/crw_pass_kit_downloader_unittest.mm", | 637 "web_state/crw_pass_kit_downloader_unittest.mm", |
| 637 "web_state/error_translation_util_unittest.mm", | 638 "web_state/error_translation_util_unittest.mm", |
| 638 "web_state/navigation_context_impl_unittest.mm", | 639 "web_state/navigation_context_impl_unittest.mm", |
| 639 "web_state/page_display_state_unittest.mm", | 640 "web_state/page_display_state_unittest.mm", |
| 640 "web_state/web_state_delegate_bridge_unittest.mm", | 641 "web_state/web_state_delegate_bridge_unittest.mm", |
| 641 "web_state/web_state_impl_unittest.mm", | 642 "web_state/web_state_impl_unittest.mm", |
| (...skipping 222 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 864 "ios_web_resources.pak", | 865 "ios_web_resources.pak", |
| 865 ] | 866 ] |
| 866 grit_flags = [ | 867 grit_flags = [ |
| 867 "-E", | 868 "-E", |
| 868 "root_gen_dir=" + rebase_path(root_gen_dir, root_build_dir), | 869 "root_gen_dir=" + rebase_path(root_gen_dir, root_build_dir), |
| 869 ] | 870 ] |
| 870 deps = [ | 871 deps = [ |
| 871 "//mojo/public/js:bindings", | 872 "//mojo/public/js:bindings", |
| 872 ] | 873 ] |
| 873 } | 874 } |
| OLD | NEW |