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

Side by Side Diff: ios/web/ios_web.gyp

Issue 1956113002: [ios Mojo] iOS facade class for Mojo API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More updates to gn. 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
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 ], 44 ],
45 'dependencies': [ 45 'dependencies': [
46 'ios_web_core', 46 'ios_web_core',
47 'js_resources', 47 'js_resources',
48 'user_agent', 48 'user_agent',
49 '../../base/base.gyp:base', 49 '../../base/base.gyp:base',
50 '../../components/url_formatter/url_formatter.gyp:url_formatter', 50 '../../components/url_formatter/url_formatter.gyp:url_formatter',
51 '../../ios/net/ios_net.gyp:ios_net', 51 '../../ios/net/ios_net.gyp:ios_net',
52 '../../ios/third_party/blink/blink_html_tokenizer.gyp:blink_html_tokeniz er', 52 '../../ios/third_party/blink/blink_html_tokenizer.gyp:blink_html_tokeniz er',
53 '../../net/net.gyp:net', 53 '../../net/net.gyp:net',
54 '../../mojo/mojo_edk.gyp:mojo_system_impl',
55 '../../mojo/mojo_public.gyp:mojo_public',
56 '../../services/shell/shell_public.gyp:shell_public',
54 '../../ui/base/ui_base.gyp:ui_base', 57 '../../ui/base/ui_base.gyp:ui_base',
55 '../../ui/gfx/gfx.gyp:gfx', 58 '../../ui/gfx/gfx.gyp:gfx',
56 '../../ui/gfx/gfx.gyp:gfx_geometry', 59 '../../ui/gfx/gfx.gyp:gfx_geometry',
57 '../../ui/resources/ui_resources.gyp:ui_resources', 60 '../../ui/resources/ui_resources.gyp:ui_resources',
58 '../../url/url.gyp:url_lib', 61 '../../url/url.gyp:url_lib',
59 ], 62 ],
60 'sources': [ 63 'sources': [
61 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/grit/webui_resources_map.cc', 64 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/grit/webui_resources_map.cc',
62 'active_state_manager_impl.h', 65 'active_state_manager_impl.h',
63 'active_state_manager_impl.mm', 66 'active_state_manager_impl.mm',
(...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after
261 'web_state/web_view_internal_creation_util.mm', 264 'web_state/web_view_internal_creation_util.mm',
262 'web_state/wk_web_view_security_util.h', 265 'web_state/wk_web_view_security_util.h',
263 'web_state/wk_web_view_security_util.mm', 266 'web_state/wk_web_view_security_util.mm',
264 'web_thread_impl.cc', 267 'web_thread_impl.cc',
265 'web_thread_impl.h', 268 'web_thread_impl.h',
266 'web_view_creation_util.mm', 269 'web_view_creation_util.mm',
267 'webui/crw_web_ui_manager.h', 270 'webui/crw_web_ui_manager.h',
268 'webui/crw_web_ui_manager.mm', 271 'webui/crw_web_ui_manager.mm',
269 'webui/crw_web_ui_page_builder.h', 272 'webui/crw_web_ui_page_builder.h',
270 'webui/crw_web_ui_page_builder.mm', 273 'webui/crw_web_ui_page_builder.mm',
274 'webui/mojo_facade.h',
275 'webui/mojo_facade.mm',
271 'webui/shared_resources_data_source_ios.h', 276 'webui/shared_resources_data_source_ios.h',
272 'webui/shared_resources_data_source_ios.mm', 277 'webui/shared_resources_data_source_ios.mm',
273 'webui/url_data_manager_ios.cc', 278 'webui/url_data_manager_ios.cc',
274 'webui/url_data_manager_ios.h', 279 'webui/url_data_manager_ios.h',
275 'webui/url_data_manager_ios_backend.h', 280 'webui/url_data_manager_ios_backend.h',
276 'webui/url_data_manager_ios_backend.mm', 281 'webui/url_data_manager_ios_backend.mm',
277 'webui/url_data_source_ios.mm', 282 'webui/url_data_source_ios.mm',
278 'webui/url_data_source_ios_impl.cc', 283 'webui/url_data_source_ios_impl.cc',
279 'webui/url_data_source_ios_impl.h', 284 'webui/url_data_source_ios_impl.h',
280 'webui/url_fetcher_block_adapter.h', 285 'webui/url_fetcher_block_adapter.h',
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
432 'type': 'static_library', 437 'type': 'static_library',
433 'dependencies': [ 438 'dependencies': [
434 '../../base/base.gyp:test_support_base', 439 '../../base/base.gyp:test_support_base',
435 '../../ios/testing/ios_testing.gyp:ocmock_support', 440 '../../ios/testing/ios_testing.gyp:ocmock_support',
436 '../../ios/third_party/gcdwebserver/gcdwebserver.gyp:gcdwebserver', 441 '../../ios/third_party/gcdwebserver/gcdwebserver.gyp:gcdwebserver',
437 '../../net/net.gyp:net_test_support', 442 '../../net/net.gyp:net_test_support',
438 '../../testing/gmock.gyp:gmock', 443 '../../testing/gmock.gyp:gmock',
439 '../../testing/gtest.gyp:gtest', 444 '../../testing/gtest.gyp:gtest',
440 '../../third_party/ocmock/ocmock.gyp:ocmock', 445 '../../third_party/ocmock/ocmock.gyp:ocmock',
441 'ios_web', 446 'ios_web',
447 'test_mojo_bindings',
442 ], 448 ],
443 'include_dirs': [ 449 'include_dirs': [
444 '../..', 450 '../..',
445 ], 451 ],
446 'sources': [ 452 'sources': [
447 'public/test/crw_test_js_injection_receiver.h', 453 'public/test/crw_test_js_injection_receiver.h',
448 'public/test/crw_test_js_injection_receiver.mm', 454 'public/test/crw_test_js_injection_receiver.mm',
449 'public/test/http_server.h', 455 'public/test/http_server.h',
450 'public/test/http_server.mm', 456 'public/test/http_server.mm',
451 'public/test/http_server_util.h', 457 'public/test/http_server_util.h',
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
487 'test/test_web_thread.cc', 493 'test/test_web_thread.cc',
488 'test/test_web_thread_bundle.cc', 494 'test/test_web_thread_bundle.cc',
489 'test/web_int_test.h', 495 'test/web_int_test.h',
490 'test/web_int_test.mm', 496 'test/web_int_test.mm',
491 'test/web_test.h', 497 'test/web_test.h',
492 'test/web_test.mm', 498 'test/web_test.mm',
493 'test/web_test_suite.cc', 499 'test/web_test_suite.cc',
494 'test/web_test_suite.h', 500 'test/web_test_suite.h',
495 'test/wk_web_view_crash_utils.h', 501 'test/wk_web_view_crash_utils.h',
496 'test/wk_web_view_crash_utils.mm', 502 'test/wk_web_view_crash_utils.mm',
503 '<(SHARED_INTERMEDIATE_DIR)/ios/web/test/mojo_test.mojom.cc',
497 ], 504 ],
498 }, 505 },
499 { 506 {
507 # GN version: //ios/web/test:mojo_bindings
508 'target_name': 'test_mojo_bindings_mojom',
509 'type': 'none',
510 'variables': {
511 'mojom_files': [
512 'test/mojo_test.mojom',
513 ],
514 },
515 'include_dirs': [
516 '..',
517 ],
518 'includes': [ '../../mojo/mojom_bindings_generator_explicit.gypi' ],
519 },
520 {
521 # GN version: //ios/web/test:mojo_bindings
522 'target_name': 'test_mojo_bindings',
523 'type': 'static_library',
524 'dependencies': [
525 '../../mojo/mojo_base.gyp:mojo_common_lib',
526 '../../mojo/mojo_base.gyp:mojo_url_type_converters',
527 '../../mojo/mojo_public.gyp:mojo_cpp_bindings',
528 'test_mojo_bindings_mojom',
529 ],
530 'include_dirs': [
531 '..',
532 ],
533 },
534 {
500 # GN version: //ios/web:user_agent 535 # GN version: //ios/web:user_agent
501 'target_name': 'user_agent', 536 'target_name': 'user_agent',
502 'type': 'static_library', 537 'type': 'static_library',
503 'include_dirs': [ 538 'include_dirs': [
504 '../..', 539 '../..',
505 ], 540 ],
506 'dependencies': [ 541 'dependencies': [
507 '../../base/base.gyp:base' 542 '../../base/base.gyp:base'
508 ], 543 ],
509 'sources': [ 544 'sources': [
510 'public/user_agent.h', 545 'public/user_agent.h',
511 'public/user_agent.mm', 546 'public/user_agent.mm',
512 ], 547 ],
513 }, 548 },
514 ], 549 ],
515 } 550 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698