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

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

Issue 640723006: Pass the selected non-native file information from the browser to FileInputType. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixed. Created 6 years, 2 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
« no previous file with comments | « no previous file | Source/core/fileapi/File.h » ('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/AnimationPlayer.idl', 10 'animation/AnimationPlayer.idl',
(...skipping 3574 matching lines...) Expand 10 before | Expand all | Expand 10 after
3585 'fileapi/FileTest.cpp', 3585 'fileapi/FileTest.cpp',
3586 'frame/ImageBitmapTest.cpp', 3586 'frame/ImageBitmapTest.cpp',
3587 'frame/SubresourceIntegrityTest.cpp', 3587 'frame/SubresourceIntegrityTest.cpp',
3588 'html/HTMLDimensionTest.cpp', 3588 'html/HTMLDimensionTest.cpp',
3589 'html/HTMLFormControlElementTest.cpp', 3589 'html/HTMLFormControlElementTest.cpp',
3590 'html/HTMLLinkElementSizesAttributeTest.cpp', 3590 'html/HTMLLinkElementSizesAttributeTest.cpp',
3591 'html/HTMLSelectElementTest.cpp', 3591 'html/HTMLSelectElementTest.cpp',
3592 'html/HTMLTextFormControlElementTest.cpp', 3592 'html/HTMLTextFormControlElementTest.cpp',
3593 'html/LinkRelAttributeTest.cpp', 3593 'html/LinkRelAttributeTest.cpp',
3594 'html/TimeRangesTest.cpp', 3594 'html/TimeRangesTest.cpp',
3595 'html/forms/FileInputTypeTest.cpp',
3595 'html/parser/HTMLParserThreadTest.cpp', 3596 'html/parser/HTMLParserThreadTest.cpp',
3596 'html/parser/HTMLSrcsetParserTest.cpp', 3597 'html/parser/HTMLSrcsetParserTest.cpp',
3597 'html/track/vtt/BufferedLineReaderTest.cpp', 3598 'html/track/vtt/BufferedLineReaderTest.cpp',
3598 'html/track/vtt/VTTScannerTest.cpp', 3599 'html/track/vtt/VTTScannerTest.cpp',
3599 'loader/MixedContentCheckerTest.cpp', 3600 'loader/MixedContentCheckerTest.cpp',
3600 'page/NetworkStateNotifierTest.cpp', 3601 'page/NetworkStateNotifierTest.cpp',
3601 'page/PrintContextTest.cpp', 3602 'page/PrintContextTest.cpp',
3602 'rendering/RenderBlockTest.cpp', 3603 'rendering/RenderBlockTest.cpp',
3603 'rendering/RenderInlineTest.cpp', 3604 'rendering/RenderInlineTest.cpp',
3604 'rendering/RenderOverflowTest.cpp', 3605 'rendering/RenderOverflowTest.cpp',
3605 'rendering/RenderPartTest.cpp', 3606 'rendering/RenderPartTest.cpp',
3606 'rendering/RenderTableCellTest.cpp', 3607 'rendering/RenderTableCellTest.cpp',
3607 'rendering/RenderTableRowTest.cpp', 3608 'rendering/RenderTableRowTest.cpp',
3608 'rendering/TextPainterTest.cpp', 3609 'rendering/TextPainterTest.cpp',
3609 'rendering/shapes/BoxShapeTest.cpp', 3610 'rendering/shapes/BoxShapeTest.cpp',
3610 'rendering/style/OutlineValueTest.cpp', 3611 'rendering/style/OutlineValueTest.cpp',
3611 'testing/PrivateScriptTestTest.cpp', 3612 'testing/PrivateScriptTestTest.cpp',
3612 'streams/ReadableStreamTest.cpp', 3613 'streams/ReadableStreamTest.cpp',
3613 'testing/UnitTestHelpers.cpp', 3614 'testing/UnitTestHelpers.cpp',
3614 'testing/UnitTestHelpers.h', 3615 'testing/UnitTestHelpers.h',
3615 'xml/parser/SharedBufferReaderTest.cpp', 3616 'xml/parser/SharedBufferReaderTest.cpp',
3616 ], 3617 ],
3617 } 3618 }
3618 } 3619 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/fileapi/File.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698