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

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

Issue 1978683002: Enable hyphens: auto and none in BreakingContext (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add comments for heuristic, adjust widths of hyphens-auto-mock test Created 4 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
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 3866 matching lines...) Expand 10 before | Expand all | Expand 10 after
3877 'testing/GCObservation.h', 3877 'testing/GCObservation.h',
3878 'testing/GarbageCollectedScriptWrappable.cpp', 3878 'testing/GarbageCollectedScriptWrappable.cpp',
3879 'testing/GarbageCollectedScriptWrappable.h', 3879 'testing/GarbageCollectedScriptWrappable.h',
3880 'testing/InternalSettings.cpp', 3880 'testing/InternalSettings.cpp',
3881 'testing/InternalSettings.h', 3881 'testing/InternalSettings.h',
3882 'testing/Internals.cpp', 3882 'testing/Internals.cpp',
3883 'testing/Internals.h', 3883 'testing/Internals.h',
3884 'testing/LayerRect.h', 3884 'testing/LayerRect.h',
3885 'testing/LayerRectList.cpp', 3885 'testing/LayerRectList.cpp',
3886 'testing/LayerRectList.h', 3886 'testing/LayerRectList.h',
3887 'testing/MockHyphenation.cpp',
3888 'testing/MockHyphenation.h',
3887 'testing/NullExecutionContext.cpp', 3889 'testing/NullExecutionContext.cpp',
3888 'testing/NullExecutionContext.h', 3890 'testing/NullExecutionContext.h',
3889 'testing/PrivateScriptTest.cpp', 3891 'testing/PrivateScriptTest.cpp',
3890 'testing/PrivateScriptTest.h', 3892 'testing/PrivateScriptTest.h',
3891 'testing/TypeConversions.h', 3893 'testing/TypeConversions.h',
3892 'testing/UnionTypesTest.cpp', 3894 'testing/UnionTypesTest.cpp',
3893 'testing/UnionTypesTest.h', 3895 'testing/UnionTypesTest.h',
3894 'testing/v8/WebCoreTestSupport.cpp', 3896 'testing/v8/WebCoreTestSupport.cpp',
3895 'testing/v8/WebCoreTestSupport.h', 3897 'testing/v8/WebCoreTestSupport.h',
3896 'testing/WorkerInternals.cpp', 3898 'testing/WorkerInternals.cpp',
(...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after
4126 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4128 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4127 'testing/PrivateScriptTestTest.cpp', 4129 'testing/PrivateScriptTestTest.cpp',
4128 'timing/MemoryInfoTest.cpp', 4130 'timing/MemoryInfoTest.cpp',
4129 'timing/PerformanceBaseTest.cpp', 4131 'timing/PerformanceBaseTest.cpp',
4130 'workers/WorkerThreadTest.cpp', 4132 'workers/WorkerThreadTest.cpp',
4131 'workers/WorkerThreadTestHelper.h', 4133 'workers/WorkerThreadTestHelper.h',
4132 'xml/parser/SharedBufferReaderTest.cpp', 4134 'xml/parser/SharedBufferReaderTest.cpp',
4133 ], 4135 ],
4134 } 4136 }
4135 } 4137 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698