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

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: rebase 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 | « no previous file | mojo/services/html_viewer/blink_basic_type_converters.h » ('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': [
(...skipping 10 matching lines...) Expand all
21 'mojo_navigation_bindings', 21 'mojo_navigation_bindings',
22 'mojo_network_bindings', 22 'mojo_network_bindings',
23 'mojo_launcher_bindings', 23 'mojo_launcher_bindings',
24 'mojo_view_manager_lib', 24 'mojo_view_manager_lib',
25 '<(mojo_system_for_loadable_module)', 25 '<(mojo_system_for_loadable_module)',
26 ], 26 ],
27 'include_dirs': [ 27 'include_dirs': [
28 'third_party/WebKit' 28 'third_party/WebKit'
29 ], 29 ],
30 'sources': [ 30 'sources': [
31 'services/html_viewer/blink_basic_type_converters.cc',
32 'services/html_viewer/blink_basic_type_converters.h',
31 'services/html_viewer/blink_input_events_type_converters.cc', 33 'services/html_viewer/blink_input_events_type_converters.cc',
32 'services/html_viewer/blink_input_events_type_converters.h', 34 'services/html_viewer/blink_input_events_type_converters.h',
33 'services/html_viewer/blink_platform_impl.cc', 35 'services/html_viewer/blink_platform_impl.cc',
34 'services/html_viewer/blink_platform_impl.h', 36 'services/html_viewer/blink_platform_impl.h',
35 'services/html_viewer/blink_url_request_type_converters.cc', 37 'services/html_viewer/blink_url_request_type_converters.cc',
36 'services/html_viewer/blink_url_request_type_converters.h', 38 'services/html_viewer/blink_url_request_type_converters.h',
37 'services/html_viewer/html_viewer.cc', 39 'services/html_viewer/html_viewer.cc',
38 'services/html_viewer/html_document_view.cc', 40 'services/html_viewer/html_document_view.cc',
39 'services/html_viewer/html_document_view.h', 41 'services/html_viewer/html_document_view.h',
40 'services/html_viewer/webcookiejar_impl.cc', 42 'services/html_viewer/webcookiejar_impl.cc',
(...skipping 858 matching lines...) Expand 10 before | Expand all | Expand 10 after
899 'dependencies': [ 901 'dependencies': [
900 '../ui/gfx/x/gfx_x11.gyp:gfx_x11', 902 '../ui/gfx/x/gfx_x11.gyp:gfx_x11',
901 ], 903 ],
902 }], 904 }],
903 ], 905 ],
904 }, 906 },
905 ], 907 ],
906 }], 908 }],
907 ], 909 ],
908 } 910 }
OLDNEW
« no previous file with comments | « no previous file | mojo/services/html_viewer/blink_basic_type_converters.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698