| 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 472 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 483 "//components/payments/core", | 483 "//components/payments/core", |
| 484 "//components/url_formatter", | 484 "//components/url_formatter", |
| 485 "//ios/net", | 485 "//ios/net", |
| 486 "//ios/testing:ios_test_support", | 486 "//ios/testing:ios_test_support", |
| 487 "//ios/testing:ocmock_support", | 487 "//ios/testing:ocmock_support", |
| 488 "//ios/web/public/test", | 488 "//ios/web/public/test", |
| 489 "//ios/web/public/test/fakes", | 489 "//ios/web/public/test/fakes", |
| 490 "//ios/web/test:mojo_bindings", | 490 "//ios/web/test:mojo_bindings", |
| 491 "//ios/web/test:test_constants", | 491 "//ios/web/test:test_constants", |
| 492 "//ios/web/test:test_support", | 492 "//ios/web/test:test_support", |
| 493 "//ios/web/test/fakes", |
| 493 "//net:test_support", | 494 "//net:test_support", |
| 494 "//services/service_manager/public/cpp", | 495 "//services/service_manager/public/cpp", |
| 495 "//testing/gmock", | 496 "//testing/gmock", |
| 496 "//testing/gtest", | 497 "//testing/gtest", |
| 497 "//third_party/ocmock", | 498 "//third_party/ocmock", |
| 498 "//ui/base:test_support", | 499 "//ui/base:test_support", |
| 499 ] | 500 ] |
| 500 | 501 |
| 501 sources = [ | 502 sources = [ |
| 502 "navigation/crw_navigation_item_storage_unittest.mm", | 503 "navigation/crw_navigation_item_storage_unittest.mm", |
| (...skipping 360 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 863 "ios_web_resources.pak", | 864 "ios_web_resources.pak", |
| 864 ] | 865 ] |
| 865 grit_flags = [ | 866 grit_flags = [ |
| 866 "-E", | 867 "-E", |
| 867 "root_gen_dir=" + rebase_path(root_gen_dir, root_build_dir), | 868 "root_gen_dir=" + rebase_path(root_gen_dir, root_build_dir), |
| 868 ] | 869 ] |
| 869 deps = [ | 870 deps = [ |
| 870 "//mojo/public/js:bindings", | 871 "//mojo/public/js:bindings", |
| 871 ] | 872 ] |
| 872 } | 873 } |
| OLD | NEW |