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

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

Issue 2240053002: Replace WTF_LOG() with NETWORK_DVLOG() or RESOURCE_LOADING_DVLOG(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: sstream, EXPECT_STREQ Created 4 years, 4 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/AnimationEffectReadOnly.idl', 9 'animation/AnimationEffectReadOnly.idl',
10 'animation/AnimationEffectTiming.idl', 10 'animation/AnimationEffectTiming.idl',
(...skipping 1695 matching lines...) Expand 10 before | Expand all | Expand 10 after
1706 'fetch/Resource.cpp', 1706 'fetch/Resource.cpp',
1707 'fetch/Resource.h', 1707 'fetch/Resource.h',
1708 'fetch/ResourceClientOrObserverWalker.h', 1708 'fetch/ResourceClientOrObserverWalker.h',
1709 'fetch/ResourceFetcher.cpp', 1709 'fetch/ResourceFetcher.cpp',
1710 'fetch/ResourceFetcher.h', 1710 'fetch/ResourceFetcher.h',
1711 'fetch/ResourceLoader.cpp', 1711 'fetch/ResourceLoader.cpp',
1712 'fetch/ResourceLoader.h', 1712 'fetch/ResourceLoader.h',
1713 'fetch/ResourceLoaderOptions.h', 1713 'fetch/ResourceLoaderOptions.h',
1714 'fetch/ResourceLoaderSet.cpp', 1714 'fetch/ResourceLoaderSet.cpp',
1715 'fetch/ResourceLoaderSet.h', 1715 'fetch/ResourceLoaderSet.h',
1716 'fetch/ResourceLoadingLog.h',
1716 'fetch/ScriptResource.cpp', 1717 'fetch/ScriptResource.cpp',
1717 'fetch/ScriptResource.h', 1718 'fetch/ScriptResource.h',
1718 'fetch/SubstituteData.h', 1719 'fetch/SubstituteData.h',
1719 'fetch/TextResource.cpp', 1720 'fetch/TextResource.cpp',
1720 'fetch/TextResource.h', 1721 'fetch/TextResource.h',
1721 'fetch/UniqueIdentifier.cpp', 1722 'fetch/UniqueIdentifier.cpp',
1722 'fetch/UniqueIdentifier.h', 1723 'fetch/UniqueIdentifier.h',
1723 'fetch/XSLStyleSheetResource.cpp', 1724 'fetch/XSLStyleSheetResource.cpp',
1724 'fetch/XSLStyleSheetResource.h', 1725 'fetch/XSLStyleSheetResource.h',
1725 'fileapi/Blob.cpp', 1726 'fileapi/Blob.cpp',
(...skipping 2541 matching lines...) Expand 10 before | Expand all | Expand 10 after
4267 'testing/PrivateScriptTestTest.cpp', 4268 'testing/PrivateScriptTestTest.cpp',
4268 'timing/MemoryInfoTest.cpp', 4269 'timing/MemoryInfoTest.cpp',
4269 'timing/PerformanceBaseTest.cpp', 4270 'timing/PerformanceBaseTest.cpp',
4270 'timing/PerformanceObserverTest.cpp', 4271 'timing/PerformanceObserverTest.cpp',
4271 'workers/WorkerThreadTest.cpp', 4272 'workers/WorkerThreadTest.cpp',
4272 'workers/WorkerThreadTestHelper.h', 4273 'workers/WorkerThreadTestHelper.h',
4273 'xml/parser/SharedBufferReaderTest.cpp', 4274 'xml/parser/SharedBufferReaderTest.cpp',
4274 ], 4275 ],
4275 } 4276 }
4276 } 4277 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698