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

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

Issue 1105333002: Introduce printers for Node and Position for ease of developing GTest test files (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 2015-05-21T15:05:46 Created 5 years, 7 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/core.gyp ('k') | Source/core/editing/VisibleSelectionTest.cpp » ('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 3700 matching lines...) Expand 10 before | Expand all | Expand 10 after
3711 '<(blink_core_output_dir)/testing/InternalDictionary.cpp', 3711 '<(blink_core_output_dir)/testing/InternalDictionary.cpp',
3712 '<(blink_core_output_dir)/testing/InternalDictionary.h', 3712 '<(blink_core_output_dir)/testing/InternalDictionary.h',
3713 '<(blink_core_output_dir)/testing/InternalDictionaryDerived.cpp', 3713 '<(blink_core_output_dir)/testing/InternalDictionaryDerived.cpp',
3714 '<(blink_core_output_dir)/testing/InternalDictionaryDerived.h', 3714 '<(blink_core_output_dir)/testing/InternalDictionaryDerived.h',
3715 '<(blink_core_output_dir)/testing/PluginPlaceholderOptions.cpp', 3715 '<(blink_core_output_dir)/testing/PluginPlaceholderOptions.cpp',
3716 '<(blink_core_output_dir)/testing/PluginPlaceholderOptions.h', 3716 '<(blink_core_output_dir)/testing/PluginPlaceholderOptions.h',
3717 ], 3717 ],
3718 'webcore_testing_files': [ 3718 'webcore_testing_files': [
3719 '<(blink_core_output_dir)/testing/InternalSettingsGenerated.cpp', 3719 '<(blink_core_output_dir)/testing/InternalSettingsGenerated.cpp',
3720 '<(blink_core_output_dir)/testing/InternalSettingsGenerated.h', 3720 '<(blink_core_output_dir)/testing/InternalSettingsGenerated.h',
3721 'testing/CoreTestHelpers.cpp',
3722 'testing/CoreTestHelpers.h',
3721 'testing/DictionaryTest.cpp', 3723 'testing/DictionaryTest.cpp',
3722 'testing/DictionaryTest.h', 3724 'testing/DictionaryTest.h',
3723 'testing/DummyPageHolder.cpp', 3725 'testing/DummyPageHolder.cpp',
3724 'testing/DummyPageHolder.h', 3726 'testing/DummyPageHolder.h',
3725 'testing/GCObservation.cpp', 3727 'testing/GCObservation.cpp',
3726 'testing/GCObservation.h', 3728 'testing/GCObservation.h',
3727 'testing/GarbageCollectedScriptWrappable.cpp', 3729 'testing/GarbageCollectedScriptWrappable.cpp',
3728 'testing/GarbageCollectedScriptWrappable.h', 3730 'testing/GarbageCollectedScriptWrappable.h',
3729 'testing/InternalSettings.cpp', 3731 'testing/InternalSettings.cpp',
3730 'testing/InternalSettings.h', 3732 'testing/InternalSettings.h',
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
3894 'style/ComputedStyleTest.cpp', 3896 'style/ComputedStyleTest.cpp',
3895 'style/OutlineValueTest.cpp', 3897 'style/OutlineValueTest.cpp',
3896 'style/SVGComputedStyleTest.cpp', 3898 'style/SVGComputedStyleTest.cpp',
3897 'testing/PrivateScriptTestTest.cpp', 3899 'testing/PrivateScriptTestTest.cpp',
3898 'timing/MemoryInfoTest.cpp', 3900 'timing/MemoryInfoTest.cpp',
3899 'workers/WorkerThreadTest.cpp', 3901 'workers/WorkerThreadTest.cpp',
3900 'xml/parser/SharedBufferReaderTest.cpp', 3902 'xml/parser/SharedBufferReaderTest.cpp',
3901 ], 3903 ],
3902 } 3904 }
3903 } 3905 }
OLDNEW
« no previous file with comments | « Source/core/core.gyp ('k') | Source/core/editing/VisibleSelectionTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698