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

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

Issue 1050783003: Remove stylesheet injection from Blink. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Revert devtool removals 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | Source/core/dom/Document.cpp » ('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 '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 1740 matching lines...) Expand 10 before | Expand all | Expand 10 after
1751 'page/DOMWindowPagePopup.cpp', 1751 'page/DOMWindowPagePopup.cpp',
1752 'page/DOMWindowPagePopup.h', 1752 'page/DOMWindowPagePopup.h',
1753 'page/DragController.cpp', 1753 'page/DragController.cpp',
1754 'page/DragData.cpp', 1754 'page/DragData.cpp',
1755 'page/EventHandler.cpp', 1755 'page/EventHandler.cpp',
1756 'page/EventSource.cpp', 1756 'page/EventSource.cpp',
1757 'page/EventSource.h', 1757 'page/EventSource.h',
1758 'page/EventWithHitTestResults.h', 1758 'page/EventWithHitTestResults.h',
1759 'page/FocusController.cpp', 1759 'page/FocusController.cpp',
1760 'page/FrameTree.cpp', 1760 'page/FrameTree.cpp',
1761 'page/InjectedStyleSheets.cpp',
1762 'page/InjectedStyleSheets.h',
1763 'page/NetworkStateNotifier.cpp', 1761 'page/NetworkStateNotifier.cpp',
1764 'page/NetworkStateNotifier.h', 1762 'page/NetworkStateNotifier.h',
1765 'page/Page.cpp', 1763 'page/Page.cpp',
1766 'page/Page.h', 1764 'page/Page.h',
1767 'page/PageAnimator.cpp', 1765 'page/PageAnimator.cpp',
1768 'page/PageAnimator.h', 1766 'page/PageAnimator.h',
1769 'page/PageLifecycleNotifier.cpp', 1767 'page/PageLifecycleNotifier.cpp',
1770 'page/PageLifecycleNotifier.h', 1768 'page/PageLifecycleNotifier.h',
1771 'page/PageLifecycleObserver.h', 1769 'page/PageLifecycleObserver.h',
1772 'page/PagePopupClient.cpp', 1770 'page/PagePopupClient.cpp',
(...skipping 2039 matching lines...) Expand 10 before | Expand all | Expand 10 after
3812 'paint/LayoutObjectDrawingRecorderTest.cpp', 3810 'paint/LayoutObjectDrawingRecorderTest.cpp',
3813 'paint/TextPainterTest.cpp', 3811 'paint/TextPainterTest.cpp',
3814 'paint/ViewDisplayListTest.cpp', 3812 'paint/ViewDisplayListTest.cpp',
3815 'streams/ReadableStreamReaderTest.cpp', 3813 'streams/ReadableStreamReaderTest.cpp',
3816 'streams/ReadableStreamTest.cpp', 3814 'streams/ReadableStreamTest.cpp',
3817 'testing/PrivateScriptTestTest.cpp', 3815 'testing/PrivateScriptTestTest.cpp',
3818 'xml/parser/SharedBufferReaderTest.cpp', 3816 'xml/parser/SharedBufferReaderTest.cpp',
3819 ], 3817 ],
3820 } 3818 }
3821 } 3819 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/dom/Document.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698