Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(10)

Side by Side Diff: ios/web/BUILD.gn

Issue 1956113002: [ios Mojo] iOS facade class for Mojo API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | ios/web/ios_web.gyp » ('j') | ios/web/ios_web.gyp » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
419 "web_state/ui/wk_back_forward_list_item_holder_unittest.mm", 421 "web_state/ui/wk_back_forward_list_item_holder_unittest.mm",
420 "web_state/ui/wk_web_view_configuration_provider_unittest.mm", 422 "web_state/ui/wk_web_view_configuration_provider_unittest.mm",
421 "web_state/web_state_delegate_bridge_unittest.mm", 423 "web_state/web_state_delegate_bridge_unittest.mm",
422 "web_state/web_state_delegate_stub.h", 424 "web_state/web_state_delegate_stub.h",
423 "web_state/web_state_delegate_stub.mm", 425 "web_state/web_state_delegate_stub.mm",
424 "web_state/web_state_impl_unittest.mm", 426 "web_state/web_state_impl_unittest.mm",
425 "web_state/web_view_internal_creation_util_unittest.mm", 427 "web_state/web_view_internal_creation_util_unittest.mm",
426 "web_state/wk_web_view_security_util_unittest.mm", 428 "web_state/wk_web_view_security_util_unittest.mm",
427 "webui/crw_web_ui_manager_unittest.mm", 429 "webui/crw_web_ui_manager_unittest.mm",
428 "webui/crw_web_ui_page_builder_unittest.mm", 430 "webui/crw_web_ui_page_builder_unittest.mm",
431 "webui/mojo_facade_unittest.mm",
429 "webui/url_fetcher_block_adapter_unittest.mm", 432 "webui/url_fetcher_block_adapter_unittest.mm",
430 ] 433 ]
431 } 434 }
432 435
433 test("ios_web_inttests") { 436 test("ios_web_inttests") {
434 deps = [ 437 deps = [
435 ":test_support", 438 ":test_support",
436 ":web", 439 ":web",
437 "//base/test:test_support", 440 "//base/test:test_support",
438 "//net:test_support", 441 "//net:test_support",
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
479 ":web_bundle", 482 ":web_bundle",
480 ":web_ui_bundle", 483 ":web_ui_bundle",
481 ] 484 ]
482 485
483 sources = [ 486 sources = [
484 "web_state/js/resources/plugin_placeholder.js", 487 "web_state/js/resources/plugin_placeholder.js",
485 "web_state/js/resources/post_request.js", 488 "web_state/js/resources/post_request.js",
486 "web_state/js/resources/window_id.js", 489 "web_state/js/resources/window_id.js",
487 ] 490 ]
488 } 491 }
OLDNEW
« no previous file with comments | « no previous file | ios/web/ios_web.gyp » ('j') | ios/web/ios_web.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698