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

Unified Diff: gin/BUILD.gn

Issue 1820933002: Add Ignition to about:flags. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move to Gin Created 4 years, 8 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
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",

Powered by Google App Engine
This is Rietveld 408576698