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

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

Issue 805773004: Create DOMWindowStorage as a DOMWindowLifecycleObserver (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rename Created 6 years 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 | Source/core/frame/LocalDOMWindow.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 1855 matching lines...) Expand 10 before | Expand all | Expand 10 after
1866 'rendering/style/StyleMotionData.h', 1866 'rendering/style/StyleMotionData.h',
1867 'rendering/style/StyleMotionPath.h', 1867 'rendering/style/StyleMotionPath.h',
1868 'rendering/style/StyleMultiColData.cpp', 1868 'rendering/style/StyleMultiColData.cpp',
1869 'rendering/style/StylePendingImage.h', 1869 'rendering/style/StylePendingImage.h',
1870 'rendering/style/StyleRareInheritedData.cpp', 1870 'rendering/style/StyleRareInheritedData.cpp',
1871 'rendering/style/StyleRareNonInheritedData.cpp', 1871 'rendering/style/StyleRareNonInheritedData.cpp',
1872 'rendering/style/StyleSurroundData.cpp', 1872 'rendering/style/StyleSurroundData.cpp',
1873 'rendering/style/StyleTransformData.cpp', 1873 'rendering/style/StyleTransformData.cpp',
1874 'rendering/style/StyleVisualData.cpp', 1874 'rendering/style/StyleVisualData.cpp',
1875 'rendering/style/StyleWillChangeData.cpp', 1875 'rendering/style/StyleWillChangeData.cpp',
1876 'storage/DOMWindowStorageController.cpp',
1877 'storage/DOMWindowStorageController.h',
1876 'storage/Storage.cpp', 1878 'storage/Storage.cpp',
1877 'storage/Storage.h', 1879 'storage/Storage.h',
1878 'storage/StorageArea.cpp', 1880 'storage/StorageArea.cpp',
1879 'storage/StorageArea.h', 1881 'storage/StorageArea.h',
1880 'storage/StorageEvent.cpp', 1882 'storage/StorageEvent.cpp',
1881 'storage/StorageEvent.h', 1883 'storage/StorageEvent.h',
1882 'storage/StorageNamespace.cpp', 1884 'storage/StorageNamespace.cpp',
1883 'storage/StorageNamespace.h', 1885 'storage/StorageNamespace.h',
1884 'streams/ReadableStream.cpp', 1886 'streams/ReadableStream.cpp',
1885 'streams/ReadableStream.h', 1887 'streams/ReadableStream.h',
(...skipping 1762 matching lines...) Expand 10 before | Expand all | Expand 10 after
3648 'rendering/style/RenderStyleTest.cpp', 3650 'rendering/style/RenderStyleTest.cpp',
3649 'rendering/style/SVGRenderStyleTest.cpp', 3651 'rendering/style/SVGRenderStyleTest.cpp',
3650 'streams/ReadableStreamTest.cpp', 3652 'streams/ReadableStreamTest.cpp',
3651 'testing/PrivateScriptTestTest.cpp', 3653 'testing/PrivateScriptTestTest.cpp',
3652 'testing/UnitTestHelpers.cpp', 3654 'testing/UnitTestHelpers.cpp',
3653 'testing/UnitTestHelpers.h', 3655 'testing/UnitTestHelpers.h',
3654 'xml/parser/SharedBufferReaderTest.cpp', 3656 'xml/parser/SharedBufferReaderTest.cpp',
3655 ], 3657 ],
3656 } 3658 }
3657 } 3659 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/frame/LocalDOMWindow.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698