OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 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 # GYP version: mojo/mojo_services.gypi:mojo_html_viewer | 5 # GYP version: mojo/mojo_services.gypi:html_viewer |
6 shared_library("html_viewer") { | 6 shared_library("html_viewer") { |
7 output_name = "mojo_html_viewer" | |
8 | |
9 sources = [ | 7 sources = [ |
10 "blink_basic_type_converters.cc", | 8 "blink_basic_type_converters.cc", |
11 "blink_basic_type_converters.h", | 9 "blink_basic_type_converters.h", |
12 "blink_input_events_type_converters.cc", | 10 "blink_input_events_type_converters.cc", |
13 "blink_input_events_type_converters.h", | 11 "blink_input_events_type_converters.h", |
14 "blink_platform_impl.cc", | 12 "blink_platform_impl.cc", |
15 "blink_platform_impl.h", | 13 "blink_platform_impl.h", |
16 "blink_url_request_type_converters.cc", | 14 "blink_url_request_type_converters.cc", |
17 "blink_url_request_type_converters.h", | 15 "blink_url_request_type_converters.h", |
18 "html_viewer.cc", | 16 "html_viewer.cc", |
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
69 "//mojo/services/public/interfaces/navigation", | 67 "//mojo/services/public/interfaces/navigation", |
70 "//mojo/services/public/interfaces/network", | 68 "//mojo/services/public/interfaces/network", |
71 "//mojo/services/public/interfaces/surfaces", | 69 "//mojo/services/public/interfaces/surfaces", |
72 "//net", | 70 "//net", |
73 "//skia", | 71 "//skia", |
74 "//third_party/WebKit/public:blink", | 72 "//third_party/WebKit/public:blink", |
75 "//ui/native_theme", | 73 "//ui/native_theme", |
76 "//url", | 74 "//url", |
77 ] | 75 ] |
78 } | 76 } |
OLD | NEW |