Chromium Code Reviews| 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 214 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 225 "web_state/web_view_internal_creation_util.mm", | 225 "web_state/web_view_internal_creation_util.mm", |
| 226 "web_state/wk_web_view_security_util.h", | 226 "web_state/wk_web_view_security_util.h", |
| 227 "web_state/wk_web_view_security_util.mm", | 227 "web_state/wk_web_view_security_util.mm", |
| 228 "web_thread_impl.cc", | 228 "web_thread_impl.cc", |
| 229 "web_thread_impl.h", | 229 "web_thread_impl.h", |
| 230 "web_view_creation_util.mm", | 230 "web_view_creation_util.mm", |
| 231 "webui/crw_web_ui_manager.h", | 231 "webui/crw_web_ui_manager.h", |
| 232 "webui/crw_web_ui_manager.mm", | 232 "webui/crw_web_ui_manager.mm", |
| 233 "webui/crw_web_ui_page_builder.h", | 233 "webui/crw_web_ui_page_builder.h", |
| 234 "webui/crw_web_ui_page_builder.mm", | 234 "webui/crw_web_ui_page_builder.mm", |
| 235 "webui/mojo_facade.h", | |
| 236 "webui/mojo_facade.mm", | |
| 235 "webui/shared_resources_data_source_ios.h", | 237 "webui/shared_resources_data_source_ios.h", |
| 236 "webui/shared_resources_data_source_ios.mm", | 238 "webui/shared_resources_data_source_ios.mm", |
| 237 "webui/url_data_manager_ios.cc", | 239 "webui/url_data_manager_ios.cc", |
| 238 "webui/url_data_manager_ios.h", | 240 "webui/url_data_manager_ios.h", |
| 239 "webui/url_data_manager_ios_backend.h", | 241 "webui/url_data_manager_ios_backend.h", |
| 240 "webui/url_data_manager_ios_backend.mm", | 242 "webui/url_data_manager_ios_backend.mm", |
| 241 "webui/url_data_source_ios.mm", | 243 "webui/url_data_source_ios.mm", |
| 242 "webui/url_data_source_ios_impl.cc", | 244 "webui/url_data_source_ios_impl.cc", |
| 243 "webui/url_data_source_ios_impl.h", | 245 "webui/url_data_source_ios_impl.h", |
| 244 "webui/url_fetcher_block_adapter.h", | 246 "webui/url_fetcher_block_adapter.h", |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 279 } | 281 } |
| 280 | 282 |
| 281 source_set("test_support") { | 283 source_set("test_support") { |
| 282 testonly = true | 284 testonly = true |
| 283 | 285 |
| 284 deps = [ | 286 deps = [ |
| 285 ":web", | 287 ":web", |
| 286 "//base/test:test_support", | 288 "//base/test:test_support", |
| 287 "//ios/testing:ocmock_support", | 289 "//ios/testing:ocmock_support", |
| 288 "//ios/third_party/gcdwebserver", | 290 "//ios/third_party/gcdwebserver", |
| 291 "//ios/web/test:mojo_bindings", | |
|
Eugene But (OOO till 7-30)
2016/05/12 20:48:10
This gives me gn error:
https://build.chromium.or
| |
| 289 "//net:test_support", | 292 "//net:test_support", |
| 290 "//testing/gmock", | 293 "//testing/gmock", |
| 291 "//testing/gtest", | 294 "//testing/gtest", |
| 292 "//third_party/ocmock", | 295 "//third_party/ocmock", |
| 293 ] | 296 ] |
| 294 | 297 |
| 295 sources = [ | 298 sources = [ |
| 296 "public/test/crw_test_js_injection_receiver.h", | 299 "public/test/crw_test_js_injection_receiver.h", |
| 297 "public/test/crw_test_js_injection_receiver.mm", | 300 "public/test/crw_test_js_injection_receiver.mm", |
| 298 "public/test/http_server.h", | 301 "public/test/http_server.h", |
| (...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 421 "web_state/ui/wk_back_forward_list_item_holder_unittest.mm", | 424 "web_state/ui/wk_back_forward_list_item_holder_unittest.mm", |
| 422 "web_state/ui/wk_web_view_configuration_provider_unittest.mm", | 425 "web_state/ui/wk_web_view_configuration_provider_unittest.mm", |
| 423 "web_state/web_state_delegate_bridge_unittest.mm", | 426 "web_state/web_state_delegate_bridge_unittest.mm", |
| 424 "web_state/web_state_delegate_stub.h", | 427 "web_state/web_state_delegate_stub.h", |
| 425 "web_state/web_state_delegate_stub.mm", | 428 "web_state/web_state_delegate_stub.mm", |
| 426 "web_state/web_state_impl_unittest.mm", | 429 "web_state/web_state_impl_unittest.mm", |
| 427 "web_state/web_view_internal_creation_util_unittest.mm", | 430 "web_state/web_view_internal_creation_util_unittest.mm", |
| 428 "web_state/wk_web_view_security_util_unittest.mm", | 431 "web_state/wk_web_view_security_util_unittest.mm", |
| 429 "webui/crw_web_ui_manager_unittest.mm", | 432 "webui/crw_web_ui_manager_unittest.mm", |
| 430 "webui/crw_web_ui_page_builder_unittest.mm", | 433 "webui/crw_web_ui_page_builder_unittest.mm", |
| 434 "webui/mojo_facade_unittest.mm", | |
| 431 "webui/url_fetcher_block_adapter_unittest.mm", | 435 "webui/url_fetcher_block_adapter_unittest.mm", |
| 432 ] | 436 ] |
| 433 } | 437 } |
| 434 | 438 |
| 435 test("ios_web_inttests") { | 439 test("ios_web_inttests") { |
| 436 deps = [ | 440 deps = [ |
| 437 ":test_support", | 441 ":test_support", |
| 438 ":web", | 442 ":web", |
| 439 "//base/test:test_support", | 443 "//base/test:test_support", |
| 440 "//net:test_support", | 444 "//net:test_support", |
| (...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 483 ":web_bundle", | 487 ":web_bundle", |
| 484 ":web_ui_bundle", | 488 ":web_ui_bundle", |
| 485 ] | 489 ] |
| 486 | 490 |
| 487 sources = [ | 491 sources = [ |
| 488 "web_state/js/resources/plugin_placeholder.js", | 492 "web_state/js/resources/plugin_placeholder.js", |
| 489 "web_state/js/resources/post_request.js", | 493 "web_state/js/resources/post_request.js", |
| 490 "web_state/js/resources/window_id.js", | 494 "web_state/js/resources/window_id.js", |
| 491 ] | 495 ] |
| 492 } | 496 } |
| OLD | NEW |