| Index: gin/BUILD.gn
|
| diff --git a/gin/BUILD.gn b/gin/BUILD.gn
|
| index 1ceeb60e698b036b01331dd06755a8c37c87434c..a921890fdb30995881baac49d91b2b8790363c64 100644
|
| --- a/gin/BUILD.gn
|
| +++ b/gin/BUILD.gn
|
| @@ -21,6 +21,7 @@ component("gin") {
|
| "function_template.cc",
|
| "function_template.h",
|
| "gin_export.h",
|
| + "gin_features.cc",
|
| "handle.h",
|
| "interceptor.cc",
|
| "interceptor.h",
|
| @@ -45,6 +46,7 @@ component("gin") {
|
| "public/context_holder.h",
|
| "public/debug.h",
|
| "public/gin_embedders.h",
|
| + "public/gin_features.h",
|
| "public/isolate_holder.h",
|
| "public/v8_idle_task_runner.h",
|
| "public/v8_platform.h",
|
|
|