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

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: Fix names. 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/fetch/MemoryCache.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 1495 matching lines...) Expand 10 before | Expand all | Expand 10 after
1506 'fetch/ResourceLoaderSet.h', 1506 'fetch/ResourceLoaderSet.h',
1507 'fetch/ResourcePtr.cpp', 1507 'fetch/ResourcePtr.cpp',
1508 'fetch/ResourcePtr.h', 1508 'fetch/ResourcePtr.h',
1509 'fetch/ScriptResource.cpp', 1509 'fetch/ScriptResource.cpp',
1510 'fetch/ScriptResource.h', 1510 'fetch/ScriptResource.h',
1511 'fetch/SubstituteData.h', 1511 'fetch/SubstituteData.h',
1512 'fetch/TextResource.cpp', 1512 'fetch/TextResource.cpp',
1513 'fetch/TextResource.h', 1513 'fetch/TextResource.h',
1514 'fetch/UniqueIdentifier.cpp', 1514 'fetch/UniqueIdentifier.cpp',
1515 'fetch/UniqueIdentifier.h', 1515 'fetch/UniqueIdentifier.h',
1516 'fetch/WebCacheMemoryDumpProvider.cpp',
1517 'fetch/WebCacheMemoryDumpProvider.h',
1516 'fetch/XSLStyleSheetResource.cpp', 1518 'fetch/XSLStyleSheetResource.cpp',
1517 'fetch/XSLStyleSheetResource.h', 1519 'fetch/XSLStyleSheetResource.h',
1518 'fileapi/Blob.cpp', 1520 'fileapi/Blob.cpp',
1519 'fileapi/Blob.h', 1521 'fileapi/Blob.h',
1520 'fileapi/File.cpp', 1522 'fileapi/File.cpp',
1521 'fileapi/File.h', 1523 'fileapi/File.h',
1522 'fileapi/FileCallback.h', 1524 'fileapi/FileCallback.h',
1523 'fileapi/FileError.cpp', 1525 'fileapi/FileError.cpp',
1524 'fileapi/FileError.h', 1526 'fileapi/FileError.h',
1525 'fileapi/FileList.cpp', 1527 'fileapi/FileList.cpp',
(...skipping 2397 matching lines...) Expand 10 before | Expand all | Expand 10 after
3923 'style/SVGComputedStyleTest.cpp', 3925 'style/SVGComputedStyleTest.cpp',
3924 'svg/SVGPathParserTest.cpp', 3926 'svg/SVGPathParserTest.cpp',
3925 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3927 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3926 'testing/PrivateScriptTestTest.cpp', 3928 'testing/PrivateScriptTestTest.cpp',
3927 'timing/MemoryInfoTest.cpp', 3929 'timing/MemoryInfoTest.cpp',
3928 'workers/WorkerThreadTest.cpp', 3930 'workers/WorkerThreadTest.cpp',
3929 'xml/parser/SharedBufferReaderTest.cpp', 3931 'xml/parser/SharedBufferReaderTest.cpp',
3930 ], 3932 ],
3931 } 3933 }
3932 } 3934 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/fetch/MemoryCache.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698