| 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") { |
| 11 deps = [ | 11 deps = [ |
| 12 ":core", | 12 ":core", |
| 13 ":js_resources", | 13 ":js_resources", |
| 14 ":resources", | 14 ":resources", |
| 15 ":user_agent", | 15 ":user_agent", |
| 16 "//base", | 16 "//base", |
| 17 "//components/url_formatter", | 17 "//components/url_formatter", |
| 18 "//ios/net", | 18 "//ios/net", |
| 19 "//ios/third_party/blink:html_tokenizer", | 19 "//ios/third_party/blink:html_tokenizer", |
| 20 "//mojo/public/cpp/system", | 20 "//mojo/public/cpp/system", |
| 21 "//mojo/public/js", | 21 "//mojo/public/js", |
| 22 "//net", | 22 "//net", |
| 23 "//services/shell/public/cpp", | 23 "//services/service_manager/public/cpp", |
| 24 "//ui/base", | 24 "//ui/base", |
| 25 "//ui/gfx", | 25 "//ui/gfx", |
| 26 "//ui/gfx/geometry:geometry", | 26 "//ui/gfx/geometry:geometry", |
| 27 "//ui/resources", | 27 "//ui/resources", |
| 28 "//url", | 28 "//url", |
| 29 ] | 29 ] |
| 30 | 30 |
| 31 sources = [ | 31 sources = [ |
| 32 "active_state_manager_impl.h", | 32 "active_state_manager_impl.h", |
| 33 "active_state_manager_impl.mm", | 33 "active_state_manager_impl.mm", |
| (...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 232 ":js_resources", | 232 ":js_resources", |
| 233 ":resources", | 233 ":resources", |
| 234 ":user_agent", | 234 ":user_agent", |
| 235 "//base", | 235 "//base", |
| 236 "//components/url_formatter", | 236 "//components/url_formatter", |
| 237 "//ios/net", | 237 "//ios/net", |
| 238 "//ios/third_party/blink:html_tokenizer", | 238 "//ios/third_party/blink:html_tokenizer", |
| 239 "//mojo/public/cpp/system", | 239 "//mojo/public/cpp/system", |
| 240 "//mojo/public/js", | 240 "//mojo/public/js", |
| 241 "//net", | 241 "//net", |
| 242 "//services/shell/public/cpp", | 242 "//services/service_manager/public/cpp", |
| 243 "//ui/base", | 243 "//ui/base", |
| 244 "//ui/gfx", | 244 "//ui/gfx", |
| 245 "//ui/gfx/geometry:geometry", | 245 "//ui/gfx/geometry:geometry", |
| 246 "//ui/resources", | 246 "//ui/resources", |
| 247 "//url", | 247 "//url", |
| 248 ] | 248 ] |
| 249 | 249 |
| 250 public_deps = [ | 250 public_deps = [ |
| 251 ":web_arc", | 251 ":web_arc", |
| 252 ] | 252 ] |
| (...skipping 212 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 465 ":ios_web_unittests_bundle_data", | 465 ":ios_web_unittests_bundle_data", |
| 466 ":run_all_unittests", | 466 ":run_all_unittests", |
| 467 ":test_support", | 467 ":test_support", |
| 468 ":web", | 468 ":web", |
| 469 "//base", | 469 "//base", |
| 470 "//base/test:test_support", | 470 "//base/test:test_support", |
| 471 "//ios/net", | 471 "//ios/net", |
| 472 "//ios/testing:ocmock_support", | 472 "//ios/testing:ocmock_support", |
| 473 "//ios/web/test:mojo_bindings", | 473 "//ios/web/test:mojo_bindings", |
| 474 "//net:test_support", | 474 "//net:test_support", |
| 475 "//services/shell/public/cpp", | 475 "//services/service_manager/public/cpp", |
| 476 "//testing/gmock", | 476 "//testing/gmock", |
| 477 "//testing/gtest", | 477 "//testing/gtest", |
| 478 "//third_party/ocmock", | 478 "//third_party/ocmock", |
| 479 "//ui/base:test_support", | 479 "//ui/base:test_support", |
| 480 ] | 480 ] |
| 481 | 481 |
| 482 sources = [ | 482 sources = [ |
| 483 "active_state_manager_impl_unittest.mm", | 483 "active_state_manager_impl_unittest.mm", |
| 484 "alloc_with_zone_interceptor_unittest.mm", | 484 "alloc_with_zone_interceptor_unittest.mm", |
| 485 "browser_state_unittest.cc", | 485 "browser_state_unittest.cc", |
| (...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 542 deps = [ | 542 deps = [ |
| 543 ":test_support", | 543 ":test_support", |
| 544 ":web", | 544 ":web", |
| 545 "//base/test:test_support", | 545 "//base/test:test_support", |
| 546 "//ios/public/provider/web", | 546 "//ios/public/provider/web", |
| 547 "//ios/web/test:mojo_bindings", | 547 "//ios/web/test:mojo_bindings", |
| 548 "//ios/web/test:packed_resources", | 548 "//ios/web/test:packed_resources", |
| 549 "//ios/web/test:resources", | 549 "//ios/web/test:resources", |
| 550 "//mojo/edk/system", | 550 "//mojo/edk/system", |
| 551 "//net:test_support", | 551 "//net:test_support", |
| 552 "//services/shell/public/cpp", | 552 "//services/service_manager/public/cpp", |
| 553 "//testing/gtest", | 553 "//testing/gtest", |
| 554 "//ui/base:test_support", | 554 "//ui/base:test_support", |
| 555 ] | 555 ] |
| 556 sources = [ | 556 sources = [ |
| 557 "browser_state_web_view_partition_inttest.mm", | 557 "browser_state_web_view_partition_inttest.mm", |
| 558 "public/test/http_server_inttest.mm", | 558 "public/test/http_server_inttest.mm", |
| 559 "test/run_all_unittests.cc", | 559 "test/run_all_unittests.cc", |
| 560 "webui/web_ui_mojo_inttest.mm", | 560 "webui/web_ui_mojo_inttest.mm", |
| 561 ] | 561 ] |
| 562 | 562 |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 607 } | 607 } |
| 608 | 608 |
| 609 grit("resources") { | 609 grit("resources") { |
| 610 source = "ios_web_resources.grd" | 610 source = "ios_web_resources.grd" |
| 611 use_qualified_include = true | 611 use_qualified_include = true |
| 612 outputs = [ | 612 outputs = [ |
| 613 "grit/ios_web_resources.h", | 613 "grit/ios_web_resources.h", |
| 614 "ios_web_resources.pak", | 614 "ios_web_resources.pak", |
| 615 ] | 615 ] |
| 616 } | 616 } |
| OLD | NEW |