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

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

Issue 1725283002: Top-level domain-based default encoding (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: addressed comments Created 4 years, 9 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 3990 matching lines...) Expand 10 before | Expand all | Expand 10 after
4001 'layout/PaginationTest.cpp', 4001 'layout/PaginationTest.cpp',
4002 'layout/PaintContainmentTest.cpp', 4002 'layout/PaintContainmentTest.cpp',
4003 'layout/ScrollAnchorTest.cpp', 4003 'layout/ScrollAnchorTest.cpp',
4004 'layout/compositing/CompositedLayerMappingTest.cpp', 4004 'layout/compositing/CompositedLayerMappingTest.cpp',
4005 'layout/shapes/BoxShapeTest.cpp', 4005 'layout/shapes/BoxShapeTest.cpp',
4006 'loader/DocumentLoadTimingTest.cpp', 4006 'loader/DocumentLoadTimingTest.cpp',
4007 'loader/FrameFetchContextTest.cpp', 4007 'loader/FrameFetchContextTest.cpp',
4008 'loader/LinkHeaderTest.cpp', 4008 'loader/LinkHeaderTest.cpp',
4009 'loader/LinkLoaderTest.cpp', 4009 'loader/LinkLoaderTest.cpp',
4010 'loader/MixedContentCheckerTest.cpp', 4010 'loader/MixedContentCheckerTest.cpp',
4011 'loader/TextResourceDecoderBuilderTest.cpp',
4011 'origin_trials/OriginTrialContextTest.cpp', 4012 'origin_trials/OriginTrialContextTest.cpp',
4012 'page/ChromeClientTest.cpp', 4013 'page/ChromeClientTest.cpp',
4013 'page/ContextMenuControllerTest.cpp', 4014 'page/ContextMenuControllerTest.cpp',
4014 'page/EventSourceParserTest.cpp', 4015 'page/EventSourceParserTest.cpp',
4015 'page/NetworkStateNotifierTest.cpp', 4016 'page/NetworkStateNotifierTest.cpp',
4016 'page/PagePopupClientTest.cpp', 4017 'page/PagePopupClientTest.cpp',
4017 'page/PrintContextTest.cpp', 4018 'page/PrintContextTest.cpp',
4018 'page/WindowFeaturesTest.cpp', 4019 'page/WindowFeaturesTest.cpp',
4019 'page/scrolling/ScrollStateTest.cpp', 4020 'page/scrolling/ScrollStateTest.cpp',
4020 'paint/LayerClipRecorderTest.cpp', 4021 'paint/LayerClipRecorderTest.cpp',
(...skipping 13 matching lines...) Expand all
4034 'style/SVGComputedStyleTest.cpp', 4035 'style/SVGComputedStyleTest.cpp',
4035 'svg/SVGPathParserTest.cpp', 4036 'svg/SVGPathParserTest.cpp',
4036 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4037 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4037 'testing/PrivateScriptTestTest.cpp', 4038 'testing/PrivateScriptTestTest.cpp',
4038 'timing/MemoryInfoTest.cpp', 4039 'timing/MemoryInfoTest.cpp',
4039 'workers/WorkerThreadTest.cpp', 4040 'workers/WorkerThreadTest.cpp',
4040 'xml/parser/SharedBufferReaderTest.cpp', 4041 'xml/parser/SharedBufferReaderTest.cpp',
4041 ], 4042 ],
4042 } 4043 }
4043 } 4044 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698