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

Unified Diff: third_party/WebKit/Source/core/core.gypi

Issue 1574133002: [DevTools] Added base SourceMap implementation on backend (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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 | third_party/WebKit/Source/core/inspector/v8/SourceMap.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/core.gypi
diff --git a/third_party/WebKit/Source/core/core.gypi b/third_party/WebKit/Source/core/core.gypi
index f3631b84d893b577d04af87b816f3be9abf5098e..1c1355d4ad3b800043e8fb9cf25e262ee22c3274 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -1815,6 +1815,8 @@
'inspector/v8/JavaScriptCallFrame.cpp',
'inspector/v8/JavaScriptCallFrame.h',
'inspector/v8/ScriptBreakpoint.h',
+ 'inspector/v8/SourceMap.cpp',
+ 'inspector/v8/SourceMap.h',
'inspector/v8/V8AsyncCallTracker.cpp',
'inspector/v8/V8AsyncCallTracker.h',
'inspector/v8/V8DebuggerAgent.h',
@@ -3935,6 +3937,7 @@
'frame/csp/CSPSourceListTest.cpp',
'frame/csp/CSPSourceTest.cpp',
'frame/csp/ContentSecurityPolicyTest.cpp',
+ 'inspector/v8/SourceMapTest.cpp',
'html/FormDataTest.cpp',
'html/HTMLDimensionTest.cpp',
'html/HTMLFormControlElementTest.cpp',
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/inspector/v8/SourceMap.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698