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

Side by Side 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 unified diff | Download patch
OLDNEW
1 { 1 {
2 'variables': { 2 'variables': {
3 'core_idl_files': [ 3 'core_idl_files': [
4 'css/CSSCharsetRule.idl', 4 'css/CSSCharsetRule.idl',
5 'css/CSSFontFaceLoadEvent.idl', 5 'css/CSSFontFaceLoadEvent.idl',
6 'css/CSSFontFaceRule.idl', 6 'css/CSSFontFaceRule.idl',
7 'css/CSSHostRule.idl', 7 'css/CSSHostRule.idl',
8 'css/CSSImportRule.idl', 8 'css/CSSImportRule.idl',
9 'css/CSSMediaRule.idl', 9 'css/CSSMediaRule.idl',
10 'css/CSSPageRule.idl', 10 'css/CSSPageRule.idl',
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 'dom/CompositionEvent.idl', 52 'dom/CompositionEvent.idl',
53 'dom/CustomElementConstructor.idl', 53 'dom/CustomElementConstructor.idl',
54 'dom/CustomEvent.idl', 54 'dom/CustomEvent.idl',
55 'dom/DOMCoreException.idl', 55 'dom/DOMCoreException.idl',
56 'dom/DOMError.idl', 56 'dom/DOMError.idl',
57 'dom/DOMImplementation.idl', 57 'dom/DOMImplementation.idl',
58 'dom/DOMStringList.idl', 58 'dom/DOMStringList.idl',
59 'dom/DOMStringMap.idl', 59 'dom/DOMStringMap.idl',
60 'dom/DataTransferItem.idl', 60 'dom/DataTransferItem.idl',
61 'dom/DataTransferItemList.idl', 61 'dom/DataTransferItemList.idl',
62 'dom/DeviceAcceleration.idl',
63 'dom/DeviceMotionEvent.idl',
64 'dom/DeviceOrientationEvent.idl', 62 'dom/DeviceOrientationEvent.idl',
65 'dom/DeviceRotationRate.idl',
66 'dom/Document.idl', 63 'dom/Document.idl',
67 'dom/DocumentFragment.idl', 64 'dom/DocumentFragment.idl',
68 'dom/DocumentType.idl', 65 'dom/DocumentType.idl',
69 'dom/Element.idl', 66 'dom/Element.idl',
70 'dom/Entity.idl', 67 'dom/Entity.idl',
71 'dom/EntityReference.idl', 68 'dom/EntityReference.idl',
72 'dom/ErrorEvent.idl', 69 'dom/ErrorEvent.idl',
73 'dom/Event.idl', 70 'dom/Event.idl',
74 'dom/EventException.idl', 71 'dom/EventException.idl',
75 'dom/EventTarget.idl', 72 'dom/EventTarget.idl',
(...skipping 1652 matching lines...) Expand 10 before | Expand all | Expand 10 after
1728 'dom/DOMStringList.h', 1725 'dom/DOMStringList.h',
1729 'dom/DOMStringMap.cpp', 1726 'dom/DOMStringMap.cpp',
1730 'dom/DOMStringMap.h', 1727 'dom/DOMStringMap.h',
1731 'dom/DataTransferItem.cpp', 1728 'dom/DataTransferItem.cpp',
1732 'dom/DataTransferItem.h', 1729 'dom/DataTransferItem.h',
1733 'dom/DataTransferItemList.h', 1730 'dom/DataTransferItemList.h',
1734 'dom/DatasetDOMStringMap.cpp', 1731 'dom/DatasetDOMStringMap.cpp',
1735 'dom/DatasetDOMStringMap.h', 1732 'dom/DatasetDOMStringMap.h',
1736 'dom/DecodedDataDocumentParser.cpp', 1733 'dom/DecodedDataDocumentParser.cpp',
1737 'dom/DecodedDataDocumentParser.h', 1734 'dom/DecodedDataDocumentParser.h',
1738 'dom/DeviceAcceleration.cpp',
1739 'dom/DeviceAcceleration.h',
1740 'dom/DeviceMotionClient.h',
1741 'dom/DeviceMotionController.cpp',
1742 'dom/DeviceMotionController.h',
1743 'dom/DeviceMotionData.cpp',
1744 'dom/DeviceMotionData.h',
1745 'dom/DeviceMotionEvent.cpp',
1746 'dom/DeviceMotionEvent.h',
1747 'dom/DeviceOrientationController.cpp', 1735 'dom/DeviceOrientationController.cpp',
1748 'dom/DeviceOrientationController.h', 1736 'dom/DeviceOrientationController.h',
1749 'dom/DeviceOrientationData.cpp', 1737 'dom/DeviceOrientationData.cpp',
1750 'dom/DeviceOrientationEvent.cpp', 1738 'dom/DeviceOrientationEvent.cpp',
1751 'dom/DeviceOrientationEvent.h', 1739 'dom/DeviceOrientationEvent.h',
1752 'dom/DeviceRotationRate.cpp',
1753 'dom/DeviceRotationRate.h',
1754 'dom/Document.cpp', 1740 'dom/Document.cpp',
1755 'dom/DocumentEventQueue.cpp', 1741 'dom/DocumentEventQueue.cpp',
1756 'dom/DocumentEventQueue.h', 1742 'dom/DocumentEventQueue.h',
1757 'dom/DocumentFragment.cpp', 1743 'dom/DocumentFragment.cpp',
1758 'dom/DocumentMarkerController.cpp', 1744 'dom/DocumentMarkerController.cpp',
1759 'dom/DocumentMarker.cpp', 1745 'dom/DocumentMarker.cpp',
1760 'dom/DocumentOrderedMap.cpp', 1746 'dom/DocumentOrderedMap.cpp',
1761 'dom/DocumentParser.cpp', 1747 'dom/DocumentParser.cpp',
1762 'dom/DocumentSharedObjectPool.cpp', 1748 'dom/DocumentSharedObjectPool.cpp',
1763 'dom/DocumentStyleSheetCollection.cpp', 1749 'dom/DocumentStyleSheetCollection.cpp',
(...skipping 1943 matching lines...) Expand 10 before | Expand all | Expand 10 after
3707 'bison_exe': 'bison', 3693 'bison_exe': 'bison',
3708 # We specify a preprocess so it happens locally and won't get 3694 # We specify a preprocess so it happens locally and won't get
3709 # distributed to goma. 3695 # distributed to goma.
3710 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to 3696 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to
3711 # use /usr/bin/clang once we require Xcode 4.x. 3697 # use /usr/bin/clang once we require Xcode 4.x.
3712 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3698 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3713 }], 3699 }],
3714 ], 3700 ],
3715 } 3701 }
3716 } 3702 }
OLDNEW
« 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