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

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

Issue 1840193006: Move token gathering into parser Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add file lost with git reset Created 4 years, 8 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 1926 matching lines...) Expand 10 before | Expand all | Expand 10 after
1937 'loader/WorkerThreadableLoader.cpp', 1937 'loader/WorkerThreadableLoader.cpp',
1938 'loader/WorkerThreadableLoader.h', 1938 'loader/WorkerThreadableLoader.h',
1939 'loader/appcache/ApplicationCache.cpp', 1939 'loader/appcache/ApplicationCache.cpp',
1940 'loader/appcache/ApplicationCache.h', 1940 'loader/appcache/ApplicationCache.h',
1941 'loader/appcache/ApplicationCacheHost.cpp', 1941 'loader/appcache/ApplicationCacheHost.cpp',
1942 'loader/appcache/ApplicationCacheHost.h', 1942 'loader/appcache/ApplicationCacheHost.h',
1943 'origin_trials/DocumentOriginTrialContext.cpp', 1943 'origin_trials/DocumentOriginTrialContext.cpp',
1944 'origin_trials/DocumentOriginTrialContext.h', 1944 'origin_trials/DocumentOriginTrialContext.h',
1945 'origin_trials/OriginTrialContext.cpp', 1945 'origin_trials/OriginTrialContext.cpp',
1946 'origin_trials/OriginTrialContext.h', 1946 'origin_trials/OriginTrialContext.h',
1947 'origin_trials/OriginTrialsImpl.cpp',
1947 'page/AutoscrollController.cpp', 1948 'page/AutoscrollController.cpp',
1948 'page/AutoscrollController.h', 1949 'page/AutoscrollController.h',
1949 'page/ChromeClient.cpp', 1950 'page/ChromeClient.cpp',
1950 'page/ChromeClient.h', 1951 'page/ChromeClient.h',
1951 'page/ContextMenuController.cpp', 1952 'page/ContextMenuController.cpp',
1952 'page/ContextMenuProvider.h', 1953 'page/ContextMenuProvider.h',
1953 'page/CreateWindow.cpp', 1954 'page/CreateWindow.cpp',
1954 'page/CreateWindow.h', 1955 'page/CreateWindow.h',
1955 'page/CustomContextMenuProvider.cpp', 1956 'page/CustomContextMenuProvider.cpp',
1956 'page/CustomContextMenuProvider.h', 1957 'page/CustomContextMenuProvider.h',
(...skipping 2131 matching lines...) Expand 10 before | Expand all | Expand 10 after
4088 'svg/SVGPathParserTest.cpp', 4089 'svg/SVGPathParserTest.cpp',
4089 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4090 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4090 'testing/PrivateScriptTestTest.cpp', 4091 'testing/PrivateScriptTestTest.cpp',
4091 'timing/MemoryInfoTest.cpp', 4092 'timing/MemoryInfoTest.cpp',
4092 'workers/WorkerThreadTest.cpp', 4093 'workers/WorkerThreadTest.cpp',
4093 'workers/WorkerThreadTestHelper.h', 4094 'workers/WorkerThreadTestHelper.h',
4094 'xml/parser/SharedBufferReaderTest.cpp', 4095 'xml/parser/SharedBufferReaderTest.cpp',
4095 ], 4096 ],
4096 } 4097 }
4097 } 4098 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698