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

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

Issue 765903002: Remove internals.setEnableMockPagePopup(). (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years 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 | Annotate | Revision Log
« no previous file with comments | « LayoutTests/fast/forms/resources/picker-common.js ('k') | Source/core/loader/EmptyClients.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/AnimationNode.idl', 10 'animation/AnimationNode.idl',
(...skipping 3452 matching lines...) Expand 10 before | Expand all | Expand 10 after
3463 'testing/GCObservation.h', 3463 'testing/GCObservation.h',
3464 'testing/GarbageCollectedScriptWrappable.cpp', 3464 'testing/GarbageCollectedScriptWrappable.cpp',
3465 'testing/GarbageCollectedScriptWrappable.h', 3465 'testing/GarbageCollectedScriptWrappable.h',
3466 'testing/InternalSettings.cpp', 3466 'testing/InternalSettings.cpp',
3467 'testing/InternalSettings.h', 3467 'testing/InternalSettings.h',
3468 'testing/Internals.cpp', 3468 'testing/Internals.cpp',
3469 'testing/Internals.h', 3469 'testing/Internals.h',
3470 'testing/LayerRect.h', 3470 'testing/LayerRect.h',
3471 'testing/LayerRectList.cpp', 3471 'testing/LayerRectList.cpp',
3472 'testing/LayerRectList.h', 3472 'testing/LayerRectList.h',
3473 'testing/MockPagePopupDriver.cpp',
3474 'testing/MockPagePopupDriver.h',
3475 'testing/NullExecutionContext.cpp', 3473 'testing/NullExecutionContext.cpp',
3476 'testing/NullExecutionContext.h', 3474 'testing/NullExecutionContext.h',
3477 'testing/PartialPrivateScriptTest.h', 3475 'testing/PartialPrivateScriptTest.h',
3478 'testing/PrivateScriptTest.cpp', 3476 'testing/PrivateScriptTest.cpp',
3479 'testing/PrivateScriptTest.h', 3477 'testing/PrivateScriptTest.h',
3480 'testing/RefCountedScriptWrappable.cpp', 3478 'testing/RefCountedScriptWrappable.cpp',
3481 'testing/RefCountedScriptWrappable.h', 3479 'testing/RefCountedScriptWrappable.h',
3482 'testing/TypeConversions.h', 3480 'testing/TypeConversions.h',
3483 'testing/URLTestHelpers.cpp', 3481 'testing/URLTestHelpers.cpp',
3484 'testing/URLTestHelpers.h', 3482 'testing/URLTestHelpers.h',
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
3595 'rendering/style/OutlineValueTest.cpp', 3593 'rendering/style/OutlineValueTest.cpp',
3596 'rendering/style/RenderStyleTest.cpp', 3594 'rendering/style/RenderStyleTest.cpp',
3597 'streams/ReadableStreamTest.cpp', 3595 'streams/ReadableStreamTest.cpp',
3598 'testing/PrivateScriptTestTest.cpp', 3596 'testing/PrivateScriptTestTest.cpp',
3599 'testing/UnitTestHelpers.cpp', 3597 'testing/UnitTestHelpers.cpp',
3600 'testing/UnitTestHelpers.h', 3598 'testing/UnitTestHelpers.h',
3601 'xml/parser/SharedBufferReaderTest.cpp', 3599 'xml/parser/SharedBufferReaderTest.cpp',
3602 ], 3600 ],
3603 } 3601 }
3604 } 3602 }
OLDNEW
« no previous file with comments | « LayoutTests/fast/forms/resources/picker-common.js ('k') | Source/core/loader/EmptyClients.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698