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 # GN version: //mojo/services/dbus_echo:bindings | 8 # GN version: //mojo/services/dbus_echo:bindings |
9 'target_name': 'mojo_echo_bindings', | 9 'target_name': 'mojo_echo_bindings', |
10 'type': 'static_library', | 10 'type': 'static_library', |
(...skipping 30 matching lines...) Expand all Loading... |
41 ], | 41 ], |
42 'include_dirs': [ | 42 'include_dirs': [ |
43 'third_party/WebKit' | 43 'third_party/WebKit' |
44 ], | 44 ], |
45 'sources': [ | 45 'sources': [ |
46 'public/cpp/application/lib/mojo_main_chromium.cc', | 46 'public/cpp/application/lib/mojo_main_chromium.cc', |
47 'services/html_viewer/blink_input_events_type_converters.cc', | 47 'services/html_viewer/blink_input_events_type_converters.cc', |
48 'services/html_viewer/blink_input_events_type_converters.h', | 48 'services/html_viewer/blink_input_events_type_converters.h', |
49 'services/html_viewer/blink_platform_impl.cc', | 49 'services/html_viewer/blink_platform_impl.cc', |
50 'services/html_viewer/blink_platform_impl.h', | 50 'services/html_viewer/blink_platform_impl.h', |
| 51 'services/html_viewer/blink_url_request_type_converters.cc', |
| 52 'services/html_viewer/blink_url_request_type_converters.h', |
51 'services/html_viewer/html_viewer.cc', | 53 'services/html_viewer/html_viewer.cc', |
52 'services/html_viewer/html_document_view.cc', | 54 'services/html_viewer/html_document_view.cc', |
53 'services/html_viewer/html_document_view.h', | 55 'services/html_viewer/html_document_view.h', |
54 'services/html_viewer/webcookiejar_impl.cc', | 56 'services/html_viewer/webcookiejar_impl.cc', |
55 'services/html_viewer/webcookiejar_impl.h', | 57 'services/html_viewer/webcookiejar_impl.h', |
56 'services/html_viewer/webmimeregistry_impl.cc', | 58 'services/html_viewer/webmimeregistry_impl.cc', |
57 'services/html_viewer/webmimeregistry_impl.h', | 59 'services/html_viewer/webmimeregistry_impl.h', |
58 'services/html_viewer/webstoragenamespace_impl.cc', | 60 'services/html_viewer/webstoragenamespace_impl.cc', |
59 'services/html_viewer/webstoragenamespace_impl.h', | 61 'services/html_viewer/webstoragenamespace_impl.h', |
60 'services/html_viewer/webthemeengine_impl.cc', | 62 'services/html_viewer/webthemeengine_impl.cc', |
(...skipping 797 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
858 'mojo_echo_bindings', | 860 'mojo_echo_bindings', |
859 ], | 861 ], |
860 'sources': [ | 862 'sources': [ |
861 'services/dbus_echo/dbus_echo_service.cc', | 863 'services/dbus_echo/dbus_echo_service.cc', |
862 ], | 864 ], |
863 }, | 865 }, |
864 ], | 866 ], |
865 }], | 867 }], |
866 ], | 868 ], |
867 } | 869 } |
OLD | NEW |