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

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

Issue 1587933004: Reland [DevTools] Added base SourceMap implementation on backend (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: deoilpanize 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
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 52a0477847aead9aacbada54ff222fdc05461146..b62ccdace711a3e04a4b94faf3c9dafd4db19033 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -1819,6 +1819,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',
@@ -3942,6 +3944,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',

Powered by Google App Engine
This is Rietveld 408576698