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

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

Issue 295063002: [NotLanded] Implement the fetching algorithm of the Web Manifest. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: apply Nate's comments Created 6 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/Animation.idl', 8 'animation/Animation.idl',
9 'animation/AnimationEffect.idl', 9 'animation/AnimationEffect.idl',
10 'animation/AnimationPlayer.idl', 10 'animation/AnimationPlayer.idl',
(...skipping 1363 matching lines...) Expand 10 before | Expand all | Expand 10 after
1374 'loader/FrameLoadRequest.h', 1374 'loader/FrameLoadRequest.h',
1375 'loader/FrameLoader.cpp', 1375 'loader/FrameLoader.cpp',
1376 'loader/FrameLoaderStateMachine.cpp', 1376 'loader/FrameLoaderStateMachine.cpp',
1377 'loader/HistoryItem.cpp', 1377 'loader/HistoryItem.cpp',
1378 'loader/HistoryItem.h', 1378 'loader/HistoryItem.h',
1379 'loader/ImageLoader.cpp', 1379 'loader/ImageLoader.cpp',
1380 'loader/ImageLoader.h', 1380 'loader/ImageLoader.h',
1381 'loader/LinkLoader.cpp', 1381 'loader/LinkLoader.cpp',
1382 'loader/LinkLoader.h', 1382 'loader/LinkLoader.h',
1383 'loader/LinkLoaderClient.h', 1383 'loader/LinkLoaderClient.h',
1384 'loader/ManifestLoader.cpp',
1385 'loader/ManifestLoader.h',
1384 'loader/MixedContentChecker.cpp', 1386 'loader/MixedContentChecker.cpp',
1385 'loader/MixedContentChecker.h', 1387 'loader/MixedContentChecker.h',
1386 'loader/NavigationAction.cpp', 1388 'loader/NavigationAction.cpp',
1387 'loader/NavigationAction.h', 1389 'loader/NavigationAction.h',
1388 'loader/NavigationPolicy.cpp', 1390 'loader/NavigationPolicy.cpp',
1389 'loader/NavigationPolicy.h', 1391 'loader/NavigationPolicy.h',
1390 'loader/NavigationScheduler.cpp', 1392 'loader/NavigationScheduler.cpp',
1391 'loader/PingLoader.cpp', 1393 'loader/PingLoader.cpp',
1392 'loader/PingLoader.h', 1394 'loader/PingLoader.h',
1393 'loader/PrerenderHandle.cpp', 1395 'loader/PrerenderHandle.cpp',
(...skipping 2056 matching lines...) Expand 10 before | Expand all | Expand 10 after
3450 'html/HTMLDimensionTest.cpp', 3452 'html/HTMLDimensionTest.cpp',
3451 'html/HTMLFormControlElementTest.cpp', 3453 'html/HTMLFormControlElementTest.cpp',
3452 'html/HTMLLinkElementSizesAttributeTest.cpp', 3454 'html/HTMLLinkElementSizesAttributeTest.cpp',
3453 'html/HTMLTextFormControlElementTest.cpp', 3455 'html/HTMLTextFormControlElementTest.cpp',
3454 'html/LinkRelAttributeTest.cpp', 3456 'html/LinkRelAttributeTest.cpp',
3455 'html/TimeRangesTest.cpp', 3457 'html/TimeRangesTest.cpp',
3456 'html/parser/HTMLParserThreadTest.cpp', 3458 'html/parser/HTMLParserThreadTest.cpp',
3457 'html/parser/HTMLSrcsetParserTest.cpp', 3459 'html/parser/HTMLSrcsetParserTest.cpp',
3458 'html/track/vtt/BufferedLineReaderTest.cpp', 3460 'html/track/vtt/BufferedLineReaderTest.cpp',
3459 'html/track/vtt/VTTScannerTest.cpp', 3461 'html/track/vtt/VTTScannerTest.cpp',
3462 'loader/ManifestLoaderTest.cpp',
3460 'loader/MixedContentCheckerTest.cpp', 3463 'loader/MixedContentCheckerTest.cpp',
3461 'page/NetworkStateNotifierTest.cpp', 3464 'page/NetworkStateNotifierTest.cpp',
3462 'rendering/RenderOverflowTest.cpp', 3465 'rendering/RenderOverflowTest.cpp',
3463 'rendering/RenderPartTest.cpp', 3466 'rendering/RenderPartTest.cpp',
3464 'rendering/RenderTableCellTest.cpp', 3467 'rendering/RenderTableCellTest.cpp',
3465 'rendering/RenderTableRowTest.cpp', 3468 'rendering/RenderTableRowTest.cpp',
3466 'rendering/shapes/BoxShapeTest.cpp', 3469 'rendering/shapes/BoxShapeTest.cpp',
3467 'rendering/style/OutlineValueTest.cpp', 3470 'rendering/style/OutlineValueTest.cpp',
3468 'testing/PrivateScriptTestTest.cpp', 3471 'testing/PrivateScriptTestTest.cpp',
3469 'streams/ReadableStreamTest.cpp', 3472 'streams/ReadableStreamTest.cpp',
3470 'testing/UnitTestHelpers.cpp', 3473 'testing/UnitTestHelpers.cpp',
3471 'testing/UnitTestHelpers.h', 3474 'testing/UnitTestHelpers.h',
3472 'xml/parser/SharedBufferReaderTest.cpp', 3475 'xml/parser/SharedBufferReaderTest.cpp',
3473 ], 3476 ],
3474 } 3477 }
3475 } 3478 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698