| Index: BUILD.gn
|
| diff --git a/BUILD.gn b/BUILD.gn
|
| index 43149c93c23dedd3c0fa7390e1d13215d36d5079..89db3ff3ddb56e244fd03053c5c3f73da179ee2e 100644
|
| --- a/BUILD.gn
|
| +++ b/BUILD.gn
|
| @@ -303,6 +303,7 @@ group("both_gn_and_gyp") {
|
| "//mojo/edk/test:mojo_public_system_unittests",
|
| "//net:net_perftests",
|
| "//services/shell/public/cpp",
|
| + "//storage//browser:storage_unittests",
|
| "//third_party/WebKit/Source/platform:blink_platform_unittests",
|
| "//third_party/WebKit/Source/platform/heap:blink_heap_unittests",
|
| "//third_party/WebKit/Source/web:webkit_unit_tests",
|
| @@ -1142,6 +1143,7 @@ if (is_win) {
|
| "//remoting:remoting_unittests",
|
| "//skia:skia_unittests",
|
| "//sql:sql_unittests",
|
| + "//storage//browser:storage_unittests",
|
| "//third_party/WebKit/Source/platform:blink_platform_unittests",
|
| "//third_party/WebKit/Source/platform/heap:blink_heap_unittests",
|
| "//third_party/angle/src/tests:angle_unittests",
|
|
|