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

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

Issue 1312003002: Get rid of an extra file core/editing/commands/EditorCommand.h from core.gypi (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 2015-08-25T09:40:48 Created 5 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
« no previous file with comments | « no previous file | no next file » | 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/KeyframeEffect.idl', 8 'animation/KeyframeEffect.idl',
9 'animation/EffectModel.idl', 9 'animation/EffectModel.idl',
10 'animation/AnimationEffectReadOnly.idl', 10 'animation/AnimationEffectReadOnly.idl',
(...skipping 1317 matching lines...) Expand 10 before | Expand all | Expand 10 after
1328 'editing/commands/CompositeEditCommand.h', 1328 'editing/commands/CompositeEditCommand.h',
1329 'editing/commands/CreateLinkCommand.cpp', 1329 'editing/commands/CreateLinkCommand.cpp',
1330 'editing/commands/CreateLinkCommand.h', 1330 'editing/commands/CreateLinkCommand.h',
1331 'editing/commands/DeleteFromTextNodeCommand.cpp', 1331 'editing/commands/DeleteFromTextNodeCommand.cpp',
1332 'editing/commands/DeleteFromTextNodeCommand.h', 1332 'editing/commands/DeleteFromTextNodeCommand.h',
1333 'editing/commands/DeleteSelectionCommand.cpp', 1333 'editing/commands/DeleteSelectionCommand.cpp',
1334 'editing/commands/DeleteSelectionCommand.h', 1334 'editing/commands/DeleteSelectionCommand.h',
1335 'editing/commands/EditCommand.cpp', 1335 'editing/commands/EditCommand.cpp',
1336 'editing/commands/EditCommand.h', 1336 'editing/commands/EditCommand.h',
1337 'editing/commands/EditorCommand.cpp', 1337 'editing/commands/EditorCommand.cpp',
1338 'editing/commands/EditorCommand.h',
1339 'editing/commands/FormatBlockCommand.cpp', 1338 'editing/commands/FormatBlockCommand.cpp',
1340 'editing/commands/FormatBlockCommand.h', 1339 'editing/commands/FormatBlockCommand.h',
1341 'editing/commands/IndentOutdentCommand.cpp', 1340 'editing/commands/IndentOutdentCommand.cpp',
1342 'editing/commands/IndentOutdentCommand.h', 1341 'editing/commands/IndentOutdentCommand.h',
1343 'editing/commands/InsertIntoTextNodeCommand.cpp', 1342 'editing/commands/InsertIntoTextNodeCommand.cpp',
1344 'editing/commands/InsertIntoTextNodeCommand.h', 1343 'editing/commands/InsertIntoTextNodeCommand.h',
1345 'editing/commands/InsertLineBreakCommand.cpp', 1344 'editing/commands/InsertLineBreakCommand.cpp',
1346 'editing/commands/InsertLineBreakCommand.h', 1345 'editing/commands/InsertLineBreakCommand.h',
1347 'editing/commands/InsertListCommand.cpp', 1346 'editing/commands/InsertListCommand.cpp',
1348 'editing/commands/InsertListCommand.h', 1347 'editing/commands/InsertListCommand.h',
(...skipping 2508 matching lines...) Expand 10 before | Expand all | Expand 10 after
3857 'style/OutlineValueTest.cpp', 3856 'style/OutlineValueTest.cpp',
3858 'style/SVGComputedStyleTest.cpp', 3857 'style/SVGComputedStyleTest.cpp',
3859 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3858 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3860 'testing/PrivateScriptTestTest.cpp', 3859 'testing/PrivateScriptTestTest.cpp',
3861 'timing/MemoryInfoTest.cpp', 3860 'timing/MemoryInfoTest.cpp',
3862 'workers/WorkerThreadTest.cpp', 3861 'workers/WorkerThreadTest.cpp',
3863 'xml/parser/SharedBufferReaderTest.cpp', 3862 'xml/parser/SharedBufferReaderTest.cpp',
3864 ], 3863 ],
3865 } 3864 }
3866 } 3865 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698