Skip to content

Commit

Permalink
The Great Blink mv for source files, part 1.
Browse files Browse the repository at this point in the history
Update file contents without moving files.

NOAUTOREVERT=true
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
TBR=darin@chromium.org

Bug: 768828
Change-Id: I8a2f4535a49a25f44b43df32f25691c0a2556d28
Reviewed-on: https://chromium-review.googlesource.com/1001152
Commit-Queue: Blink Reformat <blink-reformat@chromium.org>
Reviewed-by: Blink Reformat <blink-reformat@chromium.org>
Reviewed-by: Kent Tamura <tkent@chromium.org>
Cr-Commit-Position: refs/heads/master@{#549060}
  • Loading branch information
Blink Reformat authored and Commit Bot committed Apr 7, 2018
1 parent 955d893 commit a30d423
Show file tree
Hide file tree
Showing 12,156 changed files with 86,839 additions and 86,824 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
16 changes: 8 additions & 8 deletions .gn
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,16 @@ default_args = {
v8_extra_library_files = [
# Dependencies used by the extra libraries. Putting them here causes them
# to be executed first during snapshot creation.
"//third_party/WebKit/Source/core/streams/CommonOperations.js",
"//third_party/WebKit/Source/core/streams/CommonStrings.js",
"//third_party/WebKit/Source/core/streams/SimpleQueue.js",
"//third_party/blink/renderer/core/streams/CommonOperations.js",
"//third_party/blink/renderer/core/streams/CommonStrings.js",
"//third_party/blink/renderer/core/streams/SimpleQueue.js",

# Extra libraries.
"//third_party/WebKit/Source/core/streams/ByteLengthQueuingStrategy.js",
"//third_party/WebKit/Source/core/streams/CountQueuingStrategy.js",
"//third_party/WebKit/Source/core/streams/ReadableStream.js",
"//third_party/WebKit/Source/core/streams/WritableStream.js",
"//third_party/WebKit/Source/core/streams/TransformStream.js",
"//third_party/blink/renderer/core/streams/ByteLengthQueuingStrategy.js",
"//third_party/blink/renderer/core/streams/CountQueuingStrategy.js",
"//third_party/blink/renderer/core/streams/ReadableStream.js",
"//third_party/blink/renderer/core/streams/WritableStream.js",
"//third_party/blink/renderer/core/streams/TransformStream.js",
]
v8_experimental_extra_library_files = []
v8_enable_gdbjit = false
Expand Down
16 changes: 8 additions & 8 deletions BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,8 @@ group("gn_all") {
"//mojo:mojo_unittests",
"//mojo/common:mojo_common_unittests",
"//net:net_perftests",
"//third_party/WebKit/Source/controller:webkit_unit_tests",
"//third_party/WebKit/Source/platform/wtf:wtf_unittests",
"//third_party/blink/renderer/controller:webkit_unit_tests",
"//third_party/blink/renderer/platform/wtf:wtf_unittests",
"//ui/gl:gl_unittests",
"//url/ipc:url_ipc_unittests",
]
Expand Down Expand Up @@ -203,11 +203,11 @@ group("gn_all") {
"//media/capture:capture_unittests",
"//media/cast:cast_unittests",
"//storage:storage_unittests",
"//third_party/WebKit/Source/platform:blink_platform_unittests",
"//third_party/WebKit/Source/platform/heap:blink_heap_unittests",
"//third_party/angle/src/tests:angle_end2end_tests",
"//third_party/angle/src/tests:angle_unittests",
"//third_party/angle/src/tests:angle_white_box_tests",
"//third_party/blink/renderer/platform:blink_platform_unittests",
"//third_party/blink/renderer/platform/heap:blink_heap_unittests",
"//third_party/catapult/telemetry:bitmaptools($host_toolchain)",
"//third_party/smhasher:pmurhash",
"//tools/imagediff($host_toolchain)",
Expand Down Expand Up @@ -856,7 +856,7 @@ if (!is_ios) {

deps = [
":webkit_layout_tests",
"//third_party/WebKit/public:all_blink",
"//third_party/blink/public:all_blink",
]
}

Expand Down Expand Up @@ -902,8 +902,8 @@ if (!is_ios) {
"//services/shape_detection/public/mojom:mojom_js_data_deps",
"//services/device/public/mojom:mojom_js_data_deps",
"//services/device/public/mojom:generic_sensor_js_data_deps",
"//third_party/WebKit/public:blink_devtools_frontend_resources_files",
"//third_party/WebKit/public:mojo_bindings_js_data_deps",
"//third_party/blink/public:blink_devtools_frontend_resources_files",
"//third_party/blink/public:mojo_bindings_js_data_deps",
"//third_party/mesa:osmesa",
"//tools/imagediff",
]
Expand Down Expand Up @@ -997,7 +997,7 @@ if (!is_ios) {
"//third_party/WebKit/LayoutTests/SlowTests",
"//third_party/WebKit/LayoutTests/TestExpectations",
"//third_party/WebKit/LayoutTests/VirtualTestSuites",
"//third_party/WebKit/Source/bindings/scripts/",
"//third_party/blink/renderer/bindings/scripts/",
"//third_party/WebKit/Tools/Scripts/",
"//third_party/blink/tools/",
"//third_party/catapult/common/py_utils/",
Expand Down
356 changes: 178 additions & 178 deletions WATCHLISTS

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions android_webview/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -134,9 +134,9 @@ android_assets("locale_pak_assets") {

repack("repack_pack") {
sources = [
"$root_gen_dir/blink/public/resources/blink_resources.pak",
"$root_gen_dir/content/content_resources.pak",
"$root_gen_dir/net/net_resources.pak",
"$root_gen_dir/third_party/blink/public/resources/blink_resources.pak",
"$target_gen_dir/aw_resources.pak",
"$target_gen_dir/components_resources.pak",
"$target_gen_dir/webui_resources.pak",
Expand All @@ -147,7 +147,7 @@ repack("repack_pack") {
":generate_webui_resources",
"//content:resources",
"//net:net_resources",
"//third_party/WebKit/public:resources",
"//third_party/blink/public:resources",
]
output = "$target_gen_dir/resources.pak"

Expand All @@ -159,13 +159,13 @@ repack("repack_pack") {

repack("repack_100_percent") {
sources = [
"$root_gen_dir/blink/public/resources/blink_scaled_resources_100_percent.pak",
"$root_gen_dir/content/app/resources/content_resources_100_percent.pak",
"$root_gen_dir/third_party/blink/public/resources/blink_scaled_resources_100_percent.pak",
"$root_gen_dir/ui/resources/ui_resources_100_percent.pak",
]
deps = [
"//content/app/resources",
"//third_party/WebKit/public:scaled_resources_100_percent",
"//third_party/blink/public:scaled_resources_100_percent",
"//ui/resources",
]
output = "$target_gen_dir/chrome_100_percent.pak"
Expand Down Expand Up @@ -767,7 +767,7 @@ source_set("common") {
"//skia",
"//storage/browser",
"//storage/common",
"//third_party/WebKit/public:blink",
"//third_party/blink/public:blink",
"//ui/base",
"//ui/events:gesture_detection",
"//ui/gfx",
Expand Down Expand Up @@ -896,8 +896,8 @@ android_library("android_webview_java") {
"//device/gamepad:java",
"//device/geolocation:geolocation_java",
"//net/android:net_java",
"//third_party/WebKit/public:blink_headers_java",
"//third_party/android_tools:android_support_annotations_java",
"//third_party/blink/public:blink_headers_java",
"//ui/android:ui_java",
]

Expand Down
6 changes: 3 additions & 3 deletions android_webview/browser/DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ include_rules = [


# QuotaStatusCode required by AwQuotaManagerBridge.
"+third_party/WebKit/public/mojom/quota",
"+third_party/blink/public/mojom/quota",
# POD structure required by the find-in-page IPC messages.
"+third_party/WebKit/public/web/WebFindOptions.h",
"+third_party/blink/public/web/web_find_options.h",
# Interface required for in-process input event handling.
"+third_party/WebKit/public/web/WebCompositorInputHandler.h"
"+third_party/blink/public/web/WebCompositorInputHandler.h"
]
2 changes: 1 addition & 1 deletion android_webview/browser/aw_quota_manager_bridge.cc
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#include "content/public/common/content_client.h"
#include "jni/AwQuotaManagerBridge_jni.h"
#include "storage/browser/quota/quota_manager.h"
#include "third_party/WebKit/public/mojom/quota/quota_types.mojom.h"
#include "third_party/blink/public/mojom/quota/quota_types.mojom.h"
#include "url/gurl.h"

using base::android::AttachCurrentThread;
Expand Down
2 changes: 1 addition & 1 deletion android_webview/browser/find_helper.cc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#include "content/public/browser/render_view_host.h"
#include "content/public/browser/web_contents.h"
#include "content/public/common/stop_find_action.h"
#include "third_party/WebKit/public/web/WebFindOptions.h"
#include "third_party/blink/public/web/web_find_options.h"

using content::WebContents;
using blink::WebFindOptions;
Expand Down
4 changes: 2 additions & 2 deletions android_webview/renderer/DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ include_rules = [
"+services/network/public/cpp",
"+services/service_manager/public/cpp",

"+third_party/WebKit/public/platform",
"+third_party/WebKit/public/web",
"+third_party/blink/public/platform",
"+third_party/blink/public/web",

"+ui/gfx",
"+ui/gl/gpu_memory_buffer.h",
Expand Down
14 changes: 7 additions & 7 deletions android_webview/renderer/aw_content_renderer_client.cc
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@
#include "services/network/public/cpp/features.h"
#include "services/service_manager/public/cpp/connector.h"
#include "services/service_manager/public/cpp/interface_provider.h"
#include "third_party/WebKit/public/platform/WebString.h"
#include "third_party/WebKit/public/platform/WebURL.h"
#include "third_party/WebKit/public/platform/WebURLError.h"
#include "third_party/WebKit/public/platform/WebURLRequest.h"
#include "third_party/WebKit/public/web/WebFrame.h"
#include "third_party/WebKit/public/web/WebNavigationType.h"
#include "third_party/WebKit/public/web/WebSecurityPolicy.h"
#include "third_party/blink/public/platform/web_string.h"
#include "third_party/blink/public/platform/web_url.h"
#include "third_party/blink/public/platform/web_url_error.h"
#include "third_party/blink/public/platform/web_url_request.h"
#include "third_party/blink/public/web/web_frame.h"
#include "third_party/blink/public/web/web_navigation_type.h"
#include "third_party/blink/public/web/web_security_policy.h"
#include "ui/base/l10n/l10n_util.h"
#include "ui/base/resource/resource_bundle.h"
#include "url/gurl.h"
Expand Down
4 changes: 2 additions & 2 deletions android_webview/renderer/aw_content_settings_client.cc
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
#include "android_webview/renderer/aw_content_settings_client.h"

#include "content/public/renderer/render_frame.h"
#include "third_party/WebKit/public/platform/WebURL.h"
#include "third_party/WebKit/public/web/WebLocalFrame.h"
#include "third_party/blink/public/platform/web_url.h"
#include "third_party/blink/public/web/web_local_frame.h"
#include "url/gurl.h"

namespace android_webview {
Expand Down
2 changes: 1 addition & 1 deletion android_webview/renderer/aw_content_settings_client.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

#include "base/macros.h"
#include "content/public/renderer/render_frame_observer.h"
#include "third_party/WebKit/public/platform/WebContentSettingsClient.h"
#include "third_party/blink/public/platform/web_content_settings_client.h"

namespace android_webview {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

#include "android_webview/renderer/aw_print_render_frame_helper_delegate.h"

#include "third_party/WebKit/public/web/WebElement.h"
#include "third_party/blink/public/web/web_element.h"

namespace android_webview {

Expand Down
24 changes: 12 additions & 12 deletions android_webview/renderer/aw_render_frame_ext.cc
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,18 @@
#include "content/public/renderer/document_state.h"
#include "content/public/renderer/render_frame.h"
#include "content/public/renderer/render_view.h"
#include "third_party/WebKit/public/platform/WebSecurityOrigin.h"
#include "third_party/WebKit/public/platform/WebSize.h"
#include "third_party/WebKit/public/web/WebDocument.h"
#include "third_party/WebKit/public/web/WebElement.h"
#include "third_party/WebKit/public/web/WebElementCollection.h"
#include "third_party/WebKit/public/web/WebFrameWidget.h"
#include "third_party/WebKit/public/web/WebHitTestResult.h"
#include "third_party/WebKit/public/web/WebImageCache.h"
#include "third_party/WebKit/public/web/WebLocalFrame.h"
#include "third_party/WebKit/public/web/WebMeaningfulLayout.h"
#include "third_party/WebKit/public/web/WebNode.h"
#include "third_party/WebKit/public/web/WebView.h"
#include "third_party/blink/public/platform/web_security_origin.h"
#include "third_party/blink/public/platform/web_size.h"
#include "third_party/blink/public/web/web_document.h"
#include "third_party/blink/public/web/web_element.h"
#include "third_party/blink/public/web/web_element_collection.h"
#include "third_party/blink/public/web/web_frame_widget.h"
#include "third_party/blink/public/web/web_hit_test_result.h"
#include "third_party/blink/public/web/web_image_cache.h"
#include "third_party/blink/public/web/web_local_frame.h"
#include "third_party/blink/public/web/web_meaningful_layout.h"
#include "third_party/blink/public/web/web_node.h"
#include "third_party/blink/public/web/web_view.h"
#include "url/url_canon.h"
#include "url/url_constants.h"
#include "url/url_util.h"
Expand Down
4 changes: 2 additions & 2 deletions android_webview/renderer/aw_render_thread_observer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

#include "android_webview/common/render_view_messages.h"
#include "ipc/ipc_message_macros.h"
#include "third_party/WebKit/public/platform/WebCache.h"
#include "third_party/WebKit/public/platform/WebNetworkStateNotifier.h"
#include "third_party/blink/public/platform/web_cache.h"
#include "third_party/blink/public/platform/web_network_state_notifier.h"

namespace android_webview {

Expand Down
4 changes: 2 additions & 2 deletions android_webview/renderer/aw_render_view_ext.cc
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
#include "android_webview/common/render_view_messages.h"
#include "content/public/renderer/render_frame.h"
#include "content/public/renderer/render_view.h"
#include "third_party/WebKit/public/web/WebLocalFrame.h"
#include "third_party/WebKit/public/web/WebView.h"
#include "third_party/blink/public/web/web_local_frame.h"
#include "third_party/blink/public/web/web_view.h"

namespace android_webview {

Expand Down
2 changes: 1 addition & 1 deletion android_webview/renderer/print_render_frame_observer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#include "components/printing/common/print_messages.h"
#include "components/printing/renderer/print_render_frame_helper.h"
#include "content/public/renderer/render_frame.h"
#include "third_party/WebKit/public/web/WebLocalFrame.h"
#include "third_party/blink/public/web/web_local_frame.h"

namespace android_webview {

Expand Down
4 changes: 2 additions & 2 deletions ash/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -1197,7 +1197,7 @@ component("ash") {

# TODO(msw): Remove this; only ash_with_content should depend on webkit.
"//ash/app_list/presenter",
"//third_party/WebKit/public:blink_headers",
"//third_party/blink/public:blink_headers",
"//third_party/icu",
"//third_party/qcms",
"//third_party/re2",
Expand Down Expand Up @@ -1992,7 +1992,7 @@ static_library("test_support_common") {
public_deps = [
"//ash",
"//testing/gtest",
"//third_party/WebKit/public:blink_headers",
"//third_party/blink/public:blink_headers",
"//ui/display:display_manager_test_api",
]
deps = [
Expand Down
2 changes: 1 addition & 1 deletion ash/content/display/DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ specific_include_rules = {
"screen_orientation_controller_chromeos_unittest.cc": [
"+content/public/browser/browser_context.h",
"+content/public/browser/web_contents.h",
"+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrientationLockType.h",
"+third_party/blink/public/platform/modules/screen_orientation/web_screen_orientation_lock_type.h",
],
".*test\.cc": [
"+content/public/test/test_browser_context.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
#include "content/public/browser/browser_context.h"
#include "content/public/browser/web_contents.h"
#include "content/public/test/test_browser_context.h"
#include "third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrientationLockType.h"
#include "third_party/blink/public/platform/modules/screen_orientation/web_screen_orientation_lock_type.h"
#include "ui/aura/client/aura_constants.h"
#include "ui/aura/window.h"
#include "ui/display/display.h"
Expand Down
6 changes: 4 additions & 2 deletions ash/resources/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,10 @@ template("ash_test_resources") {

if (percent == "100") {
# TODO(msw): This seems bad, but follows repack_ui_test_pak's example.
deps += [ "//third_party/WebKit/public:resources_grit" ]
sources += [ "$root_gen_dir/blink/public/resources/blink_resources.pak" ]
deps += [ "//third_party/blink/public:resources_grit" ]
sources += [
"$root_gen_dir/third_party/blink/public/resources/blink_resources.pak",
]
}
}
}
Expand Down
48 changes: 24 additions & 24 deletions build/check_gn_headers_whitelist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -242,30 +242,30 @@ skia/ext/convolver_mips_dspr2.h
skia/ext/skia_commit_hash.h
skia/ext/texture_handle.h
testing/gmock_mutant.h
third_party/WebKit/Source/bindings/modules/v8/serialization/WebCryptoSubTags.h
third_party/WebKit/Source/core/animation/CSSInterpolationEnvironment.h
third_party/WebKit/Source/core/animation/SVGInterpolationEnvironment.h
third_party/WebKit/Source/core/css/resolver/StyleBuilder.h
third_party/WebKit/Source/core/css/threaded/MultiThreadedTestUtil.h
third_party/WebKit/Source/core/css/zoomAdjustedPixelValue.h
third_party/WebKit/Source/core/dom/ArrayBufferViewHelpers.h
third_party/WebKit/Source/core/editing/finder/FindOptions.h
third_party/WebKit/Source/core/paint/FindPaintOffsetAndVisualRectNeedingUpdate.h
third_party/WebKit/Source/core/style/ShapeValue.h
third_party/WebKit/Source/core/style/TransformOrigin.h
third_party/WebKit/Source/platform/EncryptedMediaRequest.h
third_party/WebKit/Source/platform/fonts/FontSelector.h
third_party/WebKit/Source/platform/fonts/Glyph.h
third_party/WebKit/Source/platform/graphics/cpu/arm/WebGLImageConversionNEON.h
third_party/WebKit/Source/platform/graphics/cpu/mips/WebGLImageConversionMSA.h
third_party/WebKit/Source/platform/graphics/paint/PaintImage.h
third_party/WebKit/Source/platform/scheduler/base/task_queue.h
third_party/WebKit/Source/platform/text/TabSize.h
third_party/WebKit/Source/platform/text/TextDirection.h
third_party/WebKit/Source/platform/transforms/TransformOperation.h
third_party/WebKit/public/platform/WebSourceLocation.h
third_party/WebKit/public/platform/WebTouchInfo.h
third_party/WebKit/public/platform/modules/media_capabilities/WebMediaCapabilitiesInfo.h
third_party/blink/renderer/bindings/modules/v8/serialization/WebCryptoSubTags.h
third_party/blink/renderer/core/animation/CSSInterpolationEnvironment.h
third_party/blink/renderer/core/animation/SVGInterpolationEnvironment.h
third_party/blink/renderer/core/css/resolver/StyleBuilder.h
third_party/blink/renderer/core/css/threaded/MultiThreadedTestUtil.h
third_party/blink/renderer/core/css/zoomAdjustedPixelValue.h
third_party/blink/renderer/core/dom/ArrayBufferViewHelpers.h
third_party/blink/renderer/core/editing/finder/FindOptions.h
third_party/blink/renderer/core/paint/FindPaintOffsetAndVisualRectNeedingUpdate.h
third_party/blink/renderer/core/style/ShapeValue.h
third_party/blink/renderer/core/style/TransformOrigin.h
third_party/blink/renderer/platform/EncryptedMediaRequest.h
third_party/blink/renderer/platform/fonts/FontSelector.h
third_party/blink/renderer/platform/fonts/Glyph.h
third_party/blink/renderer/platform/graphics/cpu/arm/WebGLImageConversionNEON.h
third_party/blink/renderer/platform/graphics/cpu/mips/WebGLImageConversionMSA.h
third_party/blink/renderer/platform/graphics/paint/PaintImage.h
third_party/blink/renderer/platform/scheduler/base/task_queue.h
third_party/blink/renderer/platform/text/TabSize.h
third_party/blink/renderer/platform/text/TextDirection.h
third_party/blink/renderer/platform/transforms/TransformOperation.h
third_party/blink/public/platform/WebSourceLocation.h
third_party/blink/public/platform/WebTouchInfo.h
third_party/blink/public/platform/modules/media_capabilities/WebMediaCapabilitiesInfo.h
third_party/cacheinvalidation/src/google/cacheinvalidation/impl/build_constants.h
third_party/expat/files/lib/ascii.h
third_party/expat/files/lib/asciitab.h
Expand Down
Loading

0 comments on commit a30d423

Please sign in to comment.