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

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

Issue 895383002: Let StyleResolver figure out differences between UA style and resolved style. (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
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 1895 matching lines...) Expand 10 before | Expand all | Expand 10 after
1906 'rendering/style/StyleMotionData.h', 1906 'rendering/style/StyleMotionData.h',
1907 'rendering/style/StyleMotionPath.h', 1907 'rendering/style/StyleMotionPath.h',
1908 'rendering/style/StyleMultiColData.cpp', 1908 'rendering/style/StyleMultiColData.cpp',
1909 'rendering/style/StylePendingImage.h', 1909 'rendering/style/StylePendingImage.h',
1910 'rendering/style/StyleRareInheritedData.cpp', 1910 'rendering/style/StyleRareInheritedData.cpp',
1911 'rendering/style/StyleRareNonInheritedData.cpp', 1911 'rendering/style/StyleRareNonInheritedData.cpp',
1912 'rendering/style/StyleSurroundData.cpp', 1912 'rendering/style/StyleSurroundData.cpp',
1913 'rendering/style/StyleTransformData.cpp', 1913 'rendering/style/StyleTransformData.cpp',
1914 'rendering/style/StyleVisualData.cpp', 1914 'rendering/style/StyleVisualData.cpp',
1915 'rendering/style/StyleWillChangeData.cpp', 1915 'rendering/style/StyleWillChangeData.cpp',
1916 'rendering/style/UAStyleChange.h',
1916 'storage/DOMWindowStorage.cpp', 1917 'storage/DOMWindowStorage.cpp',
1917 'storage/DOMWindowStorage.h', 1918 'storage/DOMWindowStorage.h',
1918 'storage/DOMWindowStorageController.cpp', 1919 'storage/DOMWindowStorageController.cpp',
1919 'storage/DOMWindowStorageController.h', 1920 'storage/DOMWindowStorageController.h',
1920 'storage/Storage.cpp', 1921 'storage/Storage.cpp',
1921 'storage/Storage.h', 1922 'storage/Storage.h',
1922 'storage/StorageArea.cpp', 1923 'storage/StorageArea.cpp',
1923 'storage/StorageArea.h', 1924 'storage/StorageArea.h',
1924 'storage/StorageEvent.cpp', 1925 'storage/StorageEvent.cpp',
1925 'storage/StorageEvent.h', 1926 'storage/StorageEvent.h',
(...skipping 1837 matching lines...) Expand 10 before | Expand all | Expand 10 after
3763 'rendering/style/RenderStyleTest.cpp', 3764 'rendering/style/RenderStyleTest.cpp',
3764 'rendering/style/SVGRenderStyleTest.cpp', 3765 'rendering/style/SVGRenderStyleTest.cpp',
3765 'streams/ReadableStreamTest.cpp', 3766 'streams/ReadableStreamTest.cpp',
3766 'testing/PrivateScriptTestTest.cpp', 3767 'testing/PrivateScriptTestTest.cpp',
3767 'testing/UnitTestHelpers.cpp', 3768 'testing/UnitTestHelpers.cpp',
3768 'testing/UnitTestHelpers.h', 3769 'testing/UnitTestHelpers.h',
3769 'xml/parser/SharedBufferReaderTest.cpp', 3770 'xml/parser/SharedBufferReaderTest.cpp',
3770 ], 3771 ],
3771 } 3772 }
3772 } 3773 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/css/resolver/StyleAdjuster.h » ('j') | Source/core/rendering/style/UAStyleChange.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698