| 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("//testing/test.gni") | 5 import("//testing/test.gni") |
| 6 import("//ios/web/js_compile.gni") | 6 import("//ios/web/js_compile.gni") |
| 7 | 7 |
| 8 source_set("web") { | 8 source_set("web") { |
| 9 deps = [ | 9 deps = [ |
| 10 ":core", | 10 ":core", |
| (...skipping 212 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 223 "web_state/web_view_internal_creation_util.mm", | 223 "web_state/web_view_internal_creation_util.mm", |
| 224 "web_state/wk_web_view_security_util.h", | 224 "web_state/wk_web_view_security_util.h", |
| 225 "web_state/wk_web_view_security_util.mm", | 225 "web_state/wk_web_view_security_util.mm", |
| 226 "web_thread_impl.cc", | 226 "web_thread_impl.cc", |
| 227 "web_thread_impl.h", | 227 "web_thread_impl.h", |
| 228 "web_view_creation_util.mm", | 228 "web_view_creation_util.mm", |
| 229 "webui/crw_web_ui_manager.h", | 229 "webui/crw_web_ui_manager.h", |
| 230 "webui/crw_web_ui_manager.mm", | 230 "webui/crw_web_ui_manager.mm", |
| 231 "webui/crw_web_ui_page_builder.h", | 231 "webui/crw_web_ui_page_builder.h", |
| 232 "webui/crw_web_ui_page_builder.mm", | 232 "webui/crw_web_ui_page_builder.mm", |
| 233 "webui/mojo_facade.h", |
| 234 "webui/mojo_facade.mm", |
| 233 "webui/shared_resources_data_source_ios.h", | 235 "webui/shared_resources_data_source_ios.h", |
| 234 "webui/shared_resources_data_source_ios.mm", | 236 "webui/shared_resources_data_source_ios.mm", |
| 235 "webui/url_data_manager_ios.cc", | 237 "webui/url_data_manager_ios.cc", |
| 236 "webui/url_data_manager_ios.h", | 238 "webui/url_data_manager_ios.h", |
| 237 "webui/url_data_manager_ios_backend.h", | 239 "webui/url_data_manager_ios_backend.h", |
| 238 "webui/url_data_manager_ios_backend.mm", | 240 "webui/url_data_manager_ios_backend.mm", |
| 239 "webui/url_data_source_ios.mm", | 241 "webui/url_data_source_ios.mm", |
| 240 "webui/url_data_source_ios_impl.cc", | 242 "webui/url_data_source_ios_impl.cc", |
| 241 "webui/url_data_source_ios_impl.h", | 243 "webui/url_data_source_ios_impl.h", |
| 242 "webui/url_fetcher_block_adapter.h", | 244 "webui/url_fetcher_block_adapter.h", |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 277 } | 279 } |
| 278 | 280 |
| 279 source_set("test_support") { | 281 source_set("test_support") { |
| 280 testonly = true | 282 testonly = true |
| 281 | 283 |
| 282 deps = [ | 284 deps = [ |
| 283 ":web", | 285 ":web", |
| 284 "//base/test:test_support", | 286 "//base/test:test_support", |
| 285 "//ios/testing:ocmock_support", | 287 "//ios/testing:ocmock_support", |
| 286 "//ios/third_party/gcdwebserver", | 288 "//ios/third_party/gcdwebserver", |
| 289 "//ios/web/test:mojo_bindings", |
| 287 "//net:test_support", | 290 "//net:test_support", |
| 288 "//testing/gmock", | 291 "//testing/gmock", |
| 289 "//testing/gtest", | 292 "//testing/gtest", |
| 290 "//third_party/ocmock", | 293 "//third_party/ocmock", |
| 291 ] | 294 ] |
| 292 | 295 |
| 293 sources = [ | 296 sources = [ |
| 294 "public/test/crw_test_js_injection_receiver.h", | 297 "public/test/crw_test_js_injection_receiver.h", |
| 295 "public/test/crw_test_js_injection_receiver.mm", | 298 "public/test/crw_test_js_injection_receiver.mm", |
| 296 "public/test/http_server.h", | 299 "public/test/http_server.h", |
| (...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 419 "web_state/ui/wk_back_forward_list_item_holder_unittest.mm", | 422 "web_state/ui/wk_back_forward_list_item_holder_unittest.mm", |
| 420 "web_state/ui/wk_web_view_configuration_provider_unittest.mm", | 423 "web_state/ui/wk_web_view_configuration_provider_unittest.mm", |
| 421 "web_state/web_state_delegate_bridge_unittest.mm", | 424 "web_state/web_state_delegate_bridge_unittest.mm", |
| 422 "web_state/web_state_delegate_stub.h", | 425 "web_state/web_state_delegate_stub.h", |
| 423 "web_state/web_state_delegate_stub.mm", | 426 "web_state/web_state_delegate_stub.mm", |
| 424 "web_state/web_state_impl_unittest.mm", | 427 "web_state/web_state_impl_unittest.mm", |
| 425 "web_state/web_view_internal_creation_util_unittest.mm", | 428 "web_state/web_view_internal_creation_util_unittest.mm", |
| 426 "web_state/wk_web_view_security_util_unittest.mm", | 429 "web_state/wk_web_view_security_util_unittest.mm", |
| 427 "webui/crw_web_ui_manager_unittest.mm", | 430 "webui/crw_web_ui_manager_unittest.mm", |
| 428 "webui/crw_web_ui_page_builder_unittest.mm", | 431 "webui/crw_web_ui_page_builder_unittest.mm", |
| 432 "webui/mojo_facade_unittest.mm", |
| 429 "webui/url_fetcher_block_adapter_unittest.mm", | 433 "webui/url_fetcher_block_adapter_unittest.mm", |
| 430 ] | 434 ] |
| 431 } | 435 } |
| 432 | 436 |
| 433 test("ios_web_inttests") { | 437 test("ios_web_inttests") { |
| 434 deps = [ | 438 deps = [ |
| 435 ":test_support", | 439 ":test_support", |
| 436 ":web", | 440 ":web", |
| 437 "//base/test:test_support", | 441 "//base/test:test_support", |
| 438 "//net:test_support", | 442 "//net:test_support", |
| (...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 481 ":web_bundle", | 485 ":web_bundle", |
| 482 ":web_ui_bundle", | 486 ":web_ui_bundle", |
| 483 ] | 487 ] |
| 484 | 488 |
| 485 sources = [ | 489 sources = [ |
| 486 "web_state/js/resources/plugin_placeholder.js", | 490 "web_state/js/resources/plugin_placeholder.js", |
| 487 "web_state/js/resources/post_request.js", | 491 "web_state/js/resources/post_request.js", |
| 488 "web_state/js/resources/window_id.js", | 492 "web_state/js/resources/window_id.js", |
| 489 ] | 493 ] |
| 490 } | 494 } |
| OLD | NEW |