Update test targets paths for Blink
This commit is contained in:
parent
d80ee5153a
commit
f6080b04ea
1 changed files with 2 additions and 2 deletions
4
BUILD.gn
4
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",
|
||||
]
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue