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

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

Issue 311053008: CANCEL: Make "compositionstart" event cancelable (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 2014-06-18T10:53:48 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
« no previous file with comments | « no previous file | Source/core/editing/InputMethodController.cpp » ('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 3394 matching lines...) Expand 10 before | Expand all | Expand 10 after
3405 'css/parser/MediaConditionTest.cpp', 3405 'css/parser/MediaConditionTest.cpp',
3406 'css/resolver/FontBuilderTest.cpp', 3406 'css/resolver/FontBuilderTest.cpp',
3407 'dom/ActiveDOMObjectTest.cpp', 3407 'dom/ActiveDOMObjectTest.cpp',
3408 'dom/DOMImplementationTest.cpp', 3408 'dom/DOMImplementationTest.cpp',
3409 'dom/DocumentMarkerControllerTest.cpp', 3409 'dom/DocumentMarkerControllerTest.cpp',
3410 'dom/DocumentTest.cpp', 3410 'dom/DocumentTest.cpp',
3411 'dom/MainThreadTaskRunnerTest.cpp', 3411 'dom/MainThreadTaskRunnerTest.cpp',
3412 'dom/RangeTest.cpp', 3412 'dom/RangeTest.cpp',
3413 'dom/TreeScopeTest.cpp', 3413 'dom/TreeScopeTest.cpp',
3414 'editing/SurroundingTextTest.cpp', 3414 'editing/SurroundingTextTest.cpp',
3415 'editing/InputMethodControllerTest.cpp',
3415 'editing/TextIteratorTest.cpp', 3416 'editing/TextIteratorTest.cpp',
3416 'editing/VisibleSelectionTest.cpp', 3417 'editing/VisibleSelectionTest.cpp',
3417 'fetch/CachingCorrectnessTest.cpp', 3418 'fetch/CachingCorrectnessTest.cpp',
3418 'fetch/ImageResourceTest.cpp', 3419 'fetch/ImageResourceTest.cpp',
3419 'fetch/MemoryCacheTest.cpp', 3420 'fetch/MemoryCacheTest.cpp',
3420 'fetch/RawResourceTest.cpp', 3421 'fetch/RawResourceTest.cpp',
3421 'fetch/ResourceFetcherTest.cpp', 3422 'fetch/ResourceFetcherTest.cpp',
3422 'frame/ImageBitmapTest.cpp', 3423 'frame/ImageBitmapTest.cpp',
3423 'html/HTMLDimensionTest.cpp', 3424 'html/HTMLDimensionTest.cpp',
3424 'html/HTMLLinkElementSizesAttributeTest.cpp', 3425 'html/HTMLLinkElementSizesAttributeTest.cpp',
3425 'html/LinkRelAttributeTest.cpp', 3426 'html/LinkRelAttributeTest.cpp',
3426 'html/TimeRangesTest.cpp', 3427 'html/TimeRangesTest.cpp',
3427 'html/parser/HTMLParserThreadTest.cpp', 3428 'html/parser/HTMLParserThreadTest.cpp',
3428 'html/parser/HTMLSrcsetParserTest.cpp', 3429 'html/parser/HTMLSrcsetParserTest.cpp',
3429 'html/track/vtt/BufferedLineReaderTest.cpp', 3430 'html/track/vtt/BufferedLineReaderTest.cpp',
3430 'html/track/vtt/VTTScannerTest.cpp', 3431 'html/track/vtt/VTTScannerTest.cpp',
3431 'loader/MixedContentCheckerTest.cpp', 3432 'loader/MixedContentCheckerTest.cpp',
3432 'page/NetworkStateNotifierTest.cpp', 3433 'page/NetworkStateNotifierTest.cpp',
3433 'rendering/RenderOverflowTest.cpp', 3434 'rendering/RenderOverflowTest.cpp',
3434 'rendering/shapes/BoxShapeTest.cpp', 3435 'rendering/shapes/BoxShapeTest.cpp',
3435 'testing/UnitTestHelpers.cpp', 3436 'testing/UnitTestHelpers.cpp',
3436 'testing/UnitTestHelpers.h', 3437 'testing/UnitTestHelpers.h',
3437 'xml/parser/SharedBufferReaderTest.cpp', 3438 'xml/parser/SharedBufferReaderTest.cpp',
3438 ], 3439 ],
3439 } 3440 }
3440 } 3441 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/editing/InputMethodController.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698