The Great Blink mv for LayoutTests

This CL moves third_party/WebKit/LayoutTests to
third_party/blink/web_tests.

NOTRY=true
NOAUTOREVERT=true
NOPRESUBMIT=true
NOTREECHECKS=true
[email protected]

Bug: 843412
Change-Id: Ibb588b93d1579bcd1cb68df0a50efd8653f8724f
Reviewed-on: https://chromium-review.googlesource.com/c/1328627
Reviewed-by: Kent Tamura <[email protected]>
Commit-Queue: Kent Tamura <[email protected]>
Cr-Commit-Position: refs/heads/master@{#610740}
diff --git a/BUILD.gn b/BUILD.gn
index f74dbe5..c729840 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1034,9 +1034,9 @@
       "//testing/scripts/common.py",
       "//testing/scripts/run_isolated_script_test.py",
       "//testing/xvfb.py",
-      "//third_party/WebKit/LayoutTests/",
       "//third_party/blink/perf_tests/",
       "//third_party/blink/tools/",
+      "//third_party/blink/web_tests/",
       "//third_party/pywebsocket/src/mod_pywebsocket/",
     ]
 
@@ -1095,17 +1095,17 @@
       "//testing/scripts/run_isolated_script_test.py",
       "//testing/test_env.py",
       "//testing/xvfb.py",
-      "//third_party/WebKit/LayoutTests/ASANExpectations",
-      "//third_party/WebKit/LayoutTests/LeakExpectations",
-      "//third_party/WebKit/LayoutTests/MSANExpectations",
-      "//third_party/WebKit/LayoutTests/NeverFixTests",
-      "//third_party/WebKit/LayoutTests/StaleTestExpectations",
-      "//third_party/WebKit/LayoutTests/SlowTests",
-      "//third_party/WebKit/LayoutTests/TestExpectations",
-      "//third_party/WebKit/LayoutTests/VirtualTestSuites",
       "//third_party/blink/renderer/bindings/scripts/",
       "//third_party/blink/renderer/build/scripts/",
       "//third_party/blink/tools/",
+      "//third_party/blink/web_tests/ASANExpectations",
+      "//third_party/blink/web_tests/LeakExpectations",
+      "//third_party/blink/web_tests/MSANExpectations",
+      "//third_party/blink/web_tests/NeverFixTests",
+      "//third_party/blink/web_tests/SlowTests",
+      "//third_party/blink/web_tests/StaleTestExpectations",
+      "//third_party/blink/web_tests/TestExpectations",
+      "//third_party/blink/web_tests/VirtualTestSuites",
       "//third_party/catapult/common/py_utils/",
       "//third_party/catapult/devil/",
       "//third_party/catapult/dependency_manager/",