Move public headers in WebKit/common to WebKit/public/common (3)
Moves: - associated_interfaces/*.h - mime_util/mime_util.h - origin_manifest/origin_manifest.h - origin_trials/*.h R=jam@chromium.org, haraken@chromium.org Bug: 809983 Change-Id: I6b8dca69a40b34f9ec43180d3794e0ff7ea19e9f Reviewed-on: https://chromium-review.googlesource.com/911909 Reviewed-by: Kentaro Hara <haraken@chromium.org> Reviewed-by: John Abd-El-Malek <jam@chromium.org> Commit-Queue: Kinuko Yasuda <kinuko@chromium.org> Cr-Commit-Position: refs/heads/master@{#536114}
This commit is contained in:

committed by
Commit Bot

parent
bef56b40a4
commit
9260b3c97e
chrome
browser
android
chromeos
file_manager
content_settings
download
engagement
extensions
media
media_galleries
net
plugins
predictors
prerender
renderer_context_menu
safe_browsing
ssl
ui
android
blocked_content
cocoa
content_settings
navigation_correction_tab_observer.ccsearch
tab_contents
views
webui
renderer
DEPS
autofill
chrome_content_renderer_client.ccchrome_render_frame_observer.ccchrome_render_thread_observer.cccontent_settings_observer.cccontent_settings_observer_browsertest.ccextensions
net
page_load_metrics
plugins
prerender
searchbox
components
content
browser
devtools
frame_host
host_zoom_map_observer.ccloader
manifest
origin_manifest
service_worker
service_worker_database.hservice_worker_script_url_loader.ccservice_worker_version.ccservice_worker_version.hservice_worker_write_to_cache_job.cc
web_contents
common
public
browser
renderer
shell
browser
layout_test
renderer
layout_test
test_runner
test
third_party/WebKit
Source
core
modules
platform
common
public
common
associated_interfaces
mime_util
origin_manifest
origin_trials
@ -24,7 +24,7 @@
|
||||
#include "jni/DownloadInfo_jni.h"
|
||||
#include "jni/DownloadItem_jni.h"
|
||||
#include "jni/DownloadManagerService_jni.h"
|
||||
#include "third_party/WebKit/common/mime_util/mime_util.h"
|
||||
#include "third_party/WebKit/public/common/mime_util/mime_util.h"
|
||||
|
||||
using base::android::JavaParamRef;
|
||||
using base::android::ConvertJavaStringToUTF8;
|
||||
|
@ -76,7 +76,7 @@
|
||||
#include "services/service_manager/public/cpp/bind_source_info.h"
|
||||
#include "services/service_manager/public/cpp/interface_provider.h"
|
||||
#include "skia/ext/image_operations.h"
|
||||
#include "third_party/WebKit/common/associated_interfaces/associated_interface_provider.h"
|
||||
#include "third_party/WebKit/public/common/associated_interfaces/associated_interface_provider.h"
|
||||
#include "third_party/WebKit/public/platform/WebReferrerPolicy.h"
|
||||
#include "ui/android/view_android.h"
|
||||
#include "ui/android/window_android.h"
|
||||
|
@ -27,7 +27,7 @@
|
||||
#include "content/public/browser/render_frame_host.h"
|
||||
#include "content/public/browser/web_contents.h"
|
||||
#include "content/public/common/manifest.h"
|
||||
#include "third_party/WebKit/common/associated_interfaces/associated_interface_provider.h"
|
||||
#include "third_party/WebKit/public/common/associated_interfaces/associated_interface_provider.h"
|
||||
#include "third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrientationLockType.h"
|
||||
#include "ui/gfx/codec/png_codec.h"
|
||||
#include "ui/gfx/favicon_size.h"
|
||||
|
@ -43,7 +43,7 @@
|
||||
#include "extensions/common/constants.h"
|
||||
#include "extensions/common/extension_set.h"
|
||||
#include "storage/browser/fileapi/file_system_url.h"
|
||||
#include "third_party/WebKit/common/mime_util/mime_util.h"
|
||||
#include "third_party/WebKit/public/common/mime_util/mime_util.h"
|
||||
|
||||
using extensions::Extension;
|
||||
using extensions::api::file_manager_private::Verb;
|
||||
|
@ -9,7 +9,7 @@
|
||||
#include "content/public/browser/navigation_handle.h"
|
||||
#include "content/public/browser/render_frame_host.h"
|
||||
#include "content/public/browser/site_instance.h"
|
||||
#include "third_party/WebKit/common/associated_interfaces/associated_interface_provider.h"
|
||||
#include "third_party/WebKit/public/common/associated_interfaces/associated_interface_provider.h"
|
||||
|
||||
using content::BrowserThread;
|
||||
using content::WebContents;
|
||||
|
@ -53,7 +53,7 @@
|
||||
#include "net/base/registry_controlled_domains/registry_controlled_domain.h"
|
||||
#include "net/cookies/canonical_cookie.h"
|
||||
#include "storage/common/fileapi/file_system_types.h"
|
||||
#include "third_party/WebKit/common/associated_interfaces/associated_interface_provider.h"
|
||||
#include "third_party/WebKit/public/common/associated_interfaces/associated_interface_provider.h"
|
||||
#include "url/origin.h"
|
||||
|
||||
using content::BrowserThread;
|
||||
|
@ -29,7 +29,7 @@
|
||||
#include "components/download/public/common/download_item.h"
|
||||
#include "content/public/browser/download_item_utils.h"
|
||||
#include "net/base/mime_util.h"
|
||||
#include "third_party/WebKit/common/mime_util/mime_util.h"
|
||||
#include "third_party/WebKit/public/common/mime_util/mime_util.h"
|
||||
#include "ui/base/l10n/l10n_util.h"
|
||||
#include "ui/base/l10n/time_format.h"
|
||||
#include "ui/base/text/bytes_formatting.h"
|
||||
|
@ -34,7 +34,7 @@
|
||||
#include "extensions/features/features.h"
|
||||
#include "net/base/filename_util.h"
|
||||
#include "ppapi/features/features.h"
|
||||
#include "third_party/WebKit/common/mime_util/mime_util.h"
|
||||
#include "third_party/WebKit/public/common/mime_util/mime_util.h"
|
||||
#include "ui/base/l10n/l10n_util.h"
|
||||
#include "url/origin.h"
|
||||
|
||||
|
@ -16,7 +16,7 @@
|
||||
#include "content/public/browser/navigation_handle.h"
|
||||
#include "content/public/browser/render_frame_host.h"
|
||||
#include "content/public/browser/web_contents.h"
|
||||
#include "third_party/WebKit/common/associated_interfaces/associated_interface_provider.h"
|
||||
#include "third_party/WebKit/public/common/associated_interfaces/associated_interface_provider.h"
|
||||
#include "url/gurl.h"
|
||||
#include "url/origin.h"
|
||||
|
||||
|
@ -35,7 +35,7 @@
|
||||
#include "content/public/browser/browser_thread.h"
|
||||
#include "content/public/browser/render_frame_host.h"
|
||||
#include "content/public/browser/web_contents.h"
|
||||
#include "third_party/WebKit/common/associated_interfaces/associated_interface_provider.h"
|
||||
#include "third_party/WebKit/public/common/associated_interfaces/associated_interface_provider.h"
|
||||
#include "url/gurl.h"
|
||||
|
||||
#if defined(OS_ANDROID)
|
||||
|
@ -26,7 +26,7 @@
|
||||
#include "content/public/browser/web_contents.h"
|
||||
#include "extensions/browser/extension_registry.h"
|
||||
#include "extensions/browser/extension_registry_observer.h"
|
||||
#include "third_party/WebKit/common/associated_interfaces/associated_interface_provider.h"
|
||||
#include "third_party/WebKit/public/common/associated_interfaces/associated_interface_provider.h"
|
||||
|
||||
namespace extensions {
|
||||
namespace {
|
||||
|
@ -62,7 +62,7 @@
|
||||
#include "extensions/common/feature_switch.h"
|
||||
#include "extensions/common/manifest_handlers/icons_handler.h"
|
||||
#include "services/service_manager/public/cpp/interface_provider.h"
|
||||
#include "third_party/WebKit/common/associated_interfaces/associated_interface_provider.h"
|
||||
#include "third_party/WebKit/public/common/associated_interfaces/associated_interface_provider.h"
|
||||
#include "url/url_constants.h"
|
||||
|
||||
#if defined(OS_WIN)
|
||||
|
@ -16,7 +16,7 @@
|
||||
#include "content/public/browser/render_frame_host.h"
|
||||
#include "content/public/browser/web_contents.h"
|
||||
#include "media/base/media_switches.h"
|
||||
#include "third_party/WebKit/common/associated_interfaces/associated_interface_provider.h"
|
||||
#include "third_party/WebKit/public/common/associated_interfaces/associated_interface_provider.h"
|
||||
#include "third_party/WebKit/public/platform/media_engagement.mojom.h"
|
||||
|
||||
#if !defined(OS_ANDROID)
|
||||
|
@ -15,7 +15,7 @@
|
||||
#include "base/strings/string_util.h"
|
||||
#include "build/build_config.h"
|
||||
#include "net/base/mime_util.h"
|
||||
#include "third_party/WebKit/common/mime_util/mime_util.h"
|
||||
#include "third_party/WebKit/public/common/mime_util/mime_util.h"
|
||||
|
||||
namespace {
|
||||
|
||||
|
@ -24,7 +24,7 @@
|
||||
#include "content/public/common/service_manager_connection.h"
|
||||
#include "net/base/mime_util.h"
|
||||
#include "services/service_manager/public/cpp/connector.h"
|
||||
#include "third_party/WebKit/common/mime_util/mime_util.h"
|
||||
#include "third_party/WebKit/public/common/mime_util/mime_util.h"
|
||||
|
||||
namespace {
|
||||
|
||||
|
@ -22,7 +22,7 @@
|
||||
#include "content/public/browser/render_frame_host.h"
|
||||
#include "ipc/ipc_message_macros.h"
|
||||
#include "net/base/net_errors.h"
|
||||
#include "third_party/WebKit/common/associated_interfaces/associated_interface_provider.h"
|
||||
#include "third_party/WebKit/public/common/associated_interfaces/associated_interface_provider.h"
|
||||
#include "url/gurl.h"
|
||||
|
||||
#if BUILDFLAG(ENABLE_OFFLINE_PAGES)
|
||||
|
@ -17,7 +17,7 @@
|
||||
#include "ppapi/host/ppapi_host.h"
|
||||
#include "ppapi/shared_impl/ppapi_switches.h"
|
||||
#include "services/service_manager/public/cpp/binder_registry.h"
|
||||
#include "third_party/WebKit/common/associated_interfaces/associated_interface_registry.h"
|
||||
#include "third_party/WebKit/public/common/associated_interfaces/associated_interface_registry.h"
|
||||
|
||||
#if BUILDFLAG(ENABLE_EXTENSIONS)
|
||||
#include "chrome/browser/extensions/extension_service.h"
|
||||
|
@ -18,7 +18,7 @@
|
||||
#include "content/public/common/resource_type.h"
|
||||
#include "net/http/http_response_headers.h"
|
||||
#include "net/url_request/url_request.h"
|
||||
#include "third_party/WebKit/common/mime_util/mime_util.h"
|
||||
#include "third_party/WebKit/public/common/mime_util/mime_util.h"
|
||||
|
||||
using content::BrowserThread;
|
||||
|
||||
|
@ -24,7 +24,7 @@
|
||||
#include "content/public/browser/session_storage_namespace.h"
|
||||
#include "content/public/common/referrer.h"
|
||||
#include "extensions/features/features.h"
|
||||
#include "third_party/WebKit/common/associated_interfaces/associated_interface_provider.h"
|
||||
#include "third_party/WebKit/public/common/associated_interfaces/associated_interface_provider.h"
|
||||
#include "ui/gfx/geometry/size.h"
|
||||
#include "url/gurl.h"
|
||||
|
||||
|
@ -121,7 +121,7 @@
|
||||
#include "ppapi/features/features.h"
|
||||
#include "printing/features/features.h"
|
||||
#include "services/service_manager/public/cpp/interface_provider.h"
|
||||
#include "third_party/WebKit/common/associated_interfaces/associated_interface_provider.h"
|
||||
#include "third_party/WebKit/public/common/associated_interfaces/associated_interface_provider.h"
|
||||
#include "third_party/WebKit/public/public_features.h"
|
||||
#include "third_party/WebKit/public/web/WebContextMenuData.h"
|
||||
#include "third_party/WebKit/public/web/WebMediaPlayerAction.h"
|
||||
|
@ -74,7 +74,7 @@
|
||||
#include "net/url_request/url_request_filter.h"
|
||||
#include "net/url_request/url_request_interceptor.h"
|
||||
#include "services/service_manager/public/cpp/interface_provider.h"
|
||||
#include "third_party/WebKit/common/associated_interfaces/associated_interface_provider.h"
|
||||
#include "third_party/WebKit/public/common/associated_interfaces/associated_interface_provider.h"
|
||||
#include "third_party/WebKit/public/platform/WebInputEvent.h"
|
||||
#include "third_party/WebKit/public/web/WebContextMenuData.h"
|
||||
#include "ui/base/models/menu_model.h"
|
||||
|
@ -18,7 +18,7 @@
|
||||
#if defined(SAFE_BROWSING_CSD)
|
||||
#include "chrome/browser/safe_browsing/client_side_detection_host.h"
|
||||
#include "chrome/common/chrome_render_frame.mojom.h"
|
||||
#include "third_party/WebKit/common/associated_interfaces/associated_interface_provider.h"
|
||||
#include "third_party/WebKit/public/common/associated_interfaces/associated_interface_provider.h"
|
||||
#endif
|
||||
|
||||
DEFINE_WEB_CONTENTS_USER_DATA_KEY(safe_browsing::SafeBrowsingTabObserver);
|
||||
|
@ -150,7 +150,7 @@
|
||||
#include "net/url_request/url_request_test_util.h"
|
||||
#include "services/network/public/cpp/features.h"
|
||||
#include "services/network/public/cpp/network_switches.h"
|
||||
#include "third_party/WebKit/common/associated_interfaces/associated_interface_provider.h"
|
||||
#include "third_party/WebKit/public/common/associated_interfaces/associated_interface_provider.h"
|
||||
#include "ui/base/l10n/l10n_util.h"
|
||||
|
||||
#if defined(USE_NSS_CERTS)
|
||||
|
@ -22,7 +22,7 @@
|
||||
#include "content/public/common/context_menu_params.h"
|
||||
#include "jni/ContextMenuHelper_jni.h"
|
||||
#include "jni/ContextMenuParams_jni.h"
|
||||
#include "third_party/WebKit/common/associated_interfaces/associated_interface_provider.h"
|
||||
#include "third_party/WebKit/public/common/associated_interfaces/associated_interface_provider.h"
|
||||
#include "third_party/WebKit/public/web/WebContextMenuData.h"
|
||||
#include "ui/android/view_android.h"
|
||||
#include "ui/gfx/android/java_bitmap.h"
|
||||
|
@ -30,7 +30,7 @@
|
||||
#include "content/public/browser/render_frame_host.h"
|
||||
#include "content/public/browser/render_view_host.h"
|
||||
#include "content/public/browser/web_contents.h"
|
||||
#include "third_party/WebKit/common/associated_interfaces/associated_interface_provider.h"
|
||||
#include "third_party/WebKit/public/common/associated_interfaces/associated_interface_provider.h"
|
||||
#include "url/gurl.h"
|
||||
|
||||
#if defined(OS_ANDROID)
|
||||
|
@ -17,7 +17,7 @@
|
||||
#include "ipc/ipc_message.h"
|
||||
#include "net/base/filename_util.h"
|
||||
#include "net/base/mime_util.h"
|
||||
#include "third_party/WebKit/common/mime_util/mime_util.h"
|
||||
#include "third_party/WebKit/public/common/mime_util/mime_util.h"
|
||||
#import "third_party/mozilla/NSPasteboard+Utils.h"
|
||||
#import "ui/base/dragdrop/cocoa_dnd_util.h"
|
||||
#include "ui/base/resource/resource_bundle.h"
|
||||
|
@ -62,7 +62,7 @@
|
||||
#include "content/public/browser/web_contents_delegate.h"
|
||||
#include "content/public/common/origin_util.h"
|
||||
#include "ppapi/features/features.h"
|
||||
#include "third_party/WebKit/common/associated_interfaces/associated_interface_provider.h"
|
||||
#include "third_party/WebKit/public/common/associated_interfaces/associated_interface_provider.h"
|
||||
#include "ui/base/l10n/l10n_util.h"
|
||||
#include "ui/base/material_design/material_design_controller.h"
|
||||
#include "ui/base/resource/resource_bundle.h"
|
||||
|
@ -18,7 +18,7 @@
|
||||
#include "content/public/browser/render_frame_host.h"
|
||||
#include "content/public/browser/web_contents.h"
|
||||
#include "google_apis/google_api_keys.h"
|
||||
#include "third_party/WebKit/common/associated_interfaces/associated_interface_provider.h"
|
||||
#include "third_party/WebKit/public/common/associated_interfaces/associated_interface_provider.h"
|
||||
|
||||
using content::RenderFrameHost;
|
||||
using content::WebContents;
|
||||
|
@ -17,7 +17,7 @@
|
||||
#include "content/public/browser/render_process_host.h"
|
||||
#include "content/public/browser/web_contents.h"
|
||||
#include "content/public/common/child_process_host.h"
|
||||
#include "third_party/WebKit/common/associated_interfaces/associated_interface_provider.h"
|
||||
#include "third_party/WebKit/public/common/associated_interfaces/associated_interface_provider.h"
|
||||
|
||||
namespace {
|
||||
|
||||
|
@ -35,7 +35,7 @@
|
||||
#include "content/public/common/context_menu_params.h"
|
||||
#include "net/base/load_states.h"
|
||||
#include "net/http/http_request_headers.h"
|
||||
#include "third_party/WebKit/common/associated_interfaces/associated_interface_provider.h"
|
||||
#include "third_party/WebKit/public/common/associated_interfaces/associated_interface_provider.h"
|
||||
#include "ui/base/l10n/l10n_util.h"
|
||||
|
||||
#if !defined(OS_ANDROID)
|
||||
|
@ -48,7 +48,7 @@
|
||||
#include "content/public/common/webplugininfo.h"
|
||||
#include "ipc/ipc_message.h"
|
||||
#include "net/base/filename_util.h"
|
||||
#include "third_party/WebKit/common/mime_util/mime_util.h"
|
||||
#include "third_party/WebKit/public/common/mime_util/mime_util.h"
|
||||
#include "third_party/metrics_proto/omnibox_event.pb.h"
|
||||
#include "ui/base/models/list_selection_model.h"
|
||||
#include "ui/gfx/image/image.h"
|
||||
|
@ -55,7 +55,7 @@
|
||||
#include "extensions/browser/extension_registry.h"
|
||||
#include "extensions/common/constants.h"
|
||||
#include "net/base/registry_controlled_domains/registry_controlled_domain.h"
|
||||
#include "third_party/WebKit/common/associated_interfaces/associated_interface_provider.h"
|
||||
#include "third_party/WebKit/public/common/associated_interfaces/associated_interface_provider.h"
|
||||
#include "third_party/icu/source/i18n/unicode/coll.h"
|
||||
#include "ui/base/l10n/l10n_util.h"
|
||||
#include "ui/web_dialogs/web_dialog_delegate.h"
|
||||
|
@ -21,7 +21,7 @@
|
||||
#include "content/public/browser/web_ui.h"
|
||||
#include "content/public/test/test_utils.h"
|
||||
#include "testing/gtest/include/gtest/gtest.h"
|
||||
#include "third_party/WebKit/common/associated_interfaces/associated_interface_provider.h"
|
||||
#include "third_party/WebKit/public/common/associated_interfaces/associated_interface_provider.h"
|
||||
|
||||
using content::RenderViewHost;
|
||||
|
||||
|
@ -58,7 +58,8 @@ include_rules = [
|
||||
"+services/service_manager/public/cpp",
|
||||
"+skia",
|
||||
"+storage/common",
|
||||
"+third_party/WebKit/common",
|
||||
"+third_party/WebKit/public/common",
|
||||
"+third_party/WebKit/common", # TODO(kinuko): Remove this.
|
||||
"+third_party/metrics_proto",
|
||||
"-components/spellcheck/browser", # Allow all spellcheck but browser.
|
||||
]
|
||||
|
@ -31,7 +31,7 @@
|
||||
#include "content/public/test/browser_test_utils.h"
|
||||
#include "services/service_manager/public/cpp/interface_provider.h"
|
||||
#include "testing/gtest/include/gtest/gtest.h"
|
||||
#include "third_party/WebKit/common/associated_interfaces/associated_interface_provider.h"
|
||||
#include "third_party/WebKit/public/common/associated_interfaces/associated_interface_provider.h"
|
||||
#include "third_party/WebKit/public/platform/WebString.h"
|
||||
#include "third_party/WebKit/public/platform/WebVector.h"
|
||||
#include "third_party/WebKit/public/web/WebDocument.h"
|
||||
|
@ -26,7 +26,7 @@
|
||||
#include "content/public/renderer/render_view.h"
|
||||
#include "services/service_manager/public/cpp/interface_provider.h"
|
||||
#include "testing/gtest/include/gtest/gtest.h"
|
||||
#include "third_party/WebKit/common/associated_interfaces/associated_interface_provider.h"
|
||||
#include "third_party/WebKit/public/common/associated_interfaces/associated_interface_provider.h"
|
||||
#include "third_party/WebKit/public/platform/WebString.h"
|
||||
#include "third_party/WebKit/public/web/WebDocument.h"
|
||||
#include "third_party/WebKit/public/web/WebLocalFrame.h"
|
||||
|
@ -116,8 +116,8 @@
|
||||
#include "services/service_manager/public/cpp/connector.h"
|
||||
#include "services/service_manager/public/cpp/interface_provider.h"
|
||||
#include "services/service_manager/public/cpp/service_context.h"
|
||||
#include "third_party/WebKit/common/associated_interfaces/associated_interface_provider.h"
|
||||
#include "third_party/WebKit/common/page/page_visibility_state.mojom.h"
|
||||
#include "third_party/WebKit/public/common/associated_interfaces/associated_interface_provider.h"
|
||||
#include "third_party/WebKit/public/platform/URLConversion.h"
|
||||
#include "third_party/WebKit/public/platform/WebCache.h"
|
||||
#include "third_party/WebKit/public/platform/WebRuntimeFeatures.h"
|
||||
|
@ -36,8 +36,8 @@
|
||||
#include "printing/features/features.h"
|
||||
#include "services/service_manager/public/cpp/binder_registry.h"
|
||||
#include "skia/ext/image_operations.h"
|
||||
#include "third_party/WebKit/common/associated_interfaces/associated_interface_provider.h"
|
||||
#include "third_party/WebKit/common/associated_interfaces/associated_interface_registry.h"
|
||||
#include "third_party/WebKit/public/common/associated_interfaces/associated_interface_provider.h"
|
||||
#include "third_party/WebKit/public/common/associated_interfaces/associated_interface_registry.h"
|
||||
#include "third_party/WebKit/public/platform/WebImage.h"
|
||||
#include "third_party/WebKit/public/platform/WebURLRequest.h"
|
||||
#include "third_party/WebKit/public/web/WebDocument.h"
|
||||
|
@ -55,7 +55,7 @@
|
||||
#include "net/base/net_module.h"
|
||||
#include "services/service_manager/public/cpp/binder_registry.h"
|
||||
#include "services/service_manager/public/cpp/connector.h"
|
||||
#include "third_party/WebKit/common/associated_interfaces/associated_interface_registry.h"
|
||||
#include "third_party/WebKit/public/common/associated_interfaces/associated_interface_registry.h"
|
||||
#include "third_party/WebKit/public/web/WebDocument.h"
|
||||
#include "third_party/WebKit/public/web/WebFrame.h"
|
||||
#include "third_party/WebKit/public/web/WebSecurityPolicy.h"
|
||||
|
@ -23,8 +23,8 @@
|
||||
#include "content/public/renderer/render_frame.h"
|
||||
#include "content/public/renderer/render_view.h"
|
||||
#include "extensions/features/features.h"
|
||||
#include "third_party/WebKit/common/associated_interfaces/associated_interface_provider.h"
|
||||
#include "third_party/WebKit/common/associated_interfaces/associated_interface_registry.h"
|
||||
#include "third_party/WebKit/public/common/associated_interfaces/associated_interface_provider.h"
|
||||
#include "third_party/WebKit/public/common/associated_interfaces/associated_interface_registry.h"
|
||||
#include "third_party/WebKit/public/platform/URLConversion.h"
|
||||
#include "third_party/WebKit/public/platform/WebClientHintsType.h"
|
||||
#include "third_party/WebKit/public/platform/WebContentSettingCallbacks.h"
|
||||
|
@ -20,7 +20,7 @@
|
||||
#include "ipc/ipc_test_sink.h"
|
||||
#include "testing/gmock/include/gmock/gmock.h"
|
||||
#include "testing/gtest/include/gtest/gtest.h"
|
||||
#include "third_party/WebKit/common/associated_interfaces/associated_interface_registry.h"
|
||||
#include "third_party/WebKit/public/common/associated_interfaces/associated_interface_registry.h"
|
||||
#include "third_party/WebKit/public/web/WebFrameContentDumper.h"
|
||||
#include "third_party/WebKit/public/web/WebView.h"
|
||||
|
||||
|
@ -14,7 +14,7 @@
|
||||
#include "extensions/common/extension.h"
|
||||
#include "extensions/common/extension_urls.h"
|
||||
#include "extensions/renderer/script_context.h"
|
||||
#include "third_party/WebKit/common/associated_interfaces/associated_interface_provider.h"
|
||||
#include "third_party/WebKit/public/common/associated_interfaces/associated_interface_provider.h"
|
||||
#include "third_party/WebKit/public/web/WebDocument.h"
|
||||
#include "third_party/WebKit/public/web/WebElement.h"
|
||||
#include "third_party/WebKit/public/web/WebLocalFrame.h"
|
||||
|
@ -39,8 +39,8 @@
|
||||
#include "ipc/ipc_message_macros.h"
|
||||
#include "net/base/net_errors.h"
|
||||
#include "net/traffic_annotation/network_traffic_annotation.h"
|
||||
#include "third_party/WebKit/common/associated_interfaces/associated_interface_provider.h"
|
||||
#include "third_party/WebKit/common/associated_interfaces/associated_interface_registry.h"
|
||||
#include "third_party/WebKit/public/common/associated_interfaces/associated_interface_provider.h"
|
||||
#include "third_party/WebKit/public/common/associated_interfaces/associated_interface_registry.h"
|
||||
#include "third_party/WebKit/public/platform/WebSecurityOrigin.h"
|
||||
#include "third_party/WebKit/public/platform/WebURL.h"
|
||||
#include "third_party/WebKit/public/platform/WebURLRequest.h"
|
||||
|
@ -13,7 +13,7 @@
|
||||
#include "chrome/renderer/page_load_metrics/page_timing_metrics_sender.h"
|
||||
#include "chrome/renderer/page_load_metrics/page_timing_sender.h"
|
||||
#include "content/public/renderer/render_frame.h"
|
||||
#include "third_party/WebKit/common/associated_interfaces/associated_interface_provider.h"
|
||||
#include "third_party/WebKit/public/common/associated_interfaces/associated_interface_provider.h"
|
||||
#include "third_party/WebKit/public/web/WebDocument.h"
|
||||
#include "third_party/WebKit/public/web/WebDocumentLoader.h"
|
||||
#include "third_party/WebKit/public/web/WebLocalFrame.h"
|
||||
|
@ -31,8 +31,8 @@
|
||||
#include "content/public/renderer/render_thread.h"
|
||||
#include "gin/object_template_builder.h"
|
||||
#include "ipc/ipc_sync_channel.h"
|
||||
#include "third_party/WebKit/common/associated_interfaces/associated_interface_provider.h"
|
||||
#include "third_party/WebKit/common/associated_interfaces/associated_interface_registry.h"
|
||||
#include "third_party/WebKit/public/common/associated_interfaces/associated_interface_provider.h"
|
||||
#include "third_party/WebKit/public/common/associated_interfaces/associated_interface_registry.h"
|
||||
#include "third_party/WebKit/public/platform/URLConversion.h"
|
||||
#include "third_party/WebKit/public/platform/WebInputEvent.h"
|
||||
#include "third_party/WebKit/public/platform/WebMouseEvent.h"
|
||||
|
@ -12,7 +12,7 @@
|
||||
#include "components/strings/grit/components_strings.h"
|
||||
#include "content/app/strings/grit/content_strings.h"
|
||||
#include "content/public/renderer/render_frame.h"
|
||||
#include "third_party/WebKit/common/associated_interfaces/associated_interface_provider.h"
|
||||
#include "third_party/WebKit/public/common/associated_interfaces/associated_interface_provider.h"
|
||||
#include "ui/base/l10n/l10n_util.h"
|
||||
#include "ui/base/resource/resource_bundle.h"
|
||||
#include "ui/base/webui/jstemplate_builder.h"
|
||||
|
@ -15,7 +15,7 @@
|
||||
#include "chrome/common/prerender.mojom.h"
|
||||
#include "content/public/renderer/render_thread_observer.h"
|
||||
#include "mojo/public/cpp/bindings/associated_binding_set.h"
|
||||
#include "third_party/WebKit/common/associated_interfaces/associated_interface_registry.h"
|
||||
#include "third_party/WebKit/public/common/associated_interfaces/associated_interface_registry.h"
|
||||
#include "third_party/WebKit/public/platform/WebPrerender.h"
|
||||
#include "third_party/WebKit/public/platform/WebPrerenderingSupport.h"
|
||||
|
||||
|
@ -9,7 +9,7 @@
|
||||
#include "chrome/common/search.mojom.h"
|
||||
#include "content/public/renderer/render_thread_observer.h"
|
||||
#include "mojo/public/cpp/bindings/associated_binding.h"
|
||||
#include "third_party/WebKit/common/associated_interfaces/associated_interface_registry.h"
|
||||
#include "third_party/WebKit/public/common/associated_interfaces/associated_interface_registry.h"
|
||||
#include "url/gurl.h"
|
||||
|
||||
// SearchBouncer tracks a set of URLs which should be transferred back to the
|
||||
|
@ -21,8 +21,8 @@
|
||||
#include "components/favicon_base/favicon_url_parser.h"
|
||||
#include "content/public/renderer/render_frame.h"
|
||||
#include "content/public/renderer/render_view.h"
|
||||
#include "third_party/WebKit/common/associated_interfaces/associated_interface_provider.h"
|
||||
#include "third_party/WebKit/common/associated_interfaces/associated_interface_registry.h"
|
||||
#include "third_party/WebKit/public/common/associated_interfaces/associated_interface_provider.h"
|
||||
#include "third_party/WebKit/public/common/associated_interfaces/associated_interface_registry.h"
|
||||
#include "third_party/WebKit/public/web/WebFrame.h"
|
||||
#include "third_party/WebKit/public/web/WebLocalFrame.h"
|
||||
#include "third_party/WebKit/public/web/WebPerformance.h"
|
||||
|
@ -3,7 +3,7 @@ include_rules = [
|
||||
"+content/public/renderer",
|
||||
"+third_party/re2",
|
||||
# Allow inclusion of WebKit API files.
|
||||
"+third_party/WebKit/common",
|
||||
"+third_party/WebKit/public/common",
|
||||
"+third_party/WebKit/public/platform",
|
||||
"+third_party/WebKit/public/web",
|
||||
]
|
||||
|
@ -24,7 +24,7 @@
|
||||
#include "content/public/renderer/render_frame.h"
|
||||
#include "content/public/renderer/render_view.h"
|
||||
#include "google_apis/gaia/gaia_urls.h"
|
||||
#include "third_party/WebKit/common/associated_interfaces/associated_interface_provider.h"
|
||||
#include "third_party/WebKit/public/common/associated_interfaces/associated_interface_provider.h"
|
||||
#include "third_party/WebKit/public/platform/WebSecurityOrigin.h"
|
||||
#include "third_party/WebKit/public/platform/WebVector.h"
|
||||
#include "third_party/WebKit/public/web/WebDocument.h"
|
||||
|
@ -23,7 +23,7 @@
|
||||
#include "ppapi/shared_impl/scoped_pp_resource.h"
|
||||
#include "ppapi/thunk/enter.h"
|
||||
#include "ppapi/thunk/ppb_image_data_api.h"
|
||||
#include "third_party/WebKit/common/associated_interfaces/associated_interface_provider.h"
|
||||
#include "third_party/WebKit/public/common/associated_interfaces/associated_interface_provider.h"
|
||||
|
||||
namespace pdf {
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
#include "content/public/browser/render_frame_host.h"
|
||||
#include "content/public/browser/web_contents.h"
|
||||
#include "content/public/common/content_client.h"
|
||||
#include "third_party/WebKit/common/associated_interfaces/associated_interface_provider.h"
|
||||
#include "third_party/WebKit/public/common/associated_interfaces/associated_interface_provider.h"
|
||||
|
||||
namespace content {
|
||||
|
||||
|
@ -52,7 +52,7 @@
|
||||
#include "net/base/load_flags.h"
|
||||
#include "net/http/http_request_headers.h"
|
||||
#include "services/network/public/cpp/features.h"
|
||||
#include "third_party/WebKit/common/associated_interfaces/associated_interface_provider.h"
|
||||
#include "third_party/WebKit/public/common/associated_interfaces/associated_interface_provider.h"
|
||||
|
||||
#if defined(OS_ANDROID)
|
||||
#include "content/public/browser/render_widget_host_view.h"
|
||||
|
@ -80,7 +80,7 @@
|
||||
#include "media/base/mime_util.h"
|
||||
#include "net/base/escape.h"
|
||||
#include "skia/ext/platform_canvas.h"
|
||||
#include "third_party/WebKit/common/mime_util/mime_util.h"
|
||||
#include "third_party/WebKit/public/common/mime_util/mime_util.h"
|
||||
#include "url/url_constants.h"
|
||||
|
||||
namespace content {
|
||||
|
@ -9,7 +9,7 @@
|
||||
#include "content/public/browser/navigation_handle.h"
|
||||
#include "content/public/browser/render_view_host.h"
|
||||
#include "content/public/browser/storage_partition.h"
|
||||
#include "third_party/WebKit/common/associated_interfaces/associated_interface_provider.h"
|
||||
#include "third_party/WebKit/public/common/associated_interfaces/associated_interface_provider.h"
|
||||
|
||||
namespace content {
|
||||
|
||||
|
@ -40,7 +40,7 @@
|
||||
#include "ppapi/features/features.h"
|
||||
#include "services/network/loader_util.h"
|
||||
#include "services/network/public/cpp/resource_response.h"
|
||||
#include "third_party/WebKit/common/mime_util/mime_util.h"
|
||||
#include "third_party/WebKit/public/common/mime_util/mime_util.h"
|
||||
#include "url/origin.h"
|
||||
|
||||
namespace content {
|
||||
|
@ -61,7 +61,7 @@
|
||||
#include "services/network/public/mojom/request_context_frame_type.mojom.h"
|
||||
#include "services/network/public/mojom/url_loader_factory.mojom.h"
|
||||
#include "services/service_manager/public/cpp/connector.h"
|
||||
#include "third_party/WebKit/common/mime_util/mime_util.h"
|
||||
#include "third_party/WebKit/public/common/mime_util/mime_util.h"
|
||||
|
||||
namespace content {
|
||||
|
||||
|
@ -22,7 +22,7 @@
|
||||
#include "net/test/embedded_test_server/embedded_test_server.h"
|
||||
#include "net/test/embedded_test_server/http_request.h"
|
||||
#include "net/test/embedded_test_server/http_response.h"
|
||||
#include "third_party/WebKit/common/associated_interfaces/associated_interface_provider.h"
|
||||
#include "third_party/WebKit/public/common/associated_interfaces/associated_interface_provider.h"
|
||||
#include "third_party/WebKit/public/platform/modules/manifest/manifest_manager.mojom.h"
|
||||
|
||||
namespace content {
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
#include "base/stl_util.h"
|
||||
#include "base/strings/utf_string_conversions.h"
|
||||
#include "third_party/WebKit/common/mime_util/mime_util.h"
|
||||
#include "third_party/WebKit/public/common/mime_util/mime_util.h"
|
||||
|
||||
namespace content {
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
#include "content/public/browser/web_contents.h"
|
||||
#include "content/public/common/manifest.h"
|
||||
#include "services/service_manager/public/cpp/interface_provider.h"
|
||||
#include "third_party/WebKit/common/associated_interfaces/associated_interface_provider.h"
|
||||
#include "third_party/WebKit/public/common/associated_interfaces/associated_interface_provider.h"
|
||||
|
||||
namespace content {
|
||||
|
||||
|
@ -9,7 +9,7 @@
|
||||
|
||||
#include "base/values.h"
|
||||
#include "content/common/content_export.h"
|
||||
#include "third_party/WebKit/common/origin_manifest/origin_manifest.h"
|
||||
#include "third_party/WebKit/public/common/origin_manifest/origin_manifest.h"
|
||||
|
||||
namespace base {
|
||||
class Value;
|
||||
|
@ -23,7 +23,7 @@
|
||||
#include "content/common/content_export.h"
|
||||
#include "content/common/service_worker/service_worker_status_code.h"
|
||||
#include "content/common/service_worker/service_worker_types.h"
|
||||
#include "third_party/WebKit/common/origin_trials/trial_token_validator.h"
|
||||
#include "third_party/WebKit/public/common/origin_trials/trial_token_validator.h"
|
||||
#include "url/gurl.h"
|
||||
#include "url/origin.h"
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
#include "content/common/service_worker/service_worker_utils.h"
|
||||
#include "net/cert/cert_status_flags.h"
|
||||
#include "services/network/public/cpp/resource_response.h"
|
||||
#include "third_party/WebKit/common/mime_util/mime_util.h"
|
||||
#include "third_party/WebKit/public/common/mime_util/mime_util.h"
|
||||
|
||||
namespace content {
|
||||
|
||||
|
@ -46,10 +46,10 @@
|
||||
#include "content/public/common/result_codes.h"
|
||||
#include "net/http/http_response_headers.h"
|
||||
#include "net/http/http_response_info.h"
|
||||
#include "third_party/WebKit/common/origin_trials/trial_token_validator.h"
|
||||
#include "third_party/WebKit/common/service_worker/service_worker_error_type.mojom.h"
|
||||
#include "third_party/WebKit/common/service_worker/service_worker_installed_scripts_manager.mojom.h"
|
||||
#include "third_party/WebKit/common/service_worker/service_worker_object.mojom.h"
|
||||
#include "third_party/WebKit/public/common/origin_trials/trial_token_validator.h"
|
||||
#include "third_party/WebKit/public/web/WebConsoleMessage.h"
|
||||
|
||||
namespace content {
|
||||
|
@ -41,10 +41,10 @@
|
||||
#include "ipc/ipc_message.h"
|
||||
#include "mojo/public/cpp/bindings/interface_ptr.h"
|
||||
#include "services/service_manager/public/cpp/interface_provider.h"
|
||||
#include "third_party/WebKit/common/origin_trials/trial_token_validator.h"
|
||||
#include "third_party/WebKit/common/service_worker/service_worker.mojom.h"
|
||||
#include "third_party/WebKit/common/service_worker/service_worker_client.mojom.h"
|
||||
#include "third_party/WebKit/common/service_worker/service_worker_event_status.mojom.h"
|
||||
#include "third_party/WebKit/public/common/origin_trials/trial_token_validator.h"
|
||||
#include "ui/base/mojo/window_open_disposition.mojom.h"
|
||||
#include "url/gurl.h"
|
||||
#include "url/origin.h"
|
||||
|
@ -27,7 +27,7 @@
|
||||
#include "net/url_request/url_request.h"
|
||||
#include "net/url_request/url_request_context.h"
|
||||
#include "net/url_request/url_request_status.h"
|
||||
#include "third_party/WebKit/common/mime_util/mime_util.h"
|
||||
#include "third_party/WebKit/public/common/mime_util/mime_util.h"
|
||||
#include "third_party/WebKit/public/web/WebConsoleMessage.h"
|
||||
|
||||
namespace content {
|
||||
|
@ -132,8 +132,8 @@
|
||||
#include "services/metrics/public/cpp/ukm_recorder.h"
|
||||
#include "services/service_manager/public/cpp/connector.h"
|
||||
#include "services/service_manager/public/cpp/interface_provider.h"
|
||||
#include "third_party/WebKit/common/mime_util/mime_util.h"
|
||||
#include "third_party/WebKit/public/common/frame/sandbox_flags.h"
|
||||
#include "third_party/WebKit/public/common/mime_util/mime_util.h"
|
||||
#include "third_party/WebKit/public/platform/WebSecurityStyle.h"
|
||||
#include "third_party/skia/include/core/SkBitmap.h"
|
||||
#include "ui/accessibility/ax_tree_combiner.h"
|
||||
|
@ -5,7 +5,7 @@
|
||||
#ifndef CONTENT_COMMON_ASSOCIATED_INTERFACE_PROVIDER_IMPL_H_
|
||||
#define CONTENT_COMMON_ASSOCIATED_INTERFACE_PROVIDER_IMPL_H_
|
||||
|
||||
#include "third_party/WebKit/common/associated_interfaces/associated_interface_provider.h"
|
||||
#include "third_party/WebKit/public/common/associated_interfaces/associated_interface_provider.h"
|
||||
|
||||
#include <stdint.h>
|
||||
#include <memory>
|
||||
|
@ -11,7 +11,7 @@
|
||||
#include "base/macros.h"
|
||||
#include "base/memory/weak_ptr.h"
|
||||
#include "mojo/public/cpp/bindings/scoped_interface_endpoint_handle.h"
|
||||
#include "third_party/WebKit/common/associated_interfaces/associated_interface_registry.h"
|
||||
#include "third_party/WebKit/public/common/associated_interfaces/associated_interface_registry.h"
|
||||
|
||||
namespace content {
|
||||
|
||||
|
@ -9,7 +9,7 @@
|
||||
#include "content/public/common/content_features.h"
|
||||
#include "content/public/common/origin_trial_policy.h"
|
||||
#include "content/public/common/origin_util.h"
|
||||
#include "third_party/WebKit/common/origin_trials/trial_token_validator.h"
|
||||
#include "third_party/WebKit/public/common/origin_trials/trial_token_validator.h"
|
||||
|
||||
namespace content {
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
#include "base/strings/string_piece.h"
|
||||
#include "content/common/content_export.h"
|
||||
#include "third_party/WebKit/common/origin_trials/trial_policy.h"
|
||||
#include "third_party/WebKit/public/common/origin_trials/trial_policy.h"
|
||||
|
||||
namespace blink {
|
||||
class TrialTokenValidator;
|
||||
|
@ -38,8 +38,8 @@
|
||||
#include "services/service_manager/sandbox/sandbox_type.h"
|
||||
#include "storage/browser/fileapi/file_system_context.h"
|
||||
#include "storage/browser/quota/quota_manager.h"
|
||||
#include "third_party/WebKit/common/associated_interfaces/associated_interface_registry.h"
|
||||
#include "third_party/WebKit/common/page/page_visibility_state.mojom.h"
|
||||
#include "third_party/WebKit/public/common/associated_interfaces/associated_interface_registry.h"
|
||||
#include "third_party/WebKit/public/web/window_features.mojom.h"
|
||||
#include "ui/base/page_transition_types.h"
|
||||
#include "ui/base/window_open_disposition.h"
|
||||
|
@ -57,7 +57,7 @@
|
||||
#include "services/network/public/cpp/resource_request.h"
|
||||
#include "services/network/public/mojom/request_context_frame_type.mojom.h"
|
||||
#include "services/network/public/mojom/url_loader.mojom.h"
|
||||
#include "third_party/WebKit/common/mime_util/mime_util.h"
|
||||
#include "third_party/WebKit/public/common/mime_util/mime_util.h"
|
||||
#include "third_party/WebKit/public/platform/FilePathConversion.h"
|
||||
#include "third_party/WebKit/public/platform/WebHTTPLoadInfo.h"
|
||||
#include "third_party/WebKit/public/platform/WebSecurityOrigin.h"
|
||||
|
@ -9,7 +9,7 @@
|
||||
#include "base/bind.h"
|
||||
#include "content/public/renderer/render_frame.h"
|
||||
#include "content/renderer/manifest/manifest_manager.h"
|
||||
#include "third_party/WebKit/common/associated_interfaces/associated_interface_provider.h"
|
||||
#include "third_party/WebKit/public/common/associated_interfaces/associated_interface_provider.h"
|
||||
#include "third_party/WebKit/public/web/WebDocument.h"
|
||||
#include "third_party/WebKit/public/web/WebLocalFrame.h"
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
#include "content/renderer/fetchers/manifest_fetcher.h"
|
||||
#include "content/renderer/manifest/manifest_parser.h"
|
||||
#include "content/renderer/manifest/manifest_uma_util.h"
|
||||
#include "third_party/WebKit/common/associated_interfaces/associated_interface_provider.h"
|
||||
#include "third_party/WebKit/public/common/associated_interfaces/associated_interface_provider.h"
|
||||
#include "third_party/WebKit/public/platform/WebURLResponse.h"
|
||||
#include "third_party/WebKit/public/web/WebConsoleMessage.h"
|
||||
#include "third_party/WebKit/public/web/WebDocument.h"
|
||||
|
@ -5,8 +5,8 @@
|
||||
#include "content/renderer/origin_trials/web_trial_token_validator_impl.h"
|
||||
|
||||
#include "base/time/time.h"
|
||||
#include "third_party/WebKit/common/origin_trials/trial_token.h"
|
||||
#include "third_party/WebKit/common/origin_trials/trial_token_validator.h"
|
||||
#include "third_party/WebKit/public/common/origin_trials/trial_token.h"
|
||||
#include "third_party/WebKit/public/common/origin_trials/trial_token_validator.h"
|
||||
|
||||
namespace content {
|
||||
|
||||
|
@ -162,8 +162,8 @@
|
||||
#include "services/service_manager/public/cpp/interface_provider.h"
|
||||
#include "services/service_manager/public/mojom/interface_provider.mojom.h"
|
||||
#include "services/ui/public/cpp/gpu/context_provider_command_buffer.h"
|
||||
#include "third_party/WebKit/common/associated_interfaces/associated_interface_provider.h"
|
||||
#include "third_party/WebKit/common/page/page_visibility_state.mojom.h"
|
||||
#include "third_party/WebKit/public/common/associated_interfaces/associated_interface_provider.h"
|
||||
#include "third_party/WebKit/public/common/frame/sandbox_flags.h"
|
||||
#include "third_party/WebKit/public/platform/FilePathConversion.h"
|
||||
#include "third_party/WebKit/public/platform/InterfaceProvider.h"
|
||||
|
@ -107,8 +107,8 @@
|
||||
#include "net/nqe/effective_connection_type.h"
|
||||
#include "ppapi/features/features.h"
|
||||
#include "skia/ext/platform_canvas.h"
|
||||
#include "third_party/WebKit/common/associated_interfaces/associated_interface_provider.h"
|
||||
#include "third_party/WebKit/common/page/page_visibility_state.mojom.h"
|
||||
#include "third_party/WebKit/public/common/associated_interfaces/associated_interface_provider.h"
|
||||
#include "third_party/WebKit/public/platform/FilePathConversion.h"
|
||||
#include "third_party/WebKit/public/platform/URLConversion.h"
|
||||
#include "third_party/WebKit/public/platform/WebConnectionType.h"
|
||||
|
@ -97,7 +97,7 @@
|
||||
#include "services/service_manager/public/cpp/interface_provider.h"
|
||||
#include "services/ui/public/cpp/gpu/context_provider_command_buffer.h"
|
||||
#include "storage/common/database/database_identifier.h"
|
||||
#include "third_party/WebKit/common/origin_trials/trial_token_validator.h"
|
||||
#include "third_party/WebKit/public/common/origin_trials/trial_token_validator.h"
|
||||
#include "third_party/WebKit/public/platform/BlameContext.h"
|
||||
#include "third_party/WebKit/public/platform/FilePathConversion.h"
|
||||
#include "third_party/WebKit/public/platform/URLConversion.h"
|
||||
|
@ -66,7 +66,7 @@
|
||||
#include "content/shell/common/shell_messages.h"
|
||||
#include "content/shell/renderer/layout_test/blink_test_helpers.h"
|
||||
#include "content/shell/test_runner/test_common.h"
|
||||
#include "third_party/WebKit/common/associated_interfaces/associated_interface_provider.h"
|
||||
#include "third_party/WebKit/public/common/associated_interfaces/associated_interface_provider.h"
|
||||
#include "ui/gfx/codec/png_codec.h"
|
||||
|
||||
#if defined(OS_MACOSX)
|
||||
|
@ -11,7 +11,7 @@
|
||||
#include "content/shell/renderer/layout_test/layout_test_render_thread_observer.h"
|
||||
#include "content/shell/test_runner/web_test_interfaces.h"
|
||||
#include "content/shell/test_runner/web_test_runner.h"
|
||||
#include "third_party/WebKit/common/associated_interfaces/associated_interface_registry.h"
|
||||
#include "third_party/WebKit/public/common/associated_interfaces/associated_interface_registry.h"
|
||||
#include "third_party/WebKit/public/web/WebLocalFrame.h"
|
||||
|
||||
namespace content {
|
||||
|
@ -11,7 +11,7 @@
|
||||
#include "base/single_thread_task_runner.h"
|
||||
#include "base/threading/thread_task_runner_handle.h"
|
||||
#include "content/public/renderer/render_frame.h"
|
||||
#include "third_party/WebKit/common/associated_interfaces/associated_interface_provider.h"
|
||||
#include "third_party/WebKit/public/common/associated_interfaces/associated_interface_provider.h"
|
||||
#include "third_party/WebKit/public/web/WebLocalFrame.h"
|
||||
|
||||
namespace test_runner {
|
||||
|
@ -2,7 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "third_party/WebKit/common/origin_trials/trial_token.h"
|
||||
#include "third_party/WebKit/public/common/origin_trials/trial_token.h"
|
||||
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
|
@ -18,7 +18,7 @@
|
||||
#include "content/public/test/mock_render_thread.h"
|
||||
#include "content/renderer/loader/web_url_loader_impl.h"
|
||||
#include "services/network/public/cpp/resource_response.h"
|
||||
#include "third_party/WebKit/common/associated_interfaces/associated_interface_provider.h"
|
||||
#include "third_party/WebKit/public/common/associated_interfaces/associated_interface_provider.h"
|
||||
#include "third_party/WebKit/public/web/WebLocalFrame.h"
|
||||
|
||||
namespace content {
|
||||
|
3
third_party/WebKit/Source/core/DEPS
vendored
3
third_party/WebKit/Source/core/DEPS
vendored
@ -3,11 +3,11 @@ include_rules = [
|
||||
"+base/memory/scoped_refptr.h",
|
||||
"+base/unguessable_token.h",
|
||||
"+bindings/core",
|
||||
"-bindings/modules",
|
||||
"+build/mac",
|
||||
"+build/win",
|
||||
"+common",
|
||||
"+core",
|
||||
"-bindings/modules",
|
||||
"+gpu/config/gpu_feature_info.h",
|
||||
"-inspector/v8",
|
||||
"+inspector/v8/public",
|
||||
@ -15,6 +15,7 @@ include_rules = [
|
||||
"+mojo/public/cpp/bindings",
|
||||
"+mojo/public/cpp/system",
|
||||
"+platform",
|
||||
"+public/common",
|
||||
"+public/platform",
|
||||
"+public/web",
|
||||
"+services/metrics/public",
|
||||
|
@ -8,8 +8,6 @@
|
||||
#include "bindings/core/v8/V8BindingForCore.h"
|
||||
#include "bindings/core/v8/WindowProxy.h"
|
||||
#include "bindings/core/v8/WorkerOrWorkletScriptController.h"
|
||||
#include "common/origin_trials/trial_token.h"
|
||||
#include "common/origin_trials/trial_token_validator.h"
|
||||
#include "core/dom/Document.h"
|
||||
#include "core/dom/ExecutionContext.h"
|
||||
#include "core/frame/LocalFrame.h"
|
||||
@ -20,6 +18,8 @@
|
||||
#include "platform/weborigin/SecurityOrigin.h"
|
||||
#include "platform/wtf/Vector.h"
|
||||
#include "platform/wtf/text/StringBuilder.h"
|
||||
#include "public/common/origin_trials/trial_token.h"
|
||||
#include "public/common/origin_trials/trial_token_validator.h"
|
||||
#include "public/platform/Platform.h"
|
||||
#include "public/platform/WebSecurityOrigin.h"
|
||||
#include "public/platform/WebTrialTokenValidator.h"
|
||||
|
@ -5,7 +5,6 @@
|
||||
#include "core/origin_trials/OriginTrialContext.h"
|
||||
|
||||
#include <memory>
|
||||
#include "common/origin_trials/trial_token.h"
|
||||
#include "core/dom/DOMException.h"
|
||||
#include "core/frame/LocalFrameView.h"
|
||||
#include "core/html/HTMLHeadElement.h"
|
||||
@ -19,6 +18,7 @@
|
||||
#include "platform/weborigin/SecurityOrigin.h"
|
||||
#include "platform/wtf/PtrUtil.h"
|
||||
#include "platform/wtf/Vector.h"
|
||||
#include "public/common/origin_trials/trial_token.h"
|
||||
#include "public/platform/WebTrialTokenValidator.h"
|
||||
#include "testing/gtest/include/gtest/gtest.h"
|
||||
|
||||
|
1
third_party/WebKit/Source/modules/DEPS
vendored
1
third_party/WebKit/Source/modules/DEPS
vendored
@ -13,6 +13,7 @@ include_rules = [
|
||||
# We are moving from WTF_MAKE_NONCOPYABLE to DISALLOW_COPY_AND_ASSIGN. Stop
|
||||
# new dependencies on WTF_MAKE_NONCOPYABLE.
|
||||
"!platform/wtf/Noncopyable.h",
|
||||
"+public/common",
|
||||
"+public/platform",
|
||||
"+public/web",
|
||||
"+services/service_manager/public/mojom/interface_provider.mojom-blink.h",
|
||||
|
@ -1,5 +1,4 @@
|
||||
include_rules = [
|
||||
"+common/associated_interfaces/associated_interface_provider.h",
|
||||
"+services/device/public/interfaces/screen_orientation.mojom-blink.h",
|
||||
"-modules",
|
||||
"+modules/EventTargetModules.h",
|
||||
|
@ -6,7 +6,6 @@
|
||||
|
||||
#include <memory>
|
||||
#include <utility>
|
||||
#include "common/associated_interfaces/associated_interface_provider.h"
|
||||
#include "core/dom/Document.h"
|
||||
#include "core/dom/events/Event.h"
|
||||
#include "core/frame/LocalFrame.h"
|
||||
@ -17,6 +16,7 @@
|
||||
#include "modules/screen_orientation/ScreenOrientationDispatcher.h"
|
||||
#include "platform/LayoutTestSupport.h"
|
||||
#include "platform/ScopedOrientationChangeIndicator.h"
|
||||
#include "public/common/associated_interfaces/associated_interface_provider.h"
|
||||
#include "public/platform/TaskType.h"
|
||||
#include "public/platform/WebScreenInfo.h"
|
||||
|
||||
|
@ -1,5 +1,4 @@
|
||||
include_rules = [
|
||||
"+public/common/feature_policy",
|
||||
"-modules",
|
||||
"+modules/EventModules.h",
|
||||
"+modules/EventTargetModules.h",
|
||||
|
@ -67,7 +67,7 @@
|
||||
#include "public/platform/modules/serviceworker/WebServiceWorkerCacheStorage.h"
|
||||
#include "public/platform/modules/webmidi/WebMIDIAccessor.h"
|
||||
#include "services/service_manager/public/cpp/connector.h"
|
||||
#include "third_party/WebKit/common/origin_trials/trial_policy.h"
|
||||
#include "third_party/WebKit/public/common/origin_trials/trial_policy.h"
|
||||
|
||||
namespace blink {
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
#include "platform/wtf/text/WTFString.h"
|
||||
#include "public/platform/URLConversion.h"
|
||||
#include "public/platform/WebString.h"
|
||||
#include "third_party/WebKit/common/mime_util/mime_util.h"
|
||||
#include "third_party/WebKit/public/common/mime_util/mime_util.h"
|
||||
#include "url/gurl.h"
|
||||
|
||||
namespace {
|
||||
|
@ -15,7 +15,7 @@
|
||||
#include "public/platform/InterfaceProvider.h"
|
||||
#include "public/platform/Platform.h"
|
||||
#include "public/platform/mime_registry.mojom-blink.h"
|
||||
#include "third_party/WebKit/common/mime_util/mime_util.h"
|
||||
#include "third_party/WebKit/public/common/mime_util/mime_util.h"
|
||||
|
||||
namespace blink {
|
||||
|
||||
|
13
third_party/WebKit/common/BUILD.gn
vendored
13
third_party/WebKit/common/BUILD.gn
vendored
@ -24,10 +24,7 @@ jumbo_component("blink_common") {
|
||||
defines = [ "BLINK_COMMON_IMPLEMENTATION=1" ]
|
||||
|
||||
sources = [
|
||||
"associated_interfaces/associated_interface_provider.h",
|
||||
"associated_interfaces/associated_interface_registry.h",
|
||||
"client_hints/client_hints.cc",
|
||||
"common/message_port/message_port_channel.h",
|
||||
"common_export.h",
|
||||
"device_memory/approximated_device_memory.cc",
|
||||
"feature_policy/feature_policy.cc",
|
||||
@ -40,18 +37,16 @@ jumbo_component("blink_common") {
|
||||
"message_port/transferable_message_struct_traits.cc",
|
||||
"message_port/transferable_message_struct_traits.h",
|
||||
"mime_util/mime_util.cc",
|
||||
"mime_util/mime_util.h",
|
||||
"origin_manifest/origin_manifest.cc",
|
||||
"origin_manifest/origin_manifest.h",
|
||||
"origin_trials/trial_token.cc",
|
||||
"origin_trials/trial_token.h",
|
||||
"origin_trials/trial_token_validator.cc",
|
||||
"origin_trials/trial_token_validator.h",
|
||||
"page/launching_process_state.h",
|
||||
"sampling_heap_profiler/sampling_heap_profiler.cc",
|
||||
"sampling_heap_profiler/sampling_heap_profiler.h",
|
||||
|
||||
# TODO(kinuko): Split out the target for public headers.
|
||||
"../public/common/associated_interfaces/associated_interface_provider.h",
|
||||
"../public/common/associated_interfaces/associated_interface_registry.h",
|
||||
"../public/common/client_hints/client_hints.h",
|
||||
"../public/common/device_memory/approximated_device_memory.h",
|
||||
"../public/common/feature_policy/feature_policy.h",
|
||||
@ -61,6 +56,10 @@ jumbo_component("blink_common") {
|
||||
"../public/common/message_port/cloneable_message.h",
|
||||
"../public/common/message_port/message_port_channel.h",
|
||||
"../public/common/message_port/transferable_message.h",
|
||||
"../public/common/mime_util/mime_util.h",
|
||||
"../public/common/origin_manifest/origin_manifest.h",
|
||||
"../public/common/origin_trials/trial_token.h",
|
||||
"../public/common/origin_trials/trial_token_validator.h",
|
||||
]
|
||||
|
||||
public_deps = [
|
||||
|
@ -2,7 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "third_party/WebKit/common/mime_util/mime_util.h"
|
||||
#include "third_party/WebKit/public/common/mime_util/mime_util.h"
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "third_party/WebKit/common/mime_util/mime_util.h"
|
||||
#include "third_party/WebKit/public/common/mime_util/mime_util.h"
|
||||
|
||||
#include "build/build_config.h"
|
||||
#include "net/base/mime_util.h"
|
||||
|
@ -2,7 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "third_party/WebKit/common/origin_manifest/origin_manifest.h"
|
||||
#include "third_party/WebKit/public/common/origin_manifest/origin_manifest.h"
|
||||
|
||||
namespace blink {
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "third_party/WebKit/common/origin_manifest/origin_manifest.h"
|
||||
#include "third_party/WebKit/public/common/origin_manifest/origin_manifest.h"
|
||||
|
||||
#include "testing/gtest/include/gtest/gtest.h"
|
||||
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user