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

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: 4 landing 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 1469 matching lines...) Expand 10 before | Expand all | Expand 10 after
1480 'fetch/FetchContext.h', 1480 'fetch/FetchContext.h',
1481 'fetch/FetchInitiatorInfo.h', 1481 'fetch/FetchInitiatorInfo.h',
1482 'fetch/FetchRequest.cpp', 1482 'fetch/FetchRequest.cpp',
1483 'fetch/FetchRequest.h', 1483 'fetch/FetchRequest.h',
1484 'fetch/FetchUtils.cpp', 1484 'fetch/FetchUtils.cpp',
1485 'fetch/FetchUtils.h', 1485 'fetch/FetchUtils.h',
1486 'fetch/FontResource.cpp', 1486 'fetch/FontResource.cpp',
1487 'fetch/FontResource.h', 1487 'fetch/FontResource.h',
1488 'fetch/ImageResource.cpp', 1488 'fetch/ImageResource.cpp',
1489 'fetch/ImageResource.h', 1489 'fetch/ImageResource.h',
1490 'fetch/InspectorFetchTraceEvents.cpp',
1491 'fetch/InspectorFetchTraceEvents.h',
1490 'fetch/IntegrityMetadata.cpp', 1492 'fetch/IntegrityMetadata.cpp',
1491 'fetch/IntegrityMetadata.h', 1493 'fetch/IntegrityMetadata.h',
1492 'fetch/LinkFetchResource.cpp', 1494 'fetch/LinkFetchResource.cpp',
1493 'fetch/LinkFetchResource.h', 1495 'fetch/LinkFetchResource.h',
1494 'fetch/MemoryCache.cpp', 1496 'fetch/MemoryCache.cpp',
1495 'fetch/MemoryCache.h', 1497 'fetch/MemoryCache.h',
1496 'fetch/RawResource.cpp', 1498 'fetch/RawResource.cpp',
1497 'fetch/RawResource.h', 1499 'fetch/RawResource.h',
1498 'fetch/Resource.cpp', 1500 'fetch/Resource.cpp',
1499 'fetch/Resource.h', 1501 'fetch/Resource.h',
(...skipping 2416 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