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

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

Issue 40423003: Experimental viewport meta tag support for desktop, Blink-side. (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
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 786 matching lines...) Expand 10 before | Expand all | Expand 10 after
797 'css/StyleRule.cpp', 797 'css/StyleRule.cpp',
798 'css/StyleRule.h', 798 'css/StyleRule.h',
799 'css/StyleRuleImport.cpp', 799 'css/StyleRuleImport.cpp',
800 'css/StyleRuleImport.h', 800 'css/StyleRuleImport.h',
801 'css/StyleSheet.cpp', 801 'css/StyleSheet.cpp',
802 'css/StyleSheet.h', 802 'css/StyleSheet.h',
803 'css/StyleSheetContents.cpp', 803 'css/StyleSheetContents.cpp',
804 'css/StyleSheetContents.h', 804 'css/StyleSheetContents.h',
805 'css/StyleSheetList.cpp', 805 'css/StyleSheetList.cpp',
806 'css/StyleSheetList.h', 806 'css/StyleSheetList.h',
807 'css/ViewportStyle.cpp',
808 'css/ViewportStyleAndroid.cpp',
809 'css/ViewportStyle.h',
807 'css/resolver/AnimatedStyleBuilder.cpp', 810 'css/resolver/AnimatedStyleBuilder.cpp',
808 'css/resolver/AnimatedStyleBuilder.h', 811 'css/resolver/AnimatedStyleBuilder.h',
809 'css/resolver/ElementResolveContext.cpp', 812 'css/resolver/ElementResolveContext.cpp',
810 'css/resolver/ElementResolveContext.h', 813 'css/resolver/ElementResolveContext.h',
811 'css/resolver/ElementStyleResources.cpp', 814 'css/resolver/ElementStyleResources.cpp',
812 'css/resolver/ElementStyleResources.h', 815 'css/resolver/ElementStyleResources.h',
813 'css/resolver/FilterOperationResolver.cpp', 816 'css/resolver/FilterOperationResolver.cpp',
814 'css/resolver/FilterOperationResolver.h', 817 'css/resolver/FilterOperationResolver.h',
815 'css/resolver/FontBuilder.cpp', 818 'css/resolver/FontBuilder.cpp',
816 'css/resolver/FontBuilder.h', 819 'css/resolver/FontBuilder.h',
(...skipping 2745 matching lines...) Expand 10 before | Expand all | Expand 10 after
3562 'platform/graphics/gpu/DrawingBufferTest.cpp', 3565 'platform/graphics/gpu/DrawingBufferTest.cpp',
3563 'platform/image-decoders/ImageDecoderTest.cpp', 3566 'platform/image-decoders/ImageDecoderTest.cpp',
3564 'platform/image-decoders/gif/GIFImageDecoderTest.cpp', 3567 'platform/image-decoders/gif/GIFImageDecoderTest.cpp',
3565 'platform/image-decoders/jpeg/JPEGImageDecoderTest.cpp', 3568 'platform/image-decoders/jpeg/JPEGImageDecoderTest.cpp',
3566 'platform/image-decoders/webp/WEBPImageDecoderTest.cpp', 3569 'platform/image-decoders/webp/WEBPImageDecoderTest.cpp',
3567 'platform/testing/FakeWebGraphicsContext3D.h', 3570 'platform/testing/FakeWebGraphicsContext3D.h',
3568 'rendering/RenderOverflowTest.cpp', 3571 'rendering/RenderOverflowTest.cpp',
3569 ], 3572 ],
3570 } 3573 }
3571 } 3574 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698