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

Unified Diff: Source/bindings/bindings.gypi

Issue 177773002: Support Promises instrumentation on backend. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rename PromiseOfficer -> PromiseTracker Created 6 years, 9 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: Source/bindings/bindings.gypi
diff --git a/Source/bindings/bindings.gypi b/Source/bindings/bindings.gypi
index 239d60fbf20a0f1a401937624e848e8102516a8b..e68993a9ff1debd14defdb519978929412d174f4 100644
--- a/Source/bindings/bindings.gypi
+++ b/Source/bindings/bindings.gypi
@@ -58,6 +58,7 @@
'v8/ScriptHeapSnapshot.h',
'v8/ScriptObject.cpp',
'v8/ScriptObject.h',
+ 'v8/ScriptObjectTraits.h',
'v8/ScriptPreprocessor.cpp',
'v8/ScriptPreprocessor.h',
'v8/ScriptProfiler.cpp',
« no previous file with comments | « no previous file | Source/bindings/v8/ScriptObjectTraits.h » ('j') | Source/bindings/v8/custom/V8PromiseCustom.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698