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

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

Issue 17351003: Rename ContextDestructionObserver to ContextLifecycleObserver (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Reapplied Created 7 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « Source/bindings/v8/V8MutationCallback.h ('k') | Source/core/dom/ActiveDOMObject.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/CSSMediaRule.idl', 10 'css/CSSMediaRule.idl',
(...skipping 1673 matching lines...) Expand 10 before | Expand all | Expand 10 after
1684 'dom/Clipboard.cpp', 1684 'dom/Clipboard.cpp',
1685 'dom/ClipboardEvent.cpp', 1685 'dom/ClipboardEvent.cpp',
1686 'dom/ClipboardEvent.h', 1686 'dom/ClipboardEvent.h',
1687 'dom/Comment.cpp', 1687 'dom/Comment.cpp',
1688 'dom/Comment.h', 1688 'dom/Comment.h',
1689 'dom/CompositionEvent.cpp', 1689 'dom/CompositionEvent.cpp',
1690 'dom/CompositionEvent.h', 1690 'dom/CompositionEvent.h',
1691 'dom/ContainerNode.cpp', 1691 'dom/ContainerNode.cpp',
1692 'dom/ContainerNodeAlgorithms.h', 1692 'dom/ContainerNodeAlgorithms.h',
1693 'dom/ContainerNodeAlgorithms.cpp', 1693 'dom/ContainerNodeAlgorithms.cpp',
1694 'dom/ContextDestructionObserver.cpp', 1694 'dom/ContextLifecycleObserver.h',
1695 'dom/ContextLifecycleObserver.cpp',
1695 'dom/ContextFeatures.cpp', 1696 'dom/ContextFeatures.cpp',
1696 'dom/ContextFeatures.h', 1697 'dom/ContextFeatures.h',
1697 'dom/ContextLifecycleNotifier.cpp', 1698 'dom/ContextLifecycleNotifier.cpp',
1698 'dom/ContextLifecycleNotifier.h', 1699 'dom/ContextLifecycleNotifier.h',
1699 'dom/CrossThreadTask.h', 1700 'dom/CrossThreadTask.h',
1700 'dom/CustomElementDefinition.cpp', 1701 'dom/CustomElementDefinition.cpp',
1701 'dom/CustomElementDefinition.h', 1702 'dom/CustomElementDefinition.h',
1702 'dom/CustomElementRegistry.cpp', 1703 'dom/CustomElementRegistry.cpp',
1703 'dom/CustomElementRegistry.h', 1704 'dom/CustomElementRegistry.h',
1704 'dom/CustomElementUpgradeCandidateMap.cpp', 1705 'dom/CustomElementUpgradeCandidateMap.cpp',
(...skipping 1983 matching lines...) Expand 10 before | Expand all | Expand 10 after
3688 'bison_exe': 'bison', 3689 'bison_exe': 'bison',
3689 # We specify a preprocess so it happens locally and won't get 3690 # We specify a preprocess so it happens locally and won't get
3690 # distributed to goma. 3691 # distributed to goma.
3691 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to 3692 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to
3692 # use /usr/bin/clang once we require Xcode 4.x. 3693 # use /usr/bin/clang once we require Xcode 4.x.
3693 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3694 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3694 }], 3695 }],
3695 ], 3696 ],
3696 } 3697 }
3697 } 3698 }
OLDNEW
« no previous file with comments | « Source/bindings/v8/V8MutationCallback.h ('k') | Source/core/dom/ActiveDOMObject.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698