| Index: third_party/WebKit/Source/platform/heap/BUILD.gn
|
| diff --git a/third_party/WebKit/Source/platform/heap/BUILD.gn b/third_party/WebKit/Source/platform/heap/BUILD.gn
|
| index 8f6f3870c44cdc4e9d74c545e0be693593fa0170..dbccc1fe2f29a220635e35af8467df23208d422b 100644
|
| --- a/third_party/WebKit/Source/platform/heap/BUILD.gn
|
| +++ b/third_party/WebKit/Source/platform/heap/BUILD.gn
|
| @@ -57,5 +57,6 @@ source_set("heap") {
|
| deps = [
|
| "//third_party/WebKit/Source/platform/heap/asm",
|
| "//third_party/icu",
|
| + "//v8",
|
| ]
|
| }
|
|
|