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

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

Issue 863113004: Make WebThreadedDataReceiver wrap a Blink-managed object instead. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: fix msvc compilation Created 5 years, 11 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/AnimationNode.idl', 10 'animation/AnimationNode.idl',
(...skipping 2929 matching lines...) Expand 10 before | Expand all | Expand 10 after
2940 'html/parser/HTMLTreeBuilderSimulator.cpp', 2940 'html/parser/HTMLTreeBuilderSimulator.cpp',
2941 'html/parser/HTMLTreeBuilderSimulator.h', 2941 'html/parser/HTMLTreeBuilderSimulator.h',
2942 'html/parser/HTMLViewSourceParser.cpp', 2942 'html/parser/HTMLViewSourceParser.cpp',
2943 'html/parser/HTMLViewSourceParser.h', 2943 'html/parser/HTMLViewSourceParser.h',
2944 'html/parser/InputStreamPreprocessor.h', 2944 'html/parser/InputStreamPreprocessor.h',
2945 'html/parser/NestingLevelIncrementer.h', 2945 'html/parser/NestingLevelIncrementer.h',
2946 'html/parser/TextDocumentParser.cpp', 2946 'html/parser/TextDocumentParser.cpp',
2947 'html/parser/TextDocumentParser.h', 2947 'html/parser/TextDocumentParser.h',
2948 'html/parser/TextResourceDecoder.cpp', 2948 'html/parser/TextResourceDecoder.cpp',
2949 'html/parser/TextResourceDecoder.h', 2949 'html/parser/TextResourceDecoder.h',
2950 'html/parser/ThreadedDataReceiver.h',
2950 'html/parser/XSSAuditor.cpp', 2951 'html/parser/XSSAuditor.cpp',
2951 'html/parser/XSSAuditor.h', 2952 'html/parser/XSSAuditor.h',
2952 'html/parser/XSSAuditorDelegate.cpp', 2953 'html/parser/XSSAuditorDelegate.cpp',
2953 'html/parser/XSSAuditorDelegate.h', 2954 'html/parser/XSSAuditorDelegate.h',
2954 'html/shadow/ClearButtonElement.cpp', 2955 'html/shadow/ClearButtonElement.cpp',
2955 'html/shadow/ClearButtonElement.h', 2956 'html/shadow/ClearButtonElement.h',
2956 'html/shadow/DateTimeEditElement.cpp', 2957 'html/shadow/DateTimeEditElement.cpp',
2957 'html/shadow/DateTimeEditElement.h', 2958 'html/shadow/DateTimeEditElement.h',
2958 'html/shadow/DateTimeFieldElement.cpp', 2959 'html/shadow/DateTimeFieldElement.cpp',
2959 'html/shadow/DateTimeFieldElement.h', 2960 'html/shadow/DateTimeFieldElement.h',
(...skipping 796 matching lines...) Expand 10 before | Expand all | Expand 10 after
3756 'rendering/style/RenderStyleTest.cpp', 3757 'rendering/style/RenderStyleTest.cpp',
3757 'rendering/style/SVGRenderStyleTest.cpp', 3758 'rendering/style/SVGRenderStyleTest.cpp',
3758 'streams/ReadableStreamTest.cpp', 3759 'streams/ReadableStreamTest.cpp',
3759 'testing/PrivateScriptTestTest.cpp', 3760 'testing/PrivateScriptTestTest.cpp',
3760 'testing/UnitTestHelpers.cpp', 3761 'testing/UnitTestHelpers.cpp',
3761 'testing/UnitTestHelpers.h', 3762 'testing/UnitTestHelpers.h',
3762 'xml/parser/SharedBufferReaderTest.cpp', 3763 'xml/parser/SharedBufferReaderTest.cpp',
3763 ], 3764 ],
3764 } 3765 }
3765 } 3766 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/fetch/ResourceLoader.h » ('j') | Source/core/html/parser/ThreadedDataReceiver.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698