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

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

Issue 950833002: Updating gypi after moving FocusType.h. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 10 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
« no previous file with comments | « no previous file | no next file » | 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 1746 matching lines...) Expand 10 before | Expand all | Expand 10 after
1757 'page/CustomContextMenuProvider.h', 1757 'page/CustomContextMenuProvider.h',
1758 'page/DOMWindowPagePopup.cpp', 1758 'page/DOMWindowPagePopup.cpp',
1759 'page/DOMWindowPagePopup.h', 1759 'page/DOMWindowPagePopup.h',
1760 'page/DragController.cpp', 1760 'page/DragController.cpp',
1761 'page/DragData.cpp', 1761 'page/DragData.cpp',
1762 'page/EventHandler.cpp', 1762 'page/EventHandler.cpp',
1763 'page/EventSource.cpp', 1763 'page/EventSource.cpp',
1764 'page/EventSource.h', 1764 'page/EventSource.h',
1765 'page/EventWithHitTestResults.h', 1765 'page/EventWithHitTestResults.h',
1766 'page/FocusController.cpp', 1766 'page/FocusController.cpp',
1767 'page/FocusType.h',
1768 'page/FrameTree.cpp', 1767 'page/FrameTree.cpp',
1769 'page/InjectedStyleSheets.cpp', 1768 'page/InjectedStyleSheets.cpp',
1770 'page/InjectedStyleSheets.h', 1769 'page/InjectedStyleSheets.h',
1771 'page/NetworkStateNotifier.cpp', 1770 'page/NetworkStateNotifier.cpp',
1772 'page/NetworkStateNotifier.h', 1771 'page/NetworkStateNotifier.h',
1773 'page/Page.cpp', 1772 'page/Page.cpp',
1774 'page/Page.h', 1773 'page/Page.h',
1775 'page/PageAnimator.cpp', 1774 'page/PageAnimator.cpp',
1776 'page/PageAnimator.h', 1775 'page/PageAnimator.h',
1777 'page/PageLifecycleNotifier.cpp', 1776 'page/PageLifecycleNotifier.cpp',
(...skipping 2026 matching lines...) Expand 10 before | Expand all | Expand 10 after
3804 'rendering/RenderingTestHelper.h', 3803 'rendering/RenderingTestHelper.h',
3805 'streams/ExclusiveStreamReaderTest.cpp', 3804 'streams/ExclusiveStreamReaderTest.cpp',
3806 'streams/ReadableStreamTest.cpp', 3805 'streams/ReadableStreamTest.cpp',
3807 'testing/PrivateScriptTestTest.cpp', 3806 'testing/PrivateScriptTestTest.cpp',
3808 'testing/UnitTestHelpers.cpp', 3807 'testing/UnitTestHelpers.cpp',
3809 'testing/UnitTestHelpers.h', 3808 'testing/UnitTestHelpers.h',
3810 'xml/parser/SharedBufferReaderTest.cpp', 3809 'xml/parser/SharedBufferReaderTest.cpp',
3811 ], 3810 ],
3812 } 3811 }
3813 } 3812 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698