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

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

Issue 1410153009: DevTools: Make network events continuous on Timeline (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: move events to a separate file Created 5 years, 1 month 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 1494 matching lines...) Expand 10 before | Expand all | Expand 10 after
1505 'fetch/ResourceLoaderOptions.h', 1505 'fetch/ResourceLoaderOptions.h',
1506 'fetch/ResourceLoaderSet.cpp', 1506 'fetch/ResourceLoaderSet.cpp',
1507 'fetch/ResourceLoaderSet.h', 1507 'fetch/ResourceLoaderSet.h',
1508 'fetch/ResourcePtr.cpp', 1508 'fetch/ResourcePtr.cpp',
1509 'fetch/ResourcePtr.h', 1509 'fetch/ResourcePtr.h',
1510 'fetch/ScriptResource.cpp', 1510 'fetch/ScriptResource.cpp',
1511 'fetch/ScriptResource.h', 1511 'fetch/ScriptResource.h',
1512 'fetch/SubstituteData.h', 1512 'fetch/SubstituteData.h',
1513 'fetch/TextResource.cpp', 1513 'fetch/TextResource.cpp',
1514 'fetch/TextResource.h', 1514 'fetch/TextResource.h',
1515 'fetch/TraceEventArguments.cpp',
1516 'fetch/TraceEventArguments.h',
caseq 2015/11/13 00:23:23 DevToolsTraceEvents?
alph 2015/11/13 00:32:34 Done.
1515 'fetch/UniqueIdentifier.cpp', 1517 'fetch/UniqueIdentifier.cpp',
1516 'fetch/UniqueIdentifier.h', 1518 'fetch/UniqueIdentifier.h',
1517 'fetch/WebCacheMemoryDumpProvider.cpp', 1519 'fetch/WebCacheMemoryDumpProvider.cpp',
1518 'fetch/WebCacheMemoryDumpProvider.h', 1520 'fetch/WebCacheMemoryDumpProvider.h',
1519 'fetch/XSLStyleSheetResource.cpp', 1521 'fetch/XSLStyleSheetResource.cpp',
1520 'fetch/XSLStyleSheetResource.h', 1522 'fetch/XSLStyleSheetResource.h',
1521 'fileapi/Blob.cpp', 1523 'fileapi/Blob.cpp',
1522 'fileapi/Blob.h', 1524 'fileapi/Blob.h',
1523 'fileapi/File.cpp', 1525 'fileapi/File.cpp',
1524 'fileapi/File.h', 1526 'fileapi/File.h',
(...skipping 2391 matching lines...) Expand 10 before | Expand all | Expand 10 after
3916 'style/SVGComputedStyleTest.cpp', 3918 'style/SVGComputedStyleTest.cpp',
3917 'svg/SVGPathParserTest.cpp', 3919 'svg/SVGPathParserTest.cpp',
3918 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3920 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3919 'testing/PrivateScriptTestTest.cpp', 3921 'testing/PrivateScriptTestTest.cpp',
3920 'timing/MemoryInfoTest.cpp', 3922 'timing/MemoryInfoTest.cpp',
3921 'workers/WorkerThreadTest.cpp', 3923 'workers/WorkerThreadTest.cpp',
3922 'xml/parser/SharedBufferReaderTest.cpp', 3924 'xml/parser/SharedBufferReaderTest.cpp',
3923 ], 3925 ],
3924 } 3926 }
3925 } 3927 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698