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

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

Issue 18789002: Implement Custom Elements' attributeChangedCallback. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Sync to tip. Created 7 years, 5 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/ChildNode.idl » ('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/CSSMediaRule.idl', 10 'css/CSSMediaRule.idl',
(...skipping 1702 matching lines...) Expand 10 before | Expand all | Expand 10 after
1713 'dom/ContainerNodeAlgorithms.cpp', 1713 'dom/ContainerNodeAlgorithms.cpp',
1714 'dom/ContextLifecycleObserver.h', 1714 'dom/ContextLifecycleObserver.h',
1715 'dom/ContextLifecycleObserver.cpp', 1715 'dom/ContextLifecycleObserver.cpp',
1716 'dom/ContextFeatures.cpp', 1716 'dom/ContextFeatures.cpp',
1717 'dom/ContextFeatures.h', 1717 'dom/ContextFeatures.h',
1718 'dom/ContextLifecycleNotifier.cpp', 1718 'dom/ContextLifecycleNotifier.cpp',
1719 'dom/ContextLifecycleNotifier.h', 1719 'dom/ContextLifecycleNotifier.h',
1720 'dom/CrossThreadTask.h', 1720 'dom/CrossThreadTask.h',
1721 'dom/CustomElementCallbackDispatcher.cpp', 1721 'dom/CustomElementCallbackDispatcher.cpp',
1722 'dom/CustomElementCallbackDispatcher.h', 1722 'dom/CustomElementCallbackDispatcher.h',
1723 'dom/CustomElementCallbackInvocation.cpp',
1724 'dom/CustomElementCallbackInvocation.h',
1723 'dom/CustomElementCallbackQueue.cpp', 1725 'dom/CustomElementCallbackQueue.cpp',
1724 'dom/CustomElementCallbackQueue.h', 1726 'dom/CustomElementCallbackQueue.h',
1725 'dom/CustomElementDefinition.cpp', 1727 'dom/CustomElementDefinition.cpp',
1726 'dom/CustomElementDefinition.h', 1728 'dom/CustomElementDefinition.h',
1727 'dom/CustomElementLifecycleCallbacks.h', 1729 'dom/CustomElementLifecycleCallbacks.h',
1728 'dom/CustomElementRegistry.cpp', 1730 'dom/CustomElementRegistry.cpp',
1729 'dom/CustomElementRegistry.h', 1731 'dom/CustomElementRegistry.h',
1730 'dom/CustomElementUpgradeCandidateMap.cpp', 1732 'dom/CustomElementUpgradeCandidateMap.cpp',
1731 'dom/CustomElementUpgradeCandidateMap.h', 1733 'dom/CustomElementUpgradeCandidateMap.h',
1732 'dom/CustomEvent.cpp', 1734 'dom/CustomEvent.cpp',
(...skipping 1991 matching lines...) Expand 10 before | Expand all | Expand 10 after
3724 'bison_exe': 'bison', 3726 'bison_exe': 'bison',
3725 # We specify a preprocess so it happens locally and won't get 3727 # We specify a preprocess so it happens locally and won't get
3726 # distributed to goma. 3728 # distributed to goma.
3727 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to 3729 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to
3728 # use /usr/bin/clang once we require Xcode 4.x. 3730 # use /usr/bin/clang once we require Xcode 4.x.
3729 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3731 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3730 }], 3732 }],
3731 ], 3733 ],
3732 } 3734 }
3733 } 3735 }
OLDNEW
« no previous file with comments | « Source/bindings/v8/custom/V8NodeCustom.cpp ('k') | Source/core/dom/ChildNode.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698