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

Side by Side Diff: Source/core/core.gypi

Issue 25777002: Move custom element code to core/dom/custom/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 2 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 | Annotate | Revision Log
« no previous file with comments | « Source/bindings/v8/custom/V8NodeCustom.cpp ('k') | Source/core/dom/CustomElement.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 'variables': { 2 'variables': {
3 'core_idl_files': [ 3 'core_idl_files': [
4 'css/CSS.idl', 4 'css/CSS.idl',
5 'css/CSSCharsetRule.idl', 5 'css/CSSCharsetRule.idl',
6 'css/CSSFontFaceLoadEvent.idl', 6 'css/CSSFontFaceLoadEvent.idl',
7 'css/CSSFontFaceRule.idl', 7 'css/CSSFontFaceRule.idl',
8 'css/CSSHostRule.idl', 8 'css/CSSHostRule.idl',
9 'css/CSSImportRule.idl', 9 'css/CSSImportRule.idl',
10 'css/CSSKeyframeRule.idl', 10 'css/CSSKeyframeRule.idl',
(...skipping 1760 matching lines...) Expand 10 before | Expand all | Expand 10 after
1771 'dom/ContainerNode.cpp', 1771 'dom/ContainerNode.cpp',
1772 'dom/ContainerNodeAlgorithms.cpp', 1772 'dom/ContainerNodeAlgorithms.cpp',
1773 'dom/ContainerNodeAlgorithms.h', 1773 'dom/ContainerNodeAlgorithms.h',
1774 'dom/ContextFeatures.cpp', 1774 'dom/ContextFeatures.cpp',
1775 'dom/ContextFeatures.h', 1775 'dom/ContextFeatures.h',
1776 'dom/ContextLifecycleNotifier.cpp', 1776 'dom/ContextLifecycleNotifier.cpp',
1777 'dom/ContextLifecycleNotifier.h', 1777 'dom/ContextLifecycleNotifier.h',
1778 'dom/ContextLifecycleObserver.cpp', 1778 'dom/ContextLifecycleObserver.cpp',
1779 'dom/ContextLifecycleObserver.h', 1779 'dom/ContextLifecycleObserver.h',
1780 'dom/CrossThreadTask.h', 1780 'dom/CrossThreadTask.h',
1781 'dom/CustomElement.cpp',
1782 'dom/CustomElement.h',
1783 'dom/CustomElementCallbackDispatcher.cpp',
1784 'dom/CustomElementCallbackDispatcher.h',
1785 'dom/CustomElementCallbackInvocation.cpp',
1786 'dom/CustomElementCallbackInvocation.h',
1787 'dom/CustomElementCallbackQueue.cpp',
1788 'dom/CustomElementCallbackQueue.h',
1789 'dom/CustomElementCallbackScheduler.cpp',
1790 'dom/CustomElementCallbackScheduler.h',
1791 'dom/CustomElementDefinition.cpp',
1792 'dom/CustomElementDefinition.h',
1793 'dom/CustomElementDescriptor.h',
1794 'dom/CustomElementDescriptorHash.h',
1795 'dom/CustomElementException.cpp',
1796 'dom/CustomElementException.h',
1797 'dom/CustomElementLifecycleCallbacks.h',
1798 'dom/CustomElementObserver.cpp',
1799 'dom/CustomElementObserver.h',
1800 'dom/CustomElementRegistrationContext.cpp',
1801 'dom/CustomElementRegistrationContext.h',
1802 'dom/CustomElementRegistry.cpp',
1803 'dom/CustomElementRegistry.h',
1804 'dom/CustomElementUpgradeCandidateMap.cpp',
1805 'dom/CustomElementUpgradeCandidateMap.h',
1806 'dom/DatasetDOMStringMap.cpp', 1781 'dom/DatasetDOMStringMap.cpp',
1807 'dom/DatasetDOMStringMap.h', 1782 'dom/DatasetDOMStringMap.h',
1808 'dom/DataTransferItem.cpp', 1783 'dom/DataTransferItem.cpp',
1809 'dom/DataTransferItem.h', 1784 'dom/DataTransferItem.h',
1810 'dom/DataTransferItemList.cpp', 1785 'dom/DataTransferItemList.cpp',
1811 'dom/DataTransferItemList.h', 1786 'dom/DataTransferItemList.h',
1812 'dom/DecodedDataDocumentParser.cpp', 1787 'dom/DecodedDataDocumentParser.cpp',
1813 'dom/DecodedDataDocumentParser.h', 1788 'dom/DecodedDataDocumentParser.h',
1814 'dom/DeviceOrientationController.cpp', 1789 'dom/DeviceOrientationController.cpp',
1815 'dom/DeviceOrientationController.h', 1790 'dom/DeviceOrientationController.h',
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
1930 'dom/ScriptedAnimationController.cpp', 1905 'dom/ScriptedAnimationController.cpp',
1931 'dom/ScriptedAnimationController.h', 1906 'dom/ScriptedAnimationController.h',
1932 'dom/ScriptExecutionContext.cpp', 1907 'dom/ScriptExecutionContext.cpp',
1933 'dom/ScriptLoader.cpp', 1908 'dom/ScriptLoader.cpp',
1934 'dom/ScriptLoader.h', 1909 'dom/ScriptLoader.h',
1935 'dom/ScriptRunner.cpp', 1910 'dom/ScriptRunner.cpp',
1936 'dom/SecurityContext.cpp', 1911 'dom/SecurityContext.cpp',
1937 'dom/SecurityContext.h', 1912 'dom/SecurityContext.h',
1938 'dom/SelectorQuery.cpp', 1913 'dom/SelectorQuery.cpp',
1939 'dom/SelectorQuery.h', 1914 'dom/SelectorQuery.h',
1915 'dom/custom/CustomElement.cpp',
1916 'dom/custom/CustomElement.h',
1917 'dom/custom/CustomElementCallbackDispatcher.cpp',
1918 'dom/custom/CustomElementCallbackDispatcher.h',
1919 'dom/custom/CustomElementCallbackInvocation.cpp',
1920 'dom/custom/CustomElementCallbackInvocation.h',
1921 'dom/custom/CustomElementCallbackQueue.cpp',
1922 'dom/custom/CustomElementCallbackQueue.h',
1923 'dom/custom/CustomElementCallbackScheduler.cpp',
1924 'dom/custom/CustomElementCallbackScheduler.h',
1925 'dom/custom/CustomElementDefinition.cpp',
1926 'dom/custom/CustomElementDefinition.h',
1927 'dom/custom/CustomElementDescriptor.h',
1928 'dom/custom/CustomElementDescriptorHash.h',
1929 'dom/custom/CustomElementException.cpp',
1930 'dom/custom/CustomElementException.h',
1931 'dom/custom/CustomElementLifecycleCallbacks.h',
1932 'dom/custom/CustomElementObserver.cpp',
1933 'dom/custom/CustomElementObserver.h',
1934 'dom/custom/CustomElementRegistrationContext.cpp',
1935 'dom/custom/CustomElementRegistrationContext.h',
1936 'dom/custom/CustomElementRegistry.cpp',
1937 'dom/custom/CustomElementRegistry.h',
1938 'dom/custom/CustomElementUpgradeCandidateMap.cpp',
1939 'dom/custom/CustomElementUpgradeCandidateMap.h',
1940 'dom/shadow/ComposedTreeWalker.cpp', 1940 'dom/shadow/ComposedTreeWalker.cpp',
1941 'dom/shadow/ComposedTreeWalker.h', 1941 'dom/shadow/ComposedTreeWalker.h',
1942 'dom/shadow/ContentDistribution.cpp', 1942 'dom/shadow/ContentDistribution.cpp',
1943 'dom/shadow/ContentDistribution.h', 1943 'dom/shadow/ContentDistribution.h',
1944 'dom/shadow/ElementShadow.cpp', 1944 'dom/shadow/ElementShadow.cpp',
1945 'dom/shadow/ElementShadow.h', 1945 'dom/shadow/ElementShadow.h',
1946 'dom/shadow/InsertionPoint.cpp', 1946 'dom/shadow/InsertionPoint.cpp',
1947 'dom/shadow/InsertionPoint.h', 1947 'dom/shadow/InsertionPoint.h',
1948 'dom/shadow/SelectRuleFeatureSet.cpp', 1948 'dom/shadow/SelectRuleFeatureSet.cpp',
1949 'dom/shadow/SelectRuleFeatureSet.h', 1949 'dom/shadow/SelectRuleFeatureSet.h',
(...skipping 1878 matching lines...) Expand 10 before | Expand all | Expand 10 after
3828 'bison_exe': 'bison', 3828 'bison_exe': 'bison',
3829 # We specify a preprocess so it happens locally and won't get 3829 # We specify a preprocess so it happens locally and won't get
3830 # distributed to goma. 3830 # distributed to goma.
3831 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to 3831 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to
3832 # use /usr/bin/clang once we require Xcode 4.x. 3832 # use /usr/bin/clang once we require Xcode 4.x.
3833 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3833 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3834 }], 3834 }],
3835 ], 3835 ],
3836 } 3836 }
3837 } 3837 }
OLDNEW
« no previous file with comments | « Source/bindings/v8/custom/V8NodeCustom.cpp ('k') | Source/core/dom/CustomElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698