| 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': [ |
| (...skipping 10 matching lines...) Expand all Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |