| 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 b24bcb3077048348fd5ee1731ced73e2118ada85..ba65415b84695a6de0046d95d676d952e4a03254 100644
|
| --- a/third_party/WebKit/Source/core/core.gypi
|
| +++ b/third_party/WebKit/Source/core/core.gypi
|
| @@ -1723,14 +1723,6 @@
|
| 'inspector/DevToolsHost.h',
|
| 'inspector/IdentifiersFactory.cpp',
|
| 'inspector/IdentifiersFactory.h',
|
| - 'inspector/InjectedScript.cpp',
|
| - 'inspector/InjectedScript.h',
|
| - 'inspector/InjectedScriptNative.cpp',
|
| - 'inspector/InjectedScriptNative.h',
|
| - 'inspector/InjectedScriptHost.cpp',
|
| - 'inspector/InjectedScriptHost.h',
|
| - 'inspector/InjectedScriptManager.cpp',
|
| - 'inspector/InjectedScriptManager.h',
|
| 'inspector/InspectedFrames.cpp',
|
| 'inspector/InspectedFrames.h',
|
| 'inspector/InspectorAnimationAgent.cpp',
|
| @@ -1826,6 +1818,14 @@
|
| 'inspector/v8/InspectorWrapper.h',
|
| 'inspector/v8/IgnoreExceptionsScope.h',
|
| 'inspector/v8/IgnoreExceptionsScope.cpp',
|
| + 'inspector/v8/InjectedScript.cpp',
|
| + 'inspector/v8/InjectedScript.h',
|
| + 'inspector/v8/InjectedScriptNative.cpp',
|
| + 'inspector/v8/InjectedScriptNative.h',
|
| + 'inspector/v8/InjectedScriptHost.cpp',
|
| + 'inspector/v8/InjectedScriptHost.h',
|
| + 'inspector/v8/InjectedScriptManager.cpp',
|
| + 'inspector/v8/InjectedScriptManager.h',
|
| 'inspector/v8/JavaScriptCallFrame.cpp',
|
| 'inspector/v8/JavaScriptCallFrame.h',
|
| 'inspector/v8/ScriptBreakpoint.h',
|
| @@ -1842,6 +1842,8 @@
|
| 'inspector/v8/V8DebuggerImpl.h',
|
| 'inspector/v8/V8DebuggerScript.cpp',
|
| 'inspector/v8/V8DebuggerScript.h',
|
| + 'inspector/v8/V8FunctionCall.cpp',
|
| + 'inspector/v8/V8FunctionCall.h',
|
| 'inspector/v8/V8InjectedScriptHost.cpp',
|
| 'inspector/v8/V8InjectedScriptHost.h',
|
| 'inspector/v8/V8JavaScriptCallFrame.cpp',
|
|
|