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

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: V8PromiseCustom::setState -> (anonymous namespace)::setStateForPromise + REBASE 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
« no previous file with comments | « no previous file | Source/bindings/v8/ScriptObjectTraits.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/bindings.gypi
diff --git a/Source/bindings/bindings.gypi b/Source/bindings/bindings.gypi
index 947863bf443f65a991a6f47e09f5aeb625426847..6ccfcdf6a20afc502d61e3fae6cff50e39f10499 100644
--- a/Source/bindings/bindings.gypi
+++ b/Source/bindings/bindings.gypi
@@ -59,6 +59,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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698