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

Side by Side Diff: mojo/mojo_services.gypi

Issue 570623002: Revert "Compositor bindings for mojo html_viewer" (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
« no previous file with comments | « mojo/cc/output_surface_mojo.cc ('k') | mojo/services/html_viewer/DEPS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 '../cc/blink/cc_blink.gyp:cc_blink',
12 '../cc/cc.gyp:cc',
13 '../cc/cc.gyp:cc_surfaces',
14 '../net/net.gyp:net', 11 '../net/net.gyp:net',
15 '../skia/skia.gyp:skia', 12 '../skia/skia.gyp:skia',
16 '../third_party/WebKit/public/blink.gyp:blink', 13 '../third_party/WebKit/public/blink.gyp:blink',
17 '../ui/native_theme/native_theme.gyp:native_theme', 14 '../ui/native_theme/native_theme.gyp:native_theme',
18 '../url/url.gyp:url_lib', 15 '../url/url.gyp:url_lib',
19 'mojo_base.gyp:mojo_application_chromium', 16 'mojo_base.gyp:mojo_application_chromium',
20 'mojo_base.gyp:mojo_common_lib', 17 'mojo_base.gyp:mojo_common_lib',
21 'mojo_base.gyp:mojo_cpp_bindings', 18 'mojo_base.gyp:mojo_cpp_bindings',
22 'mojo_base.gyp:mojo_utility', 19 'mojo_base.gyp:mojo_utility',
23 'mojo_cc_support',
24 'mojo_content_handler_bindings', 20 'mojo_content_handler_bindings',
25 'mojo_gpu_bindings',
26 'mojo_navigation_bindings', 21 'mojo_navigation_bindings',
27 'mojo_network_bindings', 22 'mojo_network_bindings',
28 'mojo_surfaces_bindings',
29 'mojo_view_manager_lib', 23 'mojo_view_manager_lib',
30 '<(mojo_system_for_loadable_module)', 24 '<(mojo_system_for_loadable_module)',
31 ], 25 ],
32 'include_dirs': [ 26 'include_dirs': [
33 'third_party/WebKit' 27 'third_party/WebKit'
34 ], 28 ],
35 'sources': [ 29 'sources': [
36 'services/html_viewer/blink_basic_type_converters.cc', 30 'services/html_viewer/blink_basic_type_converters.cc',
37 'services/html_viewer/blink_basic_type_converters.h', 31 'services/html_viewer/blink_basic_type_converters.h',
38 'services/html_viewer/blink_input_events_type_converters.cc', 32 'services/html_viewer/blink_input_events_type_converters.cc',
(...skipping 12 matching lines...) Expand all
51 'services/html_viewer/websockethandle_impl.cc', 45 'services/html_viewer/websockethandle_impl.cc',
52 'services/html_viewer/websockethandle_impl.h', 46 'services/html_viewer/websockethandle_impl.h',
53 'services/html_viewer/webstoragenamespace_impl.cc', 47 'services/html_viewer/webstoragenamespace_impl.cc',
54 'services/html_viewer/webstoragenamespace_impl.h', 48 'services/html_viewer/webstoragenamespace_impl.h',
55 'services/html_viewer/webthemeengine_impl.cc', 49 'services/html_viewer/webthemeengine_impl.cc',
56 'services/html_viewer/webthemeengine_impl.h', 50 'services/html_viewer/webthemeengine_impl.h',
57 'services/html_viewer/webthread_impl.cc', 51 'services/html_viewer/webthread_impl.cc',
58 'services/html_viewer/webthread_impl.h', 52 'services/html_viewer/webthread_impl.h',
59 'services/html_viewer/weburlloader_impl.cc', 53 'services/html_viewer/weburlloader_impl.cc',
60 'services/html_viewer/weburlloader_impl.h', 54 'services/html_viewer/weburlloader_impl.h',
61 'services/html_viewer/weblayertreeview_impl.cc',
62 'services/html_viewer/weblayertreeview_impl.h',
63 ], 55 ],
64 }, 56 },
65 { 57 {
66 # GN version: //mojo/services/public/cpp/input_events 58 # GN version: //mojo/services/public/cpp/input_events
67 'target_name': 'mojo_input_events_lib', 59 'target_name': 'mojo_input_events_lib',
68 'type': '<(component)', 60 'type': '<(component)',
69 'defines': [ 61 'defines': [
70 'MOJO_INPUT_EVENTS_IMPLEMENTATION', 62 'MOJO_INPUT_EVENTS_IMPLEMENTATION',
71 ], 63 ],
72 'dependencies': [ 64 'dependencies': [
(...skipping 809 matching lines...) Expand 10 before | Expand all | Expand 10 after
882 'dependencies': [ 874 'dependencies': [
883 '../ui/gfx/x/gfx_x11.gyp:gfx_x11', 875 '../ui/gfx/x/gfx_x11.gyp:gfx_x11',
884 ], 876 ],
885 }], 877 }],
886 ], 878 ],
887 }, 879 },
888 ], 880 ],
889 }], 881 }],
890 ], 882 ],
891 } 883 }
OLDNEW
« no previous file with comments | « mojo/cc/output_surface_mojo.cc ('k') | mojo/services/html_viewer/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698