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

Side by Side Diff: mojo/mojo_services.gypi

Issue 514063003: Update view_manager and window_manager to make use of content handling. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@viewman2
Patch Set: git cl format 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/mojo_examples.gypi ('k') | mojo/public/cpp/application/application_impl.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': [
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_navigation_bindings', 21 'mojo_navigation_bindings',
21 'mojo_network_bindings', 22 'mojo_network_bindings',
22 'mojo_launcher_bindings', 23 'mojo_launcher_bindings',
23 'mojo_view_manager_lib', 24 'mojo_view_manager_lib',
24 '<(mojo_system_for_loadable_module)', 25 '<(mojo_system_for_loadable_module)',
25 ], 26 ],
26 'include_dirs': [ 27 'include_dirs': [
27 'third_party/WebKit' 28 'third_party/WebKit'
28 ], 29 ],
29 'sources': [ 30 'sources': [
(...skipping 868 matching lines...) Expand 10 before | Expand all | Expand 10 after
898 'dependencies': [ 899 'dependencies': [
899 '../ui/gfx/x/gfx_x11.gyp:gfx_x11', 900 '../ui/gfx/x/gfx_x11.gyp:gfx_x11',
900 ], 901 ],
901 }], 902 }],
902 ], 903 ],
903 }, 904 },
904 ], 905 ],
905 }], 906 }],
906 ], 907 ],
907 } 908 }
OLDNEW
« no previous file with comments | « mojo/mojo_examples.gypi ('k') | mojo/public/cpp/application/application_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698