| Index: third_party/WebKit/WebCore/WebCore.scons
|
| ===================================================================
|
| --- third_party/WebKit/WebCore/WebCore.scons (revision 11154)
|
| +++ third_party/WebKit/WebCore/WebCore.scons (working copy)
|
| @@ -291,7 +291,11 @@
|
| 'html/TimeRanges.cpp'
|
| ]
|
| sources['inspector'] = [
|
| + 'inspector/ConsoleMessage.cpp',
|
| + 'inspector/InspectorDatabaseResource.cpp',
|
| + 'inspector/InspectorDOMStorageResource.cpp',
|
| 'inspector/InspectorController.cpp',
|
| + 'inspector/InspectorResource.cpp',
|
| 'inspector/JavaScriptCallFrame.cpp',
|
| 'inspector/JavaScriptDebugServer.cpp',
|
| 'inspector/JavaScriptProfile.cpp',
|
|
|