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

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

Issue 389343002: Custom validation message to take into account text direction (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Code review comments Created 6 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
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 3429 matching lines...) Expand 10 before | Expand all | Expand 10 after
3440 'editing/VisibleSelectionTest.cpp', 3440 'editing/VisibleSelectionTest.cpp',
3441 'fetch/CachingCorrectnessTest.cpp', 3441 'fetch/CachingCorrectnessTest.cpp',
3442 'fetch/ImageResourceTest.cpp', 3442 'fetch/ImageResourceTest.cpp',
3443 'fetch/MemoryCacheTest.cpp', 3443 'fetch/MemoryCacheTest.cpp',
3444 'fetch/RawResourceTest.cpp', 3444 'fetch/RawResourceTest.cpp',
3445 'fetch/ResourceFetcherTest.cpp', 3445 'fetch/ResourceFetcherTest.cpp',
3446 'frame/ImageBitmapTest.cpp', 3446 'frame/ImageBitmapTest.cpp',
3447 'html/HTMLDimensionTest.cpp', 3447 'html/HTMLDimensionTest.cpp',
3448 'html/HTMLLinkElementSizesAttributeTest.cpp', 3448 'html/HTMLLinkElementSizesAttributeTest.cpp',
3449 'html/HTMLTextFormControlElementTest.cpp', 3449 'html/HTMLTextFormControlElementTest.cpp',
3450 'html/HTMLFormControlElementTest.cpp',
tkent 2014/08/12 00:19:58 Sort alphabetically.
Habib Virji 2014/08/12 07:56:16 Done.
3450 'html/LinkRelAttributeTest.cpp', 3451 'html/LinkRelAttributeTest.cpp',
3451 'html/TimeRangesTest.cpp', 3452 'html/TimeRangesTest.cpp',
3452 'html/parser/HTMLParserThreadTest.cpp', 3453 'html/parser/HTMLParserThreadTest.cpp',
3453 'html/parser/HTMLSrcsetParserTest.cpp', 3454 'html/parser/HTMLSrcsetParserTest.cpp',
3454 'html/track/vtt/BufferedLineReaderTest.cpp', 3455 'html/track/vtt/BufferedLineReaderTest.cpp',
3455 'html/track/vtt/VTTScannerTest.cpp', 3456 'html/track/vtt/VTTScannerTest.cpp',
3456 'loader/MixedContentCheckerTest.cpp', 3457 'loader/MixedContentCheckerTest.cpp',
3457 'page/NetworkStateNotifierTest.cpp', 3458 'page/NetworkStateNotifierTest.cpp',
3458 'rendering/RenderOverflowTest.cpp', 3459 'rendering/RenderOverflowTest.cpp',
3459 'rendering/RenderTableCellTest.cpp', 3460 'rendering/RenderTableCellTest.cpp',
3460 'rendering/RenderTableRowTest.cpp', 3461 'rendering/RenderTableRowTest.cpp',
3461 'rendering/shapes/BoxShapeTest.cpp', 3462 'rendering/shapes/BoxShapeTest.cpp',
3462 'rendering/style/OutlineValueTest.cpp', 3463 'rendering/style/OutlineValueTest.cpp',
3463 'testing/PrivateScriptTestTest.cpp', 3464 'testing/PrivateScriptTestTest.cpp',
3464 'streams/ReadableStreamTest.cpp', 3465 'streams/ReadableStreamTest.cpp',
3465 'testing/UnitTestHelpers.cpp', 3466 'testing/UnitTestHelpers.cpp',
3466 'testing/UnitTestHelpers.h', 3467 'testing/UnitTestHelpers.h',
3467 'xml/parser/SharedBufferReaderTest.cpp', 3468 'xml/parser/SharedBufferReaderTest.cpp',
3468 ], 3469 ],
3469 } 3470 }
3470 } 3471 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/html/HTMLFormControlElement.h » ('j') | Source/core/html/HTMLFormControlElementTest.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698