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