| Index: third_party/WebKit/Source/modules/BUILD.gn
 | 
| diff --git a/third_party/WebKit/Source/modules/BUILD.gn b/third_party/WebKit/Source/modules/BUILD.gn
 | 
| index dde6eea0cbd75170601bc5ed20d59c42a2de55d2..4f21fcfd86e53b060ff11802b8b60ba493f8ff88 100644
 | 
| --- a/third_party/WebKit/Source/modules/BUILD.gn
 | 
| +++ b/third_party/WebKit/Source/modules/BUILD.gn
 | 
| @@ -275,6 +275,7 @@ source_set("unit_tests") {
 | 
|      "indexeddb/IDBKeyPathTest.cpp",
 | 
|      "indexeddb/IDBRequestTest.cpp",
 | 
|      "indexeddb/IDBTransactionTest.cpp",
 | 
| +    "indexeddb/IDBValueWrappingTest.cpp",
 | 
|      "indexeddb/MockWebIDBDatabase.cpp",
 | 
|      "indexeddb/MockWebIDBDatabase.h",
 | 
|      "media_controls/MediaControlsImplTest.cpp",
 | 
| 
 |