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

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

Issue 51073002: Move HashTools.h to core/css (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 1 month 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 | « Source/build/scripts/make_css_value_keywords.py ('k') | Source/core/css/CSSParser-in.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 'variables': { 2 'variables': {
3 'core_idl_files': [ 3 'core_idl_files': [
4 'css/CSS.idl', 4 'css/CSS.idl',
5 'css/CSSCharsetRule.idl', 5 'css/CSSCharsetRule.idl',
6 'css/CSSFontFaceLoadEvent.idl', 6 'css/CSSFontFaceLoadEvent.idl',
7 'css/CSSFontFaceRule.idl', 7 'css/CSSFontFaceRule.idl',
8 'css/CSSHostRule.idl', 8 'css/CSSHostRule.idl',
9 'css/CSSImportRule.idl', 9 'css/CSSImportRule.idl',
10 'css/CSSKeyframeRule.idl', 10 'css/CSSKeyframeRule.idl',
(...skipping 726 matching lines...) Expand 10 before | Expand all | Expand 10 after
737 'css/DocumentRuleSets.cpp', 737 'css/DocumentRuleSets.cpp',
738 'css/DocumentRuleSets.h', 738 'css/DocumentRuleSets.h',
739 'css/ElementRuleCollector.cpp', 739 'css/ElementRuleCollector.cpp',
740 'css/ElementRuleCollector.h', 740 'css/ElementRuleCollector.h',
741 'css/FontFaceSet.h', 741 'css/FontFaceSet.h',
742 'css/FontFaceSet.cpp', 742 'css/FontFaceSet.cpp',
743 'css/FontFace.cpp', 743 'css/FontFace.cpp',
744 'css/FontFace.h', 744 'css/FontFace.h',
745 'css/FontSize.cpp', 745 'css/FontSize.cpp',
746 'css/FontSize.h', 746 'css/FontSize.h',
747 'css/HashTools.h',
747 'css/InspectorCSSOMWrappers.cpp', 748 'css/InspectorCSSOMWrappers.cpp',
748 'css/InspectorCSSOMWrappers.h', 749 'css/InspectorCSSOMWrappers.h',
749 'css/MediaFeatureNames.cpp', 750 'css/MediaFeatureNames.cpp',
750 'css/MediaFeatureNames.h', 751 'css/MediaFeatureNames.h',
751 'css/MediaList.cpp', 752 'css/MediaList.cpp',
752 'css/MediaList.h', 753 'css/MediaList.h',
753 'css/MediaQuery.cpp', 754 'css/MediaQuery.cpp',
754 'css/MediaQuery.h', 755 'css/MediaQuery.h',
755 'css/MediaQueryEvaluator.cpp', 756 'css/MediaQueryEvaluator.cpp',
756 'css/MediaQueryEvaluator.h', 757 'css/MediaQueryEvaluator.h',
(...skipping 1888 matching lines...) Expand 10 before | Expand all | Expand 10 after
2645 'html/track/WebVTTToken.h', 2646 'html/track/WebVTTToken.h',
2646 'html/track/WebVTTTokenizer.cpp', 2647 'html/track/WebVTTTokenizer.cpp',
2647 'html/track/WebVTTTokenizer.h', 2648 'html/track/WebVTTTokenizer.h',
2648 ], 2649 ],
2649 'webcore_platform_files': [ 2650 'webcore_platform_files': [
2650 'platform/ContextMenu.cpp', 2651 'platform/ContextMenu.cpp',
2651 'platform/ContextMenuItem.cpp', 2652 'platform/ContextMenuItem.cpp',
2652 'platform/Cursor.cpp', 2653 'platform/Cursor.cpp',
2653 'platform/DragData.cpp', 2654 'platform/DragData.cpp',
2654 'platform/DragImage.cpp', 2655 'platform/DragImage.cpp',
2655 'platform/HashTools.h',
2656 'platform/KillRing.h', 2656 'platform/KillRing.h',
2657 'platform/KillRingNone.cpp', 2657 'platform/KillRingNone.cpp',
2658 'platform/MIMETypeFromURL.cpp', 2658 'platform/MIMETypeFromURL.cpp',
2659 'platform/MIMETypeFromURL.h', 2659 'platform/MIMETypeFromURL.h',
2660 'platform/OverscrollTheme.cpp', 2660 'platform/OverscrollTheme.cpp',
2661 'platform/OverscrollTheme.h', 2661 'platform/OverscrollTheme.h',
2662 'platform/Pasteboard.cpp', 2662 'platform/Pasteboard.cpp',
2663 'platform/Pasteboard.h', 2663 'platform/Pasteboard.h',
2664 'platform/PlatformInstrumentation.cpp', 2664 'platform/PlatformInstrumentation.cpp',
2665 'platform/PlatformInstrumentation.h', 2665 'platform/PlatformInstrumentation.h',
(...skipping 906 matching lines...) Expand 10 before | Expand all | Expand 10 after
3572 'platform/graphics/gpu/DrawingBufferTest.cpp', 3572 'platform/graphics/gpu/DrawingBufferTest.cpp',
3573 'platform/image-decoders/ImageDecoderTest.cpp', 3573 'platform/image-decoders/ImageDecoderTest.cpp',
3574 'platform/image-decoders/gif/GIFImageDecoderTest.cpp', 3574 'platform/image-decoders/gif/GIFImageDecoderTest.cpp',
3575 'platform/image-decoders/jpeg/JPEGImageDecoderTest.cpp', 3575 'platform/image-decoders/jpeg/JPEGImageDecoderTest.cpp',
3576 'platform/image-decoders/webp/WEBPImageDecoderTest.cpp', 3576 'platform/image-decoders/webp/WEBPImageDecoderTest.cpp',
3577 'platform/testing/FakeWebGraphicsContext3D.h', 3577 'platform/testing/FakeWebGraphicsContext3D.h',
3578 'rendering/RenderOverflowTest.cpp', 3578 'rendering/RenderOverflowTest.cpp',
3579 ], 3579 ],
3580 } 3580 }
3581 } 3581 }
OLDNEW
« no previous file with comments | « Source/build/scripts/make_css_value_keywords.py ('k') | Source/core/css/CSSParser-in.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698