Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(724)

Unified Diff: gin/BUILD.gn

Issue 567343002: Move setup of code event handlers to gin (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/common/profiling.cc ('k') | gin/debug_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « chrome/common/profiling.cc ('k') | gin/debug_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698