blob: ca20a24a53ee1739d681aa937af8651933851fe5 [file] [log] [blame]
# Copyright 2014 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# GYP version: mojo/mojo_services.gypi:mojo_html_viewer
shared_library("html_viewer") {
output_name = "mojo_html_viewer"
sources = [
"blink_basic_type_converters.cc",
"blink_basic_type_converters.h",
"blink_input_events_type_converters.cc",
"blink_input_events_type_converters.h",
"blink_platform_impl.cc",
"blink_platform_impl.h",
"blink_url_request_type_converters.cc",
"blink_url_request_type_converters.h",
"html_viewer.cc",
"html_document_view.cc",
"html_document_view.h",
"webclipboard_impl.cc",
"webclipboard_impl.h",
"webcookiejar_impl.cc",
"webcookiejar_impl.h",
"webmediaplayer_factory.cc",
"webmediaplayer_factory.h",
"webmimeregistry_impl.cc",
"webmimeregistry_impl.h",
"websockethandle_impl.cc",
"websockethandle_impl.h",
"webstoragenamespace_impl.cc",
"webstoragenamespace_impl.h",
"webthemeengine_impl.cc",
"webthemeengine_impl.h",
"webthread_impl.cc",
"webthread_impl.h",
"weburlloader_impl.cc",
"weburlloader_impl.h",
"weblayertreeview_impl.cc",
"weblayertreeview_impl.h",
]
include_dirs = [ "third_party/WebKit" ]
deps = [
"//base",
"//base/third_party/dynamic_annotations",
"//cc",
"//cc/blink",
"//cc/surfaces",
"//media",
"//media/audio",
"//media/base",
"//media/blink",
"//mojo/cc",
"//mojo/common",
"//mojo/application",
"//mojo/public/c/system:for_shared_library",
"//mojo/public/cpp/bindings",
"//mojo/public/cpp/utility",
"//mojo/public/interfaces/application",
"//mojo/services/public/cpp/network",
"//mojo/services/public/cpp/view_manager",
"//mojo/services/public/interfaces/clipboard",
"//mojo/services/public/interfaces/content_handler",
"//mojo/services/public/interfaces/gpu",
"//mojo/services/public/interfaces/input_events:input_events",
"//mojo/services/public/interfaces/navigation",
"//mojo/services/public/interfaces/network",
"//mojo/services/public/interfaces/surfaces",
"//mojo/services/public/cpp/surfaces",
"//net",
"//skia",
"//third_party/WebKit/public:blink",
"//ui/native_theme",
"//url",
]
}