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

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: Rebase again 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/core/core.gyp ('k') | Source/core/core_derived_sources.gyp » ('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 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 2730 matching lines...) Expand 10 before | Expand all | Expand 10 after
3547 'platform/graphics/gpu/DrawingBufferTest.cpp', 3550 'platform/graphics/gpu/DrawingBufferTest.cpp',
3548 'platform/image-decoders/ImageDecoderTest.cpp', 3551 'platform/image-decoders/ImageDecoderTest.cpp',
3549 'platform/image-decoders/gif/GIFImageDecoderTest.cpp', 3552 'platform/image-decoders/gif/GIFImageDecoderTest.cpp',
3550 'platform/image-decoders/jpeg/JPEGImageDecoderTest.cpp', 3553 'platform/image-decoders/jpeg/JPEGImageDecoderTest.cpp',
3551 'platform/image-decoders/webp/WEBPImageDecoderTest.cpp', 3554 'platform/image-decoders/webp/WEBPImageDecoderTest.cpp',
3552 'platform/testing/FakeWebGraphicsContext3D.h', 3555 'platform/testing/FakeWebGraphicsContext3D.h',
3553 'rendering/RenderOverflowTest.cpp', 3556 'rendering/RenderOverflowTest.cpp',
3554 ], 3557 ],
3555 } 3558 }
3556 } 3559 }
OLDNEW
« no previous file with comments | « Source/core/core.gyp ('k') | Source/core/core_derived_sources.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698