| 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',
|
|
|