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

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

Issue 583903003: [Thread-safe] Take isolatedCopy of SecurityOrigin in ResourceLoaderOptions when passed across thread (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase 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/fetch/ResourceLoaderOptions.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 3566 matching lines...) Expand 10 before | Expand all | Expand 10 after
3577 'editing/FrameSelectionTest.cpp', 3577 'editing/FrameSelectionTest.cpp',
3578 'editing/InputMethodControllerTest.cpp', 3578 'editing/InputMethodControllerTest.cpp',
3579 'editing/SurroundingTextTest.cpp', 3579 'editing/SurroundingTextTest.cpp',
3580 'editing/TextIteratorTest.cpp', 3580 'editing/TextIteratorTest.cpp',
3581 'editing/VisibleSelectionTest.cpp', 3581 'editing/VisibleSelectionTest.cpp',
3582 'fetch/CachingCorrectnessTest.cpp', 3582 'fetch/CachingCorrectnessTest.cpp',
3583 'fetch/ImageResourceTest.cpp', 3583 'fetch/ImageResourceTest.cpp',
3584 'fetch/MemoryCacheTest.cpp', 3584 'fetch/MemoryCacheTest.cpp',
3585 'fetch/RawResourceTest.cpp', 3585 'fetch/RawResourceTest.cpp',
3586 'fetch/ResourceFetcherTest.cpp', 3586 'fetch/ResourceFetcherTest.cpp',
3587 'fetch/ResourceLoaderOptionsTest.cpp',
3587 'fileapi/FileTest.cpp', 3588 'fileapi/FileTest.cpp',
3588 'frame/ImageBitmapTest.cpp', 3589 'frame/ImageBitmapTest.cpp',
3589 'frame/SubresourceIntegrityTest.cpp', 3590 'frame/SubresourceIntegrityTest.cpp',
3590 'html/HTMLDimensionTest.cpp', 3591 'html/HTMLDimensionTest.cpp',
3591 'html/HTMLFormControlElementTest.cpp', 3592 'html/HTMLFormControlElementTest.cpp',
3592 'html/HTMLLinkElementSizesAttributeTest.cpp', 3593 'html/HTMLLinkElementSizesAttributeTest.cpp',
3593 'html/HTMLSelectElementTest.cpp', 3594 'html/HTMLSelectElementTest.cpp',
3594 'html/HTMLTextFormControlElementTest.cpp', 3595 'html/HTMLTextFormControlElementTest.cpp',
3595 'html/LinkRelAttributeTest.cpp', 3596 'html/LinkRelAttributeTest.cpp',
3596 'html/TimeRangesTest.cpp', 3597 'html/TimeRangesTest.cpp',
(...skipping 15 matching lines...) Expand all
3612 'rendering/shapes/BoxShapeTest.cpp', 3613 'rendering/shapes/BoxShapeTest.cpp',
3613 'rendering/style/OutlineValueTest.cpp', 3614 'rendering/style/OutlineValueTest.cpp',
3614 'testing/PrivateScriptTestTest.cpp', 3615 'testing/PrivateScriptTestTest.cpp',
3615 'streams/ReadableStreamTest.cpp', 3616 'streams/ReadableStreamTest.cpp',
3616 'testing/UnitTestHelpers.cpp', 3617 'testing/UnitTestHelpers.cpp',
3617 'testing/UnitTestHelpers.h', 3618 'testing/UnitTestHelpers.h',
3618 'xml/parser/SharedBufferReaderTest.cpp', 3619 'xml/parser/SharedBufferReaderTest.cpp',
3619 ], 3620 ],
3620 } 3621 }
3621 } 3622 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/fetch/ResourceLoaderOptions.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698