| OLD | NEW |
| 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 Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |