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

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: review comments Created 6 years, 3 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 | Source/core/fetch/FetchInitiatorTypeNames.in » ('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/Animation.idl', 8 'animation/Animation.idl',
9 'animation/AnimationEffect.idl', 9 'animation/AnimationEffect.idl',
10 'animation/AnimationPlayer.idl', 10 'animation/AnimationPlayer.idl',
(...skipping 1366 matching lines...) Expand 10 before | Expand all | Expand 10 after
1377 'loader/FrameLoadRequest.h', 1377 'loader/FrameLoadRequest.h',
1378 'loader/FrameLoader.cpp', 1378 'loader/FrameLoader.cpp',
1379 'loader/FrameLoaderStateMachine.cpp', 1379 'loader/FrameLoaderStateMachine.cpp',
1380 'loader/HistoryItem.cpp', 1380 'loader/HistoryItem.cpp',
1381 'loader/HistoryItem.h', 1381 'loader/HistoryItem.h',
1382 'loader/ImageLoader.cpp', 1382 'loader/ImageLoader.cpp',
1383 'loader/ImageLoader.h', 1383 'loader/ImageLoader.h',
1384 'loader/LinkLoader.cpp', 1384 'loader/LinkLoader.cpp',
1385 'loader/LinkLoader.h', 1385 'loader/LinkLoader.h',
1386 'loader/LinkLoaderClient.h', 1386 'loader/LinkLoaderClient.h',
1387 'loader/ManifestLoader.cpp',
1388 'loader/ManifestLoader.h',
1387 'loader/MixedContentChecker.cpp', 1389 'loader/MixedContentChecker.cpp',
1388 'loader/MixedContentChecker.h', 1390 'loader/MixedContentChecker.h',
1389 'loader/NavigationAction.cpp', 1391 'loader/NavigationAction.cpp',
1390 'loader/NavigationAction.h', 1392 'loader/NavigationAction.h',
1391 'loader/NavigationPolicy.cpp', 1393 'loader/NavigationPolicy.cpp',
1392 'loader/NavigationPolicy.h', 1394 'loader/NavigationPolicy.h',
1393 'loader/NavigationScheduler.cpp', 1395 'loader/NavigationScheduler.cpp',
1394 'loader/PingLoader.cpp', 1396 'loader/PingLoader.cpp',
1395 'loader/PingLoader.h', 1397 'loader/PingLoader.h',
1396 'loader/PrerenderHandle.cpp', 1398 'loader/PrerenderHandle.cpp',
(...skipping 2105 matching lines...) Expand 10 before | Expand all | Expand 10 after
3502 'rendering/shapes/BoxShapeTest.cpp', 3504 'rendering/shapes/BoxShapeTest.cpp',
3503 'rendering/style/OutlineValueTest.cpp', 3505 'rendering/style/OutlineValueTest.cpp',
3504 'testing/PrivateScriptTestTest.cpp', 3506 'testing/PrivateScriptTestTest.cpp',
3505 'streams/ReadableStreamTest.cpp', 3507 'streams/ReadableStreamTest.cpp',
3506 'testing/UnitTestHelpers.cpp', 3508 'testing/UnitTestHelpers.cpp',
3507 'testing/UnitTestHelpers.h', 3509 'testing/UnitTestHelpers.h',
3508 'xml/parser/SharedBufferReaderTest.cpp', 3510 'xml/parser/SharedBufferReaderTest.cpp',
3509 ], 3511 ],
3510 } 3512 }
3511 } 3513 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/fetch/FetchInitiatorTypeNames.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698