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

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

Issue 423283003: Fix userVisibility() for files dragged into the renderer. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Addressed 2nd round of feedback. Created 6 years, 4 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 | « Source/core/clipboard/DataObjectTest.cpp ('k') | 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 3365 matching lines...) Expand 10 before | Expand all | Expand 10 after
3376 'animation/CompositorAnimationsTestHelper.h', 3376 'animation/CompositorAnimationsTestHelper.h',
3377 'animation/CompositorAnimationsTimingFunctionReverserTest.cpp', 3377 'animation/CompositorAnimationsTimingFunctionReverserTest.cpp',
3378 'animation/EffectInputTest.cpp', 3378 'animation/EffectInputTest.cpp',
3379 'animation/InterpolableValueTest.cpp', 3379 'animation/InterpolableValueTest.cpp',
3380 'animation/InterpolationEffectTest.cpp', 3380 'animation/InterpolationEffectTest.cpp',
3381 'animation/KeyframeEffectModelTest.cpp', 3381 'animation/KeyframeEffectModelTest.cpp',
3382 'animation/TimingCalculationsTest.cpp', 3382 'animation/TimingCalculationsTest.cpp',
3383 'animation/TimingInputTest.cpp', 3383 'animation/TimingInputTest.cpp',
3384 'animation/DeferredLegacyStyleInterpolationTest.cpp', 3384 'animation/DeferredLegacyStyleInterpolationTest.cpp',
3385 'animation/LengthStyleInterpolationTest.cpp', 3385 'animation/LengthStyleInterpolationTest.cpp',
3386 'clipboard/DataObjectTest.cpp',
3386 'css/AffectedByFocusTest.cpp', 3387 'css/AffectedByFocusTest.cpp',
3387 'css/CSSCalculationValueTest.cpp', 3388 'css/CSSCalculationValueTest.cpp',
3388 'css/CSSFontFaceTest.cpp', 3389 'css/CSSFontFaceTest.cpp',
3389 'css/CSSParserValuesTest.cpp', 3390 'css/CSSParserValuesTest.cpp',
3390 'css/CSSSelectorTest.cpp', 3391 'css/CSSSelectorTest.cpp',
3391 'css/CSSTestHelper.cpp', 3392 'css/CSSTestHelper.cpp',
3392 'css/CSSTestHelper.h', 3393 'css/CSSTestHelper.h',
3393 'css/CSSValueTestHelper.h', 3394 'css/CSSValueTestHelper.h',
3394 'css/DragUpdateTest.cpp', 3395 'css/DragUpdateTest.cpp',
3395 'css/MediaValuesTest.cpp', 3396 'css/MediaValuesTest.cpp',
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
3440 'rendering/RenderTableRowTest.cpp', 3441 'rendering/RenderTableRowTest.cpp',
3441 'rendering/shapes/BoxShapeTest.cpp', 3442 'rendering/shapes/BoxShapeTest.cpp',
3442 'testing/PrivateScriptTestTest.cpp', 3443 'testing/PrivateScriptTestTest.cpp',
3443 'streams/ReadableStreamTest.cpp', 3444 'streams/ReadableStreamTest.cpp',
3444 'testing/UnitTestHelpers.cpp', 3445 'testing/UnitTestHelpers.cpp',
3445 'testing/UnitTestHelpers.h', 3446 'testing/UnitTestHelpers.h',
3446 'xml/parser/SharedBufferReaderTest.cpp', 3447 'xml/parser/SharedBufferReaderTest.cpp',
3447 ], 3448 ],
3448 } 3449 }
3449 } 3450 }
OLDNEW
« no previous file with comments | « Source/core/clipboard/DataObjectTest.cpp ('k') | Source/core/fileapi/File.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698