Browse Source

Update test targets paths for Blink

Aleksei Kuzmin 6 years ago
parent
commit
f6080b04ea
1 changed files with 2 additions and 2 deletions
  1. 2 2
      BUILD.gn

+ 2 - 2
BUILD.gn

@@ -763,8 +763,8 @@ group("blink_unittests") {
   testonly = true
 
   deps = [
-    "//third_party/WebKit/public:all_blink",
-    "//third_party/WebKit/public:test_support",
+    "//third_party/blink/public:all_blink",
+    "//third_party/blink/public:test_support",
   ]
 }