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

Unified Diff: Source/bindings/core/v8/custom/custom.gypi

Issue 331373002: Split bindings/v8/custom into core and modules. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Patch for landing Created 6 years, 6 months 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 | « Source/bindings/core/v8/custom/V8XSLTProcessorCustom.cpp ('k') | Source/bindings/modules/modules.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/core/v8/custom/custom.gypi
diff --git a/Source/bindings/v8/custom/custom.gypi b/Source/bindings/core/v8/custom/custom.gypi
similarity index 86%
rename from Source/bindings/v8/custom/custom.gypi
rename to Source/bindings/core/v8/custom/custom.gypi
index b194d17b44543b06df0e17b2fbdcf5a2bc1fab4d..616baf36d72317101ce16e1840761cd4fe265ba8 100644
--- a/Source/bindings/v8/custom/custom.gypi
+++ b/Source/bindings/core/v8/custom/custom.gypi
@@ -4,12 +4,11 @@
{
'variables': {
- 'bindings_v8_custom_files': [
+ 'bindings_core_v8_custom_files': [
'V8ArrayBufferCustom.cpp',
'V8ArrayBufferCustom.h',
'V8ArrayBufferViewCustom.cpp',
'V8ArrayBufferViewCustom.h',
- 'V8AudioNodeCustom.cpp',
'V8BlobCustom.cpp',
'V8BlobCustomHelpers.cpp',
'V8BlobCustomHelpers.h',
@@ -17,8 +16,6 @@
'V8CSSStyleDeclarationCustom.cpp',
'V8CSSValueCustom.cpp',
'V8CanvasRenderingContext2DCustom.cpp',
- 'V8ClientCustom.cpp',
- 'V8CryptoCustom.cpp',
'V8CustomEventCustom.cpp',
'V8CustomSQLStatementErrorCallback.cpp',
'V8CustomXPathNSResolver.cpp',
@@ -26,8 +23,6 @@
'V8DataViewCustom.cpp',
'V8DataViewCustom.h',
'V8DedicatedWorkerGlobalScopeCustom.cpp',
- 'V8DeviceMotionEventCustom.cpp',
- 'V8DeviceOrientationEventCustom.cpp',
'V8DocumentCustom.cpp',
'V8ElementCustom.cpp',
'V8EntryCustom.cpp',
@@ -63,14 +58,9 @@
'V8NodeCustom.cpp',
'V8PerformanceEntryCustom.cpp',
'V8PopStateEventCustom.cpp',
- 'V8SQLResultSetRowListCustom.cpp',
- 'V8SQLTransactionCustom.cpp',
- 'V8SQLTransactionSyncCustom.cpp',
'V8SVGElementCustom.cpp',
'V8SVGPathSegCustom.cpp',
- 'V8ServiceWorkerCustom.cpp',
'V8StyleSheetCustom.cpp',
- 'V8SubtleCryptoCustom.cpp',
'V8TextCustom.cpp',
'V8TextTrackCueCustom.cpp',
'V8TrackEventCustom.cpp',
« no previous file with comments | « Source/bindings/core/v8/custom/V8XSLTProcessorCustom.cpp ('k') | Source/bindings/modules/modules.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698