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

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

Issue 2121613003: Include style tags when pasting HTML content. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Try to appease Windows linker. Created 4 years, 5 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/KeyframeEffect.idl', 8 'animation/KeyframeEffect.idl',
9 'animation/EffectModel.idl', 9 'animation/EffectModel.idl',
10 'animation/AnimationEffectReadOnly.idl', 10 'animation/AnimationEffectReadOnly.idl',
(...skipping 4028 matching lines...) Expand 10 before | Expand all | Expand 10 after
4039 'dom/shadow/FlatTreeTraversalTest.cpp', 4039 'dom/shadow/FlatTreeTraversalTest.cpp',
4040 'editing/EditingCommandTest.cpp', 4040 'editing/EditingCommandTest.cpp',
4041 'editing/EditingStrategyTest.cpp', 4041 'editing/EditingStrategyTest.cpp',
4042 'editing/EditingTestBase.cpp', 4042 'editing/EditingTestBase.cpp',
4043 'editing/EditingTestBase.h', 4043 'editing/EditingTestBase.h',
4044 'editing/EditingUtilitiesTest.cpp', 4044 'editing/EditingUtilitiesTest.cpp',
4045 'editing/EditorTest.cpp', 4045 'editing/EditorTest.cpp',
4046 'editing/FrameSelectionTest.cpp', 4046 'editing/FrameSelectionTest.cpp',
4047 'editing/GranularityStrategyTest.cpp', 4047 'editing/GranularityStrategyTest.cpp',
4048 'editing/InputMethodControllerTest.cpp', 4048 'editing/InputMethodControllerTest.cpp',
4049 'editing/commands/ReplaceSelectionCommandTest.cpp',
yosin_UTC9 2016/07/06 03:44:00 (^_^)b
4049 'editing/iterators/BackwardsTextBufferTest.cpp', 4050 'editing/iterators/BackwardsTextBufferTest.cpp',
4050 'editing/iterators/CharacterIteratorTest.cpp', 4051 'editing/iterators/CharacterIteratorTest.cpp',
4051 'editing/iterators/ForwardsTextBufferTest.cpp', 4052 'editing/iterators/ForwardsTextBufferTest.cpp',
4052 'editing/iterators/SearchBufferTest.cpp', 4053 'editing/iterators/SearchBufferTest.cpp',
4053 'editing/iterators/SimplifiedBackwardsTextIteratorTest.cpp', 4054 'editing/iterators/SimplifiedBackwardsTextIteratorTest.cpp',
4054 'editing/iterators/TextIteratorTest.cpp', 4055 'editing/iterators/TextIteratorTest.cpp',
4055 'editing/markers/DocumentMarkerControllerTest.cpp', 4056 'editing/markers/DocumentMarkerControllerTest.cpp',
4056 'editing/PositionTest.cpp', 4057 'editing/PositionTest.cpp',
4057 'editing/SelectionAdjusterTest.cpp', 4058 'editing/SelectionAdjusterTest.cpp',
4058 'editing/SurroundingTextTest.cpp', 4059 'editing/SurroundingTextTest.cpp',
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
4195 'testing/PrivateScriptTestTest.cpp', 4196 'testing/PrivateScriptTestTest.cpp',
4196 'timing/MemoryInfoTest.cpp', 4197 'timing/MemoryInfoTest.cpp',
4197 'timing/PerformanceBaseTest.cpp', 4198 'timing/PerformanceBaseTest.cpp',
4198 'timing/PerformanceObserverTest.cpp', 4199 'timing/PerformanceObserverTest.cpp',
4199 'workers/WorkerThreadTest.cpp', 4200 'workers/WorkerThreadTest.cpp',
4200 'workers/WorkerThreadTestHelper.h', 4201 'workers/WorkerThreadTestHelper.h',
4201 'xml/parser/SharedBufferReaderTest.cpp', 4202 'xml/parser/SharedBufferReaderTest.cpp',
4202 ], 4203 ],
4203 } 4204 }
4204 } 4205 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698