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

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

Issue 1369253002: Add Web Resources usage to chrome://tracing. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@web_cache2_base
Patch Set: Use singleton provider. Created 5 years, 2 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 1484 matching lines...) Expand 10 before | Expand all | Expand 10 after
1495 'fetch/ResourceLoaderSet.h', 1495 'fetch/ResourceLoaderSet.h',
1496 'fetch/ResourcePtr.cpp', 1496 'fetch/ResourcePtr.cpp',
1497 'fetch/ResourcePtr.h', 1497 'fetch/ResourcePtr.h',
1498 'fetch/ScriptResource.cpp', 1498 'fetch/ScriptResource.cpp',
1499 'fetch/ScriptResource.h', 1499 'fetch/ScriptResource.h',
1500 'fetch/SubstituteData.h', 1500 'fetch/SubstituteData.h',
1501 'fetch/TextResource.cpp', 1501 'fetch/TextResource.cpp',
1502 'fetch/TextResource.h', 1502 'fetch/TextResource.h',
1503 'fetch/UniqueIdentifier.cpp', 1503 'fetch/UniqueIdentifier.cpp',
1504 'fetch/UniqueIdentifier.h', 1504 'fetch/UniqueIdentifier.h',
1505 'fetch/WebCacheMemoryDumpProvider.cpp',
1506 'fetch/WebCacheMemoryDumpProvider.h',
1505 'fetch/XSLStyleSheetResource.cpp', 1507 'fetch/XSLStyleSheetResource.cpp',
1506 'fetch/XSLStyleSheetResource.h', 1508 'fetch/XSLStyleSheetResource.h',
1507 'fileapi/Blob.cpp', 1509 'fileapi/Blob.cpp',
1508 'fileapi/Blob.h', 1510 'fileapi/Blob.h',
1509 'fileapi/File.cpp', 1511 'fileapi/File.cpp',
1510 'fileapi/File.h', 1512 'fileapi/File.h',
1511 'fileapi/FileCallback.h', 1513 'fileapi/FileCallback.h',
1512 'fileapi/FileError.cpp', 1514 'fileapi/FileError.cpp',
1513 'fileapi/FileError.h', 1515 'fileapi/FileError.h',
1514 'fileapi/FileList.cpp', 1516 'fileapi/FileList.cpp',
(...skipping 2390 matching lines...) Expand 10 before | Expand all | Expand 10 after
3905 'style/OutlineValueTest.cpp', 3907 'style/OutlineValueTest.cpp',
3906 'style/SVGComputedStyleTest.cpp', 3908 'style/SVGComputedStyleTest.cpp',
3907 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3909 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3908 'testing/PrivateScriptTestTest.cpp', 3910 'testing/PrivateScriptTestTest.cpp',
3909 'timing/MemoryInfoTest.cpp', 3911 'timing/MemoryInfoTest.cpp',
3910 'workers/WorkerThreadTest.cpp', 3912 'workers/WorkerThreadTest.cpp',
3911 'xml/parser/SharedBufferReaderTest.cpp', 3913 'xml/parser/SharedBufferReaderTest.cpp',
3912 ], 3914 ],
3913 } 3915 }
3914 } 3916 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698