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 source_set("web_arc") { | 10 source_set("web_arc") { |
(...skipping 533 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
544 ] | 544 ] |
545 | 545 |
546 assert_no_deps = ios_assert_no_deps | 546 assert_no_deps = ios_assert_no_deps |
547 } | 547 } |
548 | 548 |
549 test("ios_web_inttests") { | 549 test("ios_web_inttests") { |
550 deps = [ | 550 deps = [ |
551 ":test_support", | 551 ":test_support", |
552 ":web", | 552 ":web", |
553 "//base/test:test_support", | 553 "//base/test:test_support", |
554 "//ios/public/provider/web", | |
555 "//ios/web/test:mojo_bindings", | 554 "//ios/web/test:mojo_bindings", |
556 "//ios/web/test:packed_resources", | 555 "//ios/web/test:packed_resources", |
557 "//ios/web/test:resources", | 556 "//ios/web/test:resources", |
558 "//mojo/edk/system", | 557 "//mojo/edk/system", |
559 "//net:test_support", | 558 "//net:test_support", |
560 "//services/service_manager/public/cpp", | 559 "//services/service_manager/public/cpp", |
561 "//testing/gtest", | 560 "//testing/gtest", |
562 "//ui/base:test_support", | 561 "//ui/base:test_support", |
563 ] | 562 ] |
564 sources = [ | 563 sources = [ |
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
615 } | 614 } |
616 | 615 |
617 grit("resources") { | 616 grit("resources") { |
618 source = "ios_web_resources.grd" | 617 source = "ios_web_resources.grd" |
619 use_qualified_include = true | 618 use_qualified_include = true |
620 outputs = [ | 619 outputs = [ |
621 "grit/ios_web_resources.h", | 620 "grit/ios_web_resources.h", |
622 "ios_web_resources.pak", | 621 "ios_web_resources.pak", |
623 ] | 622 ] |
624 } | 623 } |
OLD | NEW |