mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Start moving files from core/inspector into v8_inspector
This was just a test. I'm about to write a script to automate this process. Mostly I just need to fix tools/git/move_source_file.py to work for blink. TBR=abarth@chromium.org BUG=435243 Review URL: https://codereview.chromium.org/745913002
This commit is contained in:
parent
bf85d3516b
commit
39bf5a7f41
@ -129,8 +129,6 @@
|
||||
'WindowProxy.cpp',
|
||||
'WindowProxy.h',
|
||||
'WrapperTypeInfo.h',
|
||||
'PageScriptDebugServer.h',
|
||||
'PageScriptDebugServer.cpp',
|
||||
],
|
||||
},
|
||||
}
|
||||
|
||||
@ -1069,8 +1069,6 @@ sky_core_files = [
|
||||
"inspector/JavaScriptCallFrame.h",
|
||||
"inspector/JSONParser.cpp",
|
||||
"inspector/JSONParser.h",
|
||||
"inspector/PageDebuggerAgent.cpp",
|
||||
"inspector/PageDebuggerAgent.h",
|
||||
"inspector/PromiseTracker.cpp",
|
||||
"inspector/PromiseTracker.h",
|
||||
"inspector/ScriptArguments.cpp",
|
||||
|
||||
@ -30,5 +30,9 @@ component("v8_inspector") {
|
||||
sources = [
|
||||
"inspector_backend_mojo.cc",
|
||||
"inspector_backend_mojo.h",
|
||||
"PageDebuggerAgent.cpp",
|
||||
"PageDebuggerAgent.h",
|
||||
"PageScriptDebugServer.cpp",
|
||||
"PageScriptDebugServer.h",
|
||||
]
|
||||
}
|
||||
|
||||
@ -28,8 +28,8 @@
|
||||
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "core/inspector/PageDebuggerAgent.h"
|
||||
#include "sky/engine/config.h"
|
||||
#include "sky/engine/v8_inspector/PageDebuggerAgent.h"
|
||||
|
||||
#include "sky/engine/bindings/core/v8/DOMWrapperWorld.h"
|
||||
#include "sky/engine/bindings/core/v8/ScriptController.h"
|
||||
@ -31,8 +31,8 @@
|
||||
#ifndef PageDebuggerAgent_h
|
||||
#define PageDebuggerAgent_h
|
||||
|
||||
#include "bindings/core/v8/PageScriptDebugServer.h"
|
||||
#include "core/inspector/InspectorDebuggerAgent.h"
|
||||
#include "sky/engine/core/inspector/InspectorDebuggerAgent.h"
|
||||
#include "sky/engine/v8_inspector/PageScriptDebugServer.h"
|
||||
|
||||
// This whole file will move to namespace inspector.
|
||||
namespace inspector {
|
||||
@ -29,7 +29,7 @@
|
||||
*/
|
||||
|
||||
#include "sky/engine/config.h"
|
||||
#include "sky/engine/bindings/core/v8/PageScriptDebugServer.h"
|
||||
#include "sky/engine/v8_inspector/PageScriptDebugServer.h"
|
||||
|
||||
#include "gen/sky/bindings/core/v8/V8Window.h"
|
||||
#include "sky/engine/bindings/core/v8/DOMWrapperWorld.h"
|
||||
@ -11,13 +11,13 @@
|
||||
#include "mojo/public/cpp/application/connect.h"
|
||||
#include "mojo/public/cpp/application/service_provider_impl.h"
|
||||
#include "mojo/public/interfaces/application/shell.mojom.h"
|
||||
#include "sky/engine/bindings/core/v8/PageScriptDebugServer.h"
|
||||
#include "sky/engine/core/inspector/InspectorFrontendChannel.h"
|
||||
#include "sky/engine/core/inspector/InspectorState.h"
|
||||
#include "sky/engine/core/inspector/InstrumentingAgents.h"
|
||||
#include "sky/engine/core/inspector/PageDebuggerAgent.h"
|
||||
#include "sky/engine/platform/JSONValues.h"
|
||||
#include "sky/engine/v8_inspector/inspector_host.h"
|
||||
#include "sky/engine/v8_inspector/PageDebuggerAgent.h"
|
||||
#include "sky/engine/v8_inspector/PageScriptDebugServer.h"
|
||||
|
||||
namespace blink {
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user