OLD | NEW |
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 Loading... |
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 } |
OLD | NEW |