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

Side by Side Diff: mojo/mojo_services.gypi

Issue 558343004: Compositor bindings for mojo html_viewer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mojo_view_manager_surface
Patch Set: Add missing m/s/p/cpp/v_m -> m/s/p/cpp/surfaces dep in GN 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',
11 '../net/net.gyp:net', 14 '../net/net.gyp:net',
12 '../skia/skia.gyp:skia', 15 '../skia/skia.gyp:skia',
13 '../third_party/WebKit/public/blink.gyp:blink', 16 '../third_party/WebKit/public/blink.gyp:blink',
14 '../ui/native_theme/native_theme.gyp:native_theme', 17 '../ui/native_theme/native_theme.gyp:native_theme',
15 '../url/url.gyp:url_lib', 18 '../url/url.gyp:url_lib',
16 'mojo_base.gyp:mojo_application_chromium', 19 'mojo_base.gyp:mojo_application_chromium',
17 'mojo_base.gyp:mojo_common_lib', 20 'mojo_base.gyp:mojo_common_lib',
18 'mojo_base.gyp:mojo_cpp_bindings', 21 'mojo_base.gyp:mojo_cpp_bindings',
19 'mojo_base.gyp:mojo_utility', 22 'mojo_base.gyp:mojo_utility',
23 'mojo_cc_support',
20 'mojo_content_handler_bindings', 24 'mojo_content_handler_bindings',
25 'mojo_gpu_bindings',
21 'mojo_navigation_bindings', 26 'mojo_navigation_bindings',
22 'mojo_network_bindings', 27 'mojo_network_bindings',
28 'mojo_surfaces_bindings',
23 'mojo_view_manager_lib', 29 'mojo_view_manager_lib',
24 '<(mojo_system_for_loadable_module)', 30 '<(mojo_system_for_loadable_module)',
25 ], 31 ],
26 'include_dirs': [ 32 'include_dirs': [
27 'third_party/WebKit' 33 'third_party/WebKit'
28 ], 34 ],
29 'sources': [ 35 'sources': [
30 'services/html_viewer/blink_basic_type_converters.cc', 36 'services/html_viewer/blink_basic_type_converters.cc',
31 'services/html_viewer/blink_basic_type_converters.h', 37 'services/html_viewer/blink_basic_type_converters.h',
32 'services/html_viewer/blink_input_events_type_converters.cc', 38 'services/html_viewer/blink_input_events_type_converters.cc',
(...skipping 12 matching lines...) Expand all
45 'services/html_viewer/websockethandle_impl.cc', 51 'services/html_viewer/websockethandle_impl.cc',
46 'services/html_viewer/websockethandle_impl.h', 52 'services/html_viewer/websockethandle_impl.h',
47 'services/html_viewer/webstoragenamespace_impl.cc', 53 'services/html_viewer/webstoragenamespace_impl.cc',
48 'services/html_viewer/webstoragenamespace_impl.h', 54 'services/html_viewer/webstoragenamespace_impl.h',
49 'services/html_viewer/webthemeengine_impl.cc', 55 'services/html_viewer/webthemeengine_impl.cc',
50 'services/html_viewer/webthemeengine_impl.h', 56 'services/html_viewer/webthemeengine_impl.h',
51 'services/html_viewer/webthread_impl.cc', 57 'services/html_viewer/webthread_impl.cc',
52 'services/html_viewer/webthread_impl.h', 58 'services/html_viewer/webthread_impl.h',
53 'services/html_viewer/weburlloader_impl.cc', 59 'services/html_viewer/weburlloader_impl.cc',
54 'services/html_viewer/weburlloader_impl.h', 60 'services/html_viewer/weburlloader_impl.h',
61 'services/html_viewer/weblayertreeview_impl.cc',
62 'services/html_viewer/weblayertreeview_impl.h',
55 ], 63 ],
56 }, 64 },
57 { 65 {
58 # GN version: //mojo/services/public/cpp/input_events 66 # GN version: //mojo/services/public/cpp/input_events
59 'target_name': 'mojo_input_events_lib', 67 'target_name': 'mojo_input_events_lib',
60 'type': '<(component)', 68 'type': '<(component)',
61 'defines': [ 69 'defines': [
62 'MOJO_INPUT_EVENTS_IMPLEMENTATION', 70 'MOJO_INPUT_EVENTS_IMPLEMENTATION',
63 ], 71 ],
64 'dependencies': [ 72 'dependencies': [
(...skipping 809 matching lines...) Expand 10 before | Expand all | Expand 10 after
874 'dependencies': [ 882 'dependencies': [
875 '../ui/gfx/x/gfx_x11.gyp:gfx_x11', 883 '../ui/gfx/x/gfx_x11.gyp:gfx_x11',
876 ], 884 ],
877 }], 885 }],
878 ], 886 ],
879 }, 887 },
880 ], 888 ],
881 }], 889 }],
882 ], 890 ],
883 } 891 }
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