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

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

Issue 1313283002: Re-introduce printers for Node, Position, PositionAnchorType in GTest (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 2015-08-26T14:32:13 Add comments for printers which are only for testing Created 5 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 | « no previous file | Source/core/dom/Node.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/KeyframeEffect.idl', 8 'animation/KeyframeEffect.idl',
9 'animation/EffectModel.idl', 9 'animation/EffectModel.idl',
10 'animation/AnimationEffectReadOnly.idl', 10 'animation/AnimationEffectReadOnly.idl',
(...skipping 3638 matching lines...) Expand 10 before | Expand all | Expand 10 after
3649 '<(blink_core_output_dir)/testing/InternalDictionary.cpp', 3649 '<(blink_core_output_dir)/testing/InternalDictionary.cpp',
3650 '<(blink_core_output_dir)/testing/InternalDictionary.h', 3650 '<(blink_core_output_dir)/testing/InternalDictionary.h',
3651 '<(blink_core_output_dir)/testing/InternalDictionaryDerived.cpp', 3651 '<(blink_core_output_dir)/testing/InternalDictionaryDerived.cpp',
3652 '<(blink_core_output_dir)/testing/InternalDictionaryDerived.h', 3652 '<(blink_core_output_dir)/testing/InternalDictionaryDerived.h',
3653 '<(blink_core_output_dir)/testing/PluginPlaceholderOptions.cpp', 3653 '<(blink_core_output_dir)/testing/PluginPlaceholderOptions.cpp',
3654 '<(blink_core_output_dir)/testing/PluginPlaceholderOptions.h', 3654 '<(blink_core_output_dir)/testing/PluginPlaceholderOptions.h',
3655 ], 3655 ],
3656 'webcore_testing_files': [ 3656 'webcore_testing_files': [
3657 '<(blink_core_output_dir)/testing/InternalSettingsGenerated.cpp', 3657 '<(blink_core_output_dir)/testing/InternalSettingsGenerated.cpp',
3658 '<(blink_core_output_dir)/testing/InternalSettingsGenerated.h', 3658 '<(blink_core_output_dir)/testing/InternalSettingsGenerated.h',
3659 'testing/CoreTestHelpers.cpp', 3659 'testing/CoreTestPrinters.cpp',
3660 'testing/CoreTestHelpers.h',
3661 'testing/DictionaryTest.cpp', 3660 'testing/DictionaryTest.cpp',
3662 'testing/DictionaryTest.h', 3661 'testing/DictionaryTest.h',
3663 'testing/DummyPageHolder.cpp', 3662 'testing/DummyPageHolder.cpp',
3664 'testing/DummyPageHolder.h', 3663 'testing/DummyPageHolder.h',
3665 'testing/GCObservation.cpp', 3664 'testing/GCObservation.cpp',
3666 'testing/GCObservation.h', 3665 'testing/GCObservation.h',
3667 'testing/GarbageCollectedScriptWrappable.cpp', 3666 'testing/GarbageCollectedScriptWrappable.cpp',
3668 'testing/GarbageCollectedScriptWrappable.h', 3667 'testing/GarbageCollectedScriptWrappable.h',
3669 'testing/InternalSettings.cpp', 3668 'testing/InternalSettings.cpp',
3670 'testing/InternalSettings.h', 3669 'testing/InternalSettings.h',
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after
3857 'style/OutlineValueTest.cpp', 3856 'style/OutlineValueTest.cpp',
3858 'style/SVGComputedStyleTest.cpp', 3857 'style/SVGComputedStyleTest.cpp',
3859 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3858 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3860 'testing/PrivateScriptTestTest.cpp', 3859 'testing/PrivateScriptTestTest.cpp',
3861 'timing/MemoryInfoTest.cpp', 3860 'timing/MemoryInfoTest.cpp',
3862 'workers/WorkerThreadTest.cpp', 3861 'workers/WorkerThreadTest.cpp',
3863 'xml/parser/SharedBufferReaderTest.cpp', 3862 'xml/parser/SharedBufferReaderTest.cpp',
3864 ], 3863 ],
3865 } 3864 }
3866 } 3865 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/dom/Node.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698