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

Unified Diff: Source/core/core.gypi

Issue 14472006: Move DeviceMotion related classes from core/dom to modules/device_orientation. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase retry Created 7 years, 8 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/v8/custom/V8DeviceMotionEventCustom.cpp ('k') | Source/core/dom/DeviceAcceleration.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index 23c973ecb04c5ccc9f46bd66017b02f658e42660..24647a5a8e3ff4c74109ef9c859a38dccdffcbe4 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -59,10 +59,7 @@
'dom/DOMStringMap.idl',
'dom/DataTransferItem.idl',
'dom/DataTransferItemList.idl',
- 'dom/DeviceAcceleration.idl',
- 'dom/DeviceMotionEvent.idl',
'dom/DeviceOrientationEvent.idl',
- 'dom/DeviceRotationRate.idl',
'dom/Document.idl',
'dom/DocumentFragment.idl',
'dom/DocumentType.idl',
@@ -1735,22 +1732,11 @@
'dom/DatasetDOMStringMap.h',
'dom/DecodedDataDocumentParser.cpp',
'dom/DecodedDataDocumentParser.h',
- 'dom/DeviceAcceleration.cpp',
- 'dom/DeviceAcceleration.h',
- 'dom/DeviceMotionClient.h',
- 'dom/DeviceMotionController.cpp',
- 'dom/DeviceMotionController.h',
- 'dom/DeviceMotionData.cpp',
- 'dom/DeviceMotionData.h',
- 'dom/DeviceMotionEvent.cpp',
- 'dom/DeviceMotionEvent.h',
'dom/DeviceOrientationController.cpp',
'dom/DeviceOrientationController.h',
'dom/DeviceOrientationData.cpp',
'dom/DeviceOrientationEvent.cpp',
'dom/DeviceOrientationEvent.h',
- 'dom/DeviceRotationRate.cpp',
- 'dom/DeviceRotationRate.h',
'dom/Document.cpp',
'dom/DocumentEventQueue.cpp',
'dom/DocumentEventQueue.h',
« no previous file with comments | « Source/bindings/v8/custom/V8DeviceMotionEventCustom.cpp ('k') | Source/core/dom/DeviceAcceleration.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698