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

Side by Side Diff: mojo/mojo_services.gypi

Issue 549273002: Various mojom cleanup from ContentHandler changes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 (c) 2014 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'mojo_html_viewer', 8 'target_name': 'mojo_html_viewer',
9 'type': 'loadable_module', 9 'type': 'loadable_module',
10 'dependencies': [ 10 'dependencies': [
11 '../net/net.gyp:net', 11 '../net/net.gyp:net',
12 '../skia/skia.gyp:skia', 12 '../skia/skia.gyp:skia',
13 '../third_party/WebKit/public/blink.gyp:blink', 13 '../third_party/WebKit/public/blink.gyp:blink',
14 '../ui/native_theme/native_theme.gyp:native_theme', 14 '../ui/native_theme/native_theme.gyp:native_theme',
15 '../url/url.gyp:url_lib', 15 '../url/url.gyp:url_lib',
16 'mojo_base.gyp:mojo_common_lib', 16 'mojo_base.gyp:mojo_common_lib',
17 'mojo_base.gyp:mojo_cpp_bindings', 17 'mojo_base.gyp:mojo_cpp_bindings',
18 'mojo_base.gyp:mojo_utility', 18 'mojo_base.gyp:mojo_utility',
19 'mojo_base.gyp:mojo_application_chromium', 19 'mojo_base.gyp:mojo_application_chromium',
20 'mojo_content_handler_bindings', 20 'mojo_content_handler_bindings',
21 'mojo_navigation_bindings', 21 'mojo_navigation_bindings',
22 'mojo_network_bindings', 22 'mojo_network_bindings',
23 'mojo_launcher_bindings',
24 'mojo_view_manager_lib', 23 'mojo_view_manager_lib',
25 '<(mojo_system_for_loadable_module)', 24 '<(mojo_system_for_loadable_module)',
26 ], 25 ],
27 'include_dirs': [ 26 'include_dirs': [
28 'third_party/WebKit' 27 'third_party/WebKit'
29 ], 28 ],
30 'sources': [ 29 'sources': [
31 'services/html_viewer/blink_input_events_type_converters.cc', 30 'services/html_viewer/blink_input_events_type_converters.cc',
32 'services/html_viewer/blink_input_events_type_converters.h', 31 'services/html_viewer/blink_input_events_type_converters.h',
33 'services/html_viewer/blink_platform_impl.cc', 32 'services/html_viewer/blink_platform_impl.cc',
(...skipping 419 matching lines...) Expand 10 before | Expand all | Expand 10 after
453 }, 452 },
454 { 453 {
455 # GN version: //mojo/services/public/cpp/view_manager:common 454 # GN version: //mojo/services/public/cpp/view_manager:common
456 'target_name': 'mojo_view_manager_common', 455 'target_name': 'mojo_view_manager_common',
457 'type': 'static_library', 456 'type': 'static_library',
458 'sources': [ 457 'sources': [
459 'services/public/cpp/view_manager/types.h', 458 'services/public/cpp/view_manager/types.h',
460 ], 459 ],
461 }, 460 },
462 { 461 {
463 # GN version: //mojo/services/public/interfaces/launcher
464 'target_name': 'mojo_launcher_bindings',
465 'type': 'static_library',
466 'sources': [
467 'services/public/interfaces/launcher/launcher.mojom',
468 ],
469 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ],
470 'export_dependent_settings': [
471 'mojo_base.gyp:mojo_cpp_bindings',
472 ],
473 'dependencies': [
474 'mojo_base.gyp:mojo_cpp_bindings',
475 'mojo_navigation_bindings',
476 ],
477 },
478 {
479 'target_name': 'mojo_launcher',
480 'type': 'loadable_module',
481 'dependencies': [
482 '../base/base.gyp:base',
483 '../url/url.gyp:url_lib',
484 'mojo_base.gyp:mojo_cpp_bindings',
485 'mojo_base.gyp:mojo_application_chromium',
486 'mojo_launcher_bindings',
487 'mojo_network_bindings',
488 '<(mojo_system_for_loadable_module)',
489 ],
490 'sources': [
491 'services/launcher/launcher.cc',
492 ],
493 },
494 {
495 # GN version: //mojo/services/public/interfaces/view_manager 462 # GN version: //mojo/services/public/interfaces/view_manager
496 'target_name': 'mojo_view_manager_bindings', 463 'target_name': 'mojo_view_manager_bindings',
497 'type': 'static_library', 464 'type': 'static_library',
498 'sources': [ 465 'sources': [
499 'services/public/interfaces/view_manager/view_manager.mojom', 466 'services/public/interfaces/view_manager/view_manager.mojom',
500 'services/public/interfaces/view_manager/view_manager_constants.mojom', 467 'services/public/interfaces/view_manager/view_manager_constants.mojom',
501 ], 468 ],
502 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ], 469 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ],
503 'dependencies': [ 470 'dependencies': [
504 'mojo_base.gyp:mojo_application_bindings', 471 'mojo_base.gyp:mojo_application_bindings',
(...skipping 394 matching lines...) Expand 10 before | Expand all | Expand 10 after
899 'dependencies': [ 866 'dependencies': [
900 '../ui/gfx/x/gfx_x11.gyp:gfx_x11', 867 '../ui/gfx/x/gfx_x11.gyp:gfx_x11',
901 ], 868 ],
902 }], 869 }],
903 ], 870 ],
904 }, 871 },
905 ], 872 ],
906 }], 873 }],
907 ], 874 ],
908 } 875 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698