Index: gin/BUILD.gn |
diff --git a/gin/BUILD.gn b/gin/BUILD.gn |
index 1baa592c75b0cab6103fd4b4b026697ed671b9a9..22f631fa8c1445da18604bff91ecf9b20da20e99 100644 |
--- a/gin/BUILD.gn |
+++ b/gin/BUILD.gn |
@@ -11,6 +11,8 @@ component("gin") { |
"context_holder.cc", |
"converter.cc", |
"converter.h", |
+ "debug_impl.cc", |
+ "debug_impl.h", |
"dictionary.cc", |
"dictionary.h", |
"function_template.cc", |
@@ -38,6 +40,7 @@ component("gin") { |
"per_isolate_data.cc", |
"per_isolate_data.h", |
"public/context_holder.h", |
+ "public/debug.h", |
"public/gin_embedders.h", |
"public/isolate_holder.h", |
"public/v8_platform.h", |