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

Side by Side Diff: mojo/mojo_services.gypi

Issue 540683002: Mojo: Implement the rest of the WebSocket interface. (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_navigation_bindings', 20 'mojo_navigation_bindings',
21 'mojo_network_bindings', 21 'mojo_network_bindings',
22 'mojo_launcher_bindings', 22 'mojo_launcher_bindings',
23 'mojo_view_manager_lib', 23 'mojo_view_manager_lib',
24 '<(mojo_system_for_loadable_module)', 24 '<(mojo_system_for_loadable_module)',
25 ], 25 ],
26 'include_dirs': [ 26 'include_dirs': [
27 'third_party/WebKit' 27 'third_party/WebKit'
28 ], 28 ],
29 'sources': [ 29 'sources': [
30 'services/html_viewer/blink_basic_type_converters.cc',
31 'services/html_viewer/blink_basic_type_converters.h',
30 'services/html_viewer/blink_input_events_type_converters.cc', 32 'services/html_viewer/blink_input_events_type_converters.cc',
31 'services/html_viewer/blink_input_events_type_converters.h', 33 'services/html_viewer/blink_input_events_type_converters.h',
32 'services/html_viewer/blink_platform_impl.cc', 34 'services/html_viewer/blink_platform_impl.cc',
33 'services/html_viewer/blink_platform_impl.h', 35 'services/html_viewer/blink_platform_impl.h',
34 'services/html_viewer/blink_url_request_type_converters.cc', 36 'services/html_viewer/blink_url_request_type_converters.cc',
35 'services/html_viewer/blink_url_request_type_converters.h', 37 'services/html_viewer/blink_url_request_type_converters.h',
36 'services/html_viewer/html_viewer.cc', 38 'services/html_viewer/html_viewer.cc',
37 'services/html_viewer/html_document_view.cc', 39 'services/html_viewer/html_document_view.cc',
38 'services/html_viewer/html_document_view.h', 40 'services/html_viewer/html_document_view.h',
39 'services/html_viewer/webcookiejar_impl.cc', 41 'services/html_viewer/webcookiejar_impl.cc',
(...skipping 858 matching lines...) Expand 10 before | Expand all | Expand 10 after
898 'dependencies': [ 900 'dependencies': [
899 '../ui/gfx/x/gfx_x11.gyp:gfx_x11', 901 '../ui/gfx/x/gfx_x11.gyp:gfx_x11',
900 ], 902 ],
901 }], 903 }],
902 ], 904 ],
903 }, 905 },
904 ], 906 ],
905 }], 907 }],
906 ], 908 ],
907 } 909 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698