Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(469)

Unified Diff: sky/engine/bindings/core/v8/v8.gypi

Issue 772563003: Move many of v8_inspector dependencies out of core/ (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sky/engine/bindings/core/v8/custom/V8WindowCustom.cpp ('k') | sky/engine/bindings/scripts/scripts.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/bindings/core/v8/v8.gypi
diff --git a/sky/engine/bindings/core/v8/v8.gypi b/sky/engine/bindings/core/v8/v8.gypi
index 3839dfcaaaeac41e9e62059b00547b2bc9b92271..d16142cd9594c2a19463214737b141382f7ca053 100644
--- a/sky/engine/bindings/core/v8/v8.gypi
+++ b/sky/engine/bindings/core/v8/v8.gypi
@@ -23,15 +23,15 @@
'CustomElementConstructorBuilder.h',
'CustomElementWrapper.cpp',
'CustomElementWrapper.h',
+ 'Dictionary.cpp',
+ 'Dictionary.h',
+ 'DictionaryHelperForBindings.h',
+ 'DictionaryHelperForCore.cpp',
'DOMDataStore.cpp',
'DOMDataStore.h',
'DOMWrapperMap.h',
'DOMWrapperWorld.cpp',
'DOMWrapperWorld.h',
- 'Dictionary.cpp',
- 'Dictionary.h',
- 'DictionaryHelperForBindings.h',
- 'DictionaryHelperForCore.cpp',
'ExceptionMessages.cpp',
'ExceptionMessages.h',
'ExceptionState.cpp',
@@ -55,22 +55,16 @@
'ScriptGCEvent.h',
'ScriptHeapSnapshot.cpp',
'ScriptHeapSnapshot.h',
- 'ScriptPreprocessor.cpp',
- 'ScriptPreprocessor.h',
'ScriptProfiler.cpp',
'ScriptProfiler.h',
'ScriptPromise.cpp',
'ScriptPromise.h',
- 'ScriptDebugServer.cpp',
- 'ScriptDebugServer.h',
- 'ScriptPromiseResolver.cpp',
- 'ScriptPromiseResolver.h',
'ScriptPromiseProperties.h',
'ScriptPromiseProperty.h',
'ScriptPromisePropertyBase.cpp',
'ScriptPromisePropertyBase.h',
- 'ScriptRegexp.cpp',
- 'ScriptRegexp.h',
+ 'ScriptPromiseResolver.cpp',
+ 'ScriptPromiseResolver.h',
'ScriptSourceCode.h',
'ScriptState.cpp',
'ScriptState.h',
« no previous file with comments | « sky/engine/bindings/core/v8/custom/V8WindowCustom.cpp ('k') | sky/engine/bindings/scripts/scripts.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698