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

Unified Diff: sky/engine/bindings/core/v8/v8.gypi

Issue 727593004: Wire up the Inspector V8 Debugger (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Actually works Created 6 years, 1 month 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: sky/engine/bindings/core/v8/v8.gypi
diff --git a/sky/engine/bindings/core/v8/v8.gypi b/sky/engine/bindings/core/v8/v8.gypi
index e2ec60059972dd21689c81608ea3c008a2860f8e..850b3e138109708c225f4ab39d5bdc65178cc54b 100644
--- a/sky/engine/bindings/core/v8/v8.gypi
+++ b/sky/engine/bindings/core/v8/v8.gypi
@@ -69,6 +69,8 @@
'ScriptPromiseProperty.h',
'ScriptPromisePropertyBase.cpp',
'ScriptPromisePropertyBase.h',
+ 'ScriptRegexp.cpp',
+ 'ScriptRegexp.h',
'ScriptSourceCode.h',
'ScriptState.cpp',
'ScriptState.h',
@@ -127,6 +129,8 @@
'WindowProxy.cpp',
'WindowProxy.h',
'WrapperTypeInfo.h',
+ 'PageScriptDebugServer.h',
+ 'PageScriptDebugServer.cpp',
],
},
}

Powered by Google App Engine
This is Rietveld 408576698