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

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

Issue 660763004: Fix the hasBackingFile flag for File backed by a file system URL. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git/+/master
Patch Set: Add test. 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 3562 matching lines...) Expand 10 before | Expand all | Expand 10 after
3573 'editing/FrameSelectionTest.cpp', 3573 'editing/FrameSelectionTest.cpp',
3574 'editing/InputMethodControllerTest.cpp', 3574 'editing/InputMethodControllerTest.cpp',
3575 'editing/SurroundingTextTest.cpp', 3575 'editing/SurroundingTextTest.cpp',
3576 'editing/TextIteratorTest.cpp', 3576 'editing/TextIteratorTest.cpp',
3577 'editing/VisibleSelectionTest.cpp', 3577 'editing/VisibleSelectionTest.cpp',
3578 'fetch/CachingCorrectnessTest.cpp', 3578 'fetch/CachingCorrectnessTest.cpp',
3579 'fetch/ImageResourceTest.cpp', 3579 'fetch/ImageResourceTest.cpp',
3580 'fetch/MemoryCacheTest.cpp', 3580 'fetch/MemoryCacheTest.cpp',
3581 'fetch/RawResourceTest.cpp', 3581 'fetch/RawResourceTest.cpp',
3582 'fetch/ResourceFetcherTest.cpp', 3582 'fetch/ResourceFetcherTest.cpp',
3583 'fileapi/FileTest.cpp',
3583 'frame/ImageBitmapTest.cpp', 3584 'frame/ImageBitmapTest.cpp',
3584 'frame/SubresourceIntegrityTest.cpp', 3585 'frame/SubresourceIntegrityTest.cpp',
3585 'html/HTMLDimensionTest.cpp', 3586 'html/HTMLDimensionTest.cpp',
3586 'html/HTMLFormControlElementTest.cpp', 3587 'html/HTMLFormControlElementTest.cpp',
3587 'html/HTMLLinkElementSizesAttributeTest.cpp', 3588 'html/HTMLLinkElementSizesAttributeTest.cpp',
3588 'html/HTMLSelectElementTest.cpp', 3589 'html/HTMLSelectElementTest.cpp',
3589 'html/HTMLTextFormControlElementTest.cpp', 3590 'html/HTMLTextFormControlElementTest.cpp',
3590 'html/LinkRelAttributeTest.cpp', 3591 'html/LinkRelAttributeTest.cpp',
3591 'html/TimeRangesTest.cpp', 3592 'html/TimeRangesTest.cpp',
3592 'html/parser/HTMLParserThreadTest.cpp', 3593 'html/parser/HTMLParserThreadTest.cpp',
(...skipping 13 matching lines...) Expand all
3606 'rendering/shapes/BoxShapeTest.cpp', 3607 'rendering/shapes/BoxShapeTest.cpp',
3607 'rendering/style/OutlineValueTest.cpp', 3608 'rendering/style/OutlineValueTest.cpp',
3608 'testing/PrivateScriptTestTest.cpp', 3609 'testing/PrivateScriptTestTest.cpp',
3609 'streams/ReadableStreamTest.cpp', 3610 'streams/ReadableStreamTest.cpp',
3610 'testing/UnitTestHelpers.cpp', 3611 'testing/UnitTestHelpers.cpp',
3611 'testing/UnitTestHelpers.h', 3612 'testing/UnitTestHelpers.h',
3612 'xml/parser/SharedBufferReaderTest.cpp', 3613 'xml/parser/SharedBufferReaderTest.cpp',
3613 ], 3614 ],
3614 } 3615 }
3615 } 3616 }
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