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

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

Issue 1060813005: Componentization: fix SupplementTracing<0>::~SupplementTracing<0>(void) already defined. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 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 'includes': [ 2 'includes': [
3 'core_generated.gypi', 3 'core_generated.gypi',
4 ], 4 ],
5 'variables': { 5 'variables': {
6 # Files for which bindings (.cpp and .h files) will be generated 6 # Files for which bindings (.cpp and .h files) will be generated
7 'core_idl_files': [ 7 'core_idl_files': [
8 'animation/Animation.idl', 8 'animation/Animation.idl',
9 'animation/AnimationEffect.idl', 9 'animation/AnimationEffect.idl',
10 'animation/AnimationNode.idl', 10 'animation/AnimationNode.idl',
(...skipping 1773 matching lines...) Expand 10 before | Expand all | Expand 10 after
1784 'page/PageLifecycleNotifier.cpp', 1784 'page/PageLifecycleNotifier.cpp',
1785 'page/PageLifecycleNotifier.h', 1785 'page/PageLifecycleNotifier.h',
1786 'page/PageLifecycleObserver.h', 1786 'page/PageLifecycleObserver.h',
1787 'page/PagePopupClient.cpp', 1787 'page/PagePopupClient.cpp',
1788 'page/PagePopupClient.h', 1788 'page/PagePopupClient.h',
1789 'page/PagePopupController.cpp', 1789 'page/PagePopupController.cpp',
1790 'page/PagePopupController.h', 1790 'page/PagePopupController.h',
1791 'page/PageScaleConstraints.cpp', 1791 'page/PageScaleConstraints.cpp',
1792 'page/PageScaleConstraints.h', 1792 'page/PageScaleConstraints.h',
1793 'page/PageSerializer.cpp', 1793 'page/PageSerializer.cpp',
1794 'page/PageSupplementable.h',
1794 'page/PageVisibilityState.cpp', 1795 'page/PageVisibilityState.cpp',
1795 'page/PointerLockController.cpp', 1796 'page/PointerLockController.cpp',
1796 'page/PointerLockController.h', 1797 'page/PointerLockController.h',
1797 'page/PopupOpeningObserver.h', 1798 'page/PopupOpeningObserver.h',
1798 'page/PrintContext.cpp', 1799 'page/PrintContext.cpp',
1799 'page/ScopedPageLoadDeferrer.cpp', 1800 'page/ScopedPageLoadDeferrer.cpp',
1800 'page/ScopedPageLoadDeferrer.h', 1801 'page/ScopedPageLoadDeferrer.h',
1801 'page/SpatialNavigation.cpp', 1802 'page/SpatialNavigation.cpp',
1802 'page/TouchAdjustment.cpp', 1803 'page/TouchAdjustment.cpp',
1803 'page/TouchAdjustment.h', 1804 'page/TouchAdjustment.h',
(...skipping 392 matching lines...) Expand 10 before | Expand all | Expand 10 after
2196 'dom/DocumentMarker.cpp', 2197 'dom/DocumentMarker.cpp',
2197 'dom/DocumentMarkerController.cpp', 2198 'dom/DocumentMarkerController.cpp',
2198 'dom/DocumentOrderedList.cpp', 2199 'dom/DocumentOrderedList.cpp',
2199 'dom/DocumentOrderedList.h', 2200 'dom/DocumentOrderedList.h',
2200 'dom/DocumentOrderedMap.cpp', 2201 'dom/DocumentOrderedMap.cpp',
2201 'dom/DocumentParser.cpp', 2202 'dom/DocumentParser.cpp',
2202 'dom/DocumentStyleSheetCollection.cpp', 2203 'dom/DocumentStyleSheetCollection.cpp',
2203 'dom/DocumentStyleSheetCollection.h', 2204 'dom/DocumentStyleSheetCollection.h',
2204 'dom/DocumentStyleSheetCollector.cpp', 2205 'dom/DocumentStyleSheetCollector.cpp',
2205 'dom/DocumentStyleSheetCollector.h', 2206 'dom/DocumentStyleSheetCollector.h',
2207 'dom/DocumentSupplementable.h',
tasak 2015/04/22 03:14:48 Added missing dom/DocumentSupplementable.h.
2206 'dom/DocumentTiming.cpp', 2208 'dom/DocumentTiming.cpp',
2207 'dom/DocumentTiming.h', 2209 'dom/DocumentTiming.h',
2208 'dom/DocumentType.cpp', 2210 'dom/DocumentType.cpp',
2209 'dom/Element.cpp', 2211 'dom/Element.cpp',
2210 'dom/Element.h', 2212 'dom/Element.h',
2211 'dom/ElementData.cpp', 2213 'dom/ElementData.cpp',
2212 'dom/ElementData.h', 2214 'dom/ElementData.h',
2213 'dom/ElementDataCache.cpp', 2215 'dom/ElementDataCache.cpp',
2214 'dom/ElementDataCache.h', 2216 'dom/ElementDataCache.h',
2215 'dom/ElementFullscreen.cpp', 2217 'dom/ElementFullscreen.cpp',
(...skipping 1632 matching lines...) Expand 10 before | Expand all | Expand 10 after
3848 'paint/LayerClipRecorderTest.cpp', 3850 'paint/LayerClipRecorderTest.cpp',
3849 'paint/LayoutObjectDrawingRecorderTest.cpp', 3851 'paint/LayoutObjectDrawingRecorderTest.cpp',
3850 'paint/TextPainterTest.cpp', 3852 'paint/TextPainterTest.cpp',
3851 'streams/ReadableStreamReaderTest.cpp', 3853 'streams/ReadableStreamReaderTest.cpp',
3852 'streams/ReadableStreamTest.cpp', 3854 'streams/ReadableStreamTest.cpp',
3853 'testing/PrivateScriptTestTest.cpp', 3855 'testing/PrivateScriptTestTest.cpp',
3854 'xml/parser/SharedBufferReaderTest.cpp', 3856 'xml/parser/SharedBufferReaderTest.cpp',
3855 ], 3857 ],
3856 } 3858 }
3857 } 3859 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/dom/ContextFeatures.h » ('j') | Source/core/dom/DocumentSupplementable.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698