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

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: rebased 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/loader/TextResourceDecoderBuilder.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 4030 matching lines...) Expand 10 before | Expand all | Expand 10 after
4041 'layout/PaginationTest.cpp', 4041 'layout/PaginationTest.cpp',
4042 'layout/PaintContainmentTest.cpp', 4042 'layout/PaintContainmentTest.cpp',
4043 'layout/ScrollAnchorTest.cpp', 4043 'layout/ScrollAnchorTest.cpp',
4044 'layout/compositing/CompositedLayerMappingTest.cpp', 4044 'layout/compositing/CompositedLayerMappingTest.cpp',
4045 'layout/shapes/BoxShapeTest.cpp', 4045 'layout/shapes/BoxShapeTest.cpp',
4046 'loader/DocumentLoadTimingTest.cpp', 4046 'loader/DocumentLoadTimingTest.cpp',
4047 'loader/FrameFetchContextTest.cpp', 4047 'loader/FrameFetchContextTest.cpp',
4048 'loader/LinkHeaderTest.cpp', 4048 'loader/LinkHeaderTest.cpp',
4049 'loader/LinkLoaderTest.cpp', 4049 'loader/LinkLoaderTest.cpp',
4050 'loader/MixedContentCheckerTest.cpp', 4050 'loader/MixedContentCheckerTest.cpp',
4051 'loader/TextResourceDecoderBuilderTest.cpp',
4051 'loader/ThreadableLoaderTest.cpp', 4052 'loader/ThreadableLoaderTest.cpp',
4053 'origin_trials/DocumentOriginTrialContextTest.cpp',
4052 'origin_trials/OriginTrialContextTest.cpp', 4054 'origin_trials/OriginTrialContextTest.cpp',
4053 'page/ChromeClientTest.cpp', 4055 'page/ChromeClientTest.cpp',
4054 'page/ContextMenuControllerTest.cpp', 4056 'page/ContextMenuControllerTest.cpp',
4055 'page/EventSourceParserTest.cpp', 4057 'page/EventSourceParserTest.cpp',
4056 'page/FocusControllerTest.cpp', 4058 'page/FocusControllerTest.cpp',
4057 'page/NetworkStateNotifierTest.cpp', 4059 'page/NetworkStateNotifierTest.cpp',
4058 'page/PagePopupClientTest.cpp', 4060 'page/PagePopupClientTest.cpp',
4059 'page/PrintContextTest.cpp', 4061 'page/PrintContextTest.cpp',
4060 'page/WindowFeaturesTest.cpp', 4062 'page/WindowFeaturesTest.cpp',
4061 'page/scrolling/ScrollStateTest.cpp', 4063 'page/scrolling/ScrollStateTest.cpp',
(...skipping 16 matching lines...) Expand all
4078 'svg/SVGPathParserTest.cpp', 4080 'svg/SVGPathParserTest.cpp',
4079 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4081 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4080 'testing/PrivateScriptTestTest.cpp', 4082 'testing/PrivateScriptTestTest.cpp',
4081 'timing/MemoryInfoTest.cpp', 4083 'timing/MemoryInfoTest.cpp',
4082 'workers/WorkerThreadTest.cpp', 4084 'workers/WorkerThreadTest.cpp',
4083 'workers/WorkerThreadTestHelper.h', 4085 'workers/WorkerThreadTestHelper.h',
4084 'xml/parser/SharedBufferReaderTest.cpp', 4086 'xml/parser/SharedBufferReaderTest.cpp',
4085 ], 4087 ],
4086 } 4088 }
4087 } 4089 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/loader/TextResourceDecoderBuilder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698