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

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

Issue 301803002: Extract tree root responsibility out of HTMLImportsController. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix compile. Created 6 years, 6 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | Source/core/html/imports/HTMLImport.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 'variables': { 2 'variables': {
3 # Files for which bindings (.cpp and .h files) will be generated 3 # Files for which bindings (.cpp and .h files) will be generated
4 'core_idl_files': [ 4 'core_idl_files': [
5 'animation/Animation.idl', 5 'animation/Animation.idl',
6 'animation/AnimationEffect.idl', 6 'animation/AnimationEffect.idl',
7 'animation/AnimationPlayer.idl', 7 'animation/AnimationPlayer.idl',
8 'animation/AnimationNode.idl', 8 'animation/AnimationNode.idl',
9 'animation/AnimationTimeline.idl', 9 'animation/AnimationTimeline.idl',
10 'animation/Timing.idl', 10 'animation/Timing.idl',
(...skipping 2663 matching lines...) Expand 10 before | Expand all | Expand 10 after
2674 'html/imports/HTMLImport.cpp', 2674 'html/imports/HTMLImport.cpp',
2675 'html/imports/HTMLImport.h', 2675 'html/imports/HTMLImport.h',
2676 'html/imports/HTMLImportChild.cpp', 2676 'html/imports/HTMLImportChild.cpp',
2677 'html/imports/HTMLImportChild.h', 2677 'html/imports/HTMLImportChild.h',
2678 'html/imports/HTMLImportChildClient.h', 2678 'html/imports/HTMLImportChildClient.h',
2679 'html/imports/HTMLImportLoader.cpp', 2679 'html/imports/HTMLImportLoader.cpp',
2680 'html/imports/HTMLImportLoader.h', 2680 'html/imports/HTMLImportLoader.h',
2681 'html/imports/HTMLImportState.h', 2681 'html/imports/HTMLImportState.h',
2682 'html/imports/HTMLImportStateResolver.cpp', 2682 'html/imports/HTMLImportStateResolver.cpp',
2683 'html/imports/HTMLImportStateResolver.h', 2683 'html/imports/HTMLImportStateResolver.h',
2684 'html/imports/HTMLImportTreeRoot.cpp',
2685 'html/imports/HTMLImportTreeRoot.h',
2684 'html/imports/HTMLImportsController.cpp', 2686 'html/imports/HTMLImportsController.cpp',
2685 'html/imports/HTMLImportsController.h', 2687 'html/imports/HTMLImportsController.h',
2686 'html/imports/LinkImport.cpp', 2688 'html/imports/LinkImport.cpp',
2687 'html/imports/LinkImport.h', 2689 'html/imports/LinkImport.h',
2688 'html/parser/AtomicHTMLToken.h', 2690 'html/parser/AtomicHTMLToken.h',
2689 'html/parser/BackgroundHTMLInputStream.cpp', 2691 'html/parser/BackgroundHTMLInputStream.cpp',
2690 'html/parser/BackgroundHTMLInputStream.h', 2692 'html/parser/BackgroundHTMLInputStream.h',
2691 'html/parser/BackgroundHTMLParser.cpp', 2693 'html/parser/BackgroundHTMLParser.cpp',
2692 'html/parser/BackgroundHTMLParser.h', 2694 'html/parser/BackgroundHTMLParser.h',
2693 'html/parser/CSSPreloadScanner.cpp', 2695 'html/parser/CSSPreloadScanner.cpp',
(...skipping 700 matching lines...) Expand 10 before | Expand all | Expand 10 after
3394 'loader/MixedContentCheckerTest.cpp', 3396 'loader/MixedContentCheckerTest.cpp',
3395 'page/NetworkStateNotifierTest.cpp', 3397 'page/NetworkStateNotifierTest.cpp',
3396 'rendering/RenderOverflowTest.cpp', 3398 'rendering/RenderOverflowTest.cpp',
3397 'rendering/shapes/BoxShapeTest.cpp', 3399 'rendering/shapes/BoxShapeTest.cpp',
3398 'testing/UnitTestHelpers.cpp', 3400 'testing/UnitTestHelpers.cpp',
3399 'testing/UnitTestHelpers.h', 3401 'testing/UnitTestHelpers.h',
3400 'xml/parser/SharedBufferReaderTest.cpp', 3402 'xml/parser/SharedBufferReaderTest.cpp',
3401 ], 3403 ],
3402 } 3404 }
3403 } 3405 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/html/imports/HTMLImport.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698