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

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: Updated to latest master changes 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 3410 matching lines...) Expand 10 before | Expand all | Expand 10 after
3421 'editing/VisibleSelectionTest.cpp', 3421 'editing/VisibleSelectionTest.cpp',
3422 'fetch/CachingCorrectnessTest.cpp', 3422 'fetch/CachingCorrectnessTest.cpp',
3423 'fetch/ImageResourceTest.cpp', 3423 'fetch/ImageResourceTest.cpp',
3424 'fetch/MemoryCacheTest.cpp', 3424 'fetch/MemoryCacheTest.cpp',
3425 'fetch/RawResourceTest.cpp', 3425 'fetch/RawResourceTest.cpp',
3426 'fetch/ResourceFetcherTest.cpp', 3426 'fetch/ResourceFetcherTest.cpp',
3427 'frame/ImageBitmapTest.cpp', 3427 'frame/ImageBitmapTest.cpp',
3428 'html/HTMLDimensionTest.cpp', 3428 'html/HTMLDimensionTest.cpp',
3429 'html/HTMLLinkElementSizesAttributeTest.cpp', 3429 'html/HTMLLinkElementSizesAttributeTest.cpp',
3430 'html/HTMLTextFormControlElementTest.cpp', 3430 'html/HTMLTextFormControlElementTest.cpp',
3431 'html/HTMLFormControlElementTest.cpp',
3431 'html/LinkRelAttributeTest.cpp', 3432 'html/LinkRelAttributeTest.cpp',
3432 'html/TimeRangesTest.cpp', 3433 'html/TimeRangesTest.cpp',
3433 'html/parser/HTMLParserThreadTest.cpp', 3434 'html/parser/HTMLParserThreadTest.cpp',
3434 'html/parser/HTMLSrcsetParserTest.cpp', 3435 'html/parser/HTMLSrcsetParserTest.cpp',
3435 'html/track/vtt/BufferedLineReaderTest.cpp', 3436 'html/track/vtt/BufferedLineReaderTest.cpp',
3436 'html/track/vtt/VTTScannerTest.cpp', 3437 'html/track/vtt/VTTScannerTest.cpp',
3437 'loader/MixedContentCheckerTest.cpp', 3438 'loader/MixedContentCheckerTest.cpp',
3438 'page/NetworkStateNotifierTest.cpp', 3439 'page/NetworkStateNotifierTest.cpp',
3439 'rendering/RenderOverflowTest.cpp', 3440 'rendering/RenderOverflowTest.cpp',
3440 'rendering/RenderTableCellTest.cpp', 3441 'rendering/RenderTableCellTest.cpp',
3441 'rendering/RenderTableRowTest.cpp', 3442 'rendering/RenderTableRowTest.cpp',
3442 'rendering/shapes/BoxShapeTest.cpp', 3443 'rendering/shapes/BoxShapeTest.cpp',
3443 'testing/PrivateScriptTestTest.cpp', 3444 'testing/PrivateScriptTestTest.cpp',
3444 'testing/UnitTestHelpers.cpp', 3445 'testing/UnitTestHelpers.cpp',
3445 'testing/UnitTestHelpers.h', 3446 'testing/UnitTestHelpers.h',
3446 'xml/parser/SharedBufferReaderTest.cpp', 3447 'xml/parser/SharedBufferReaderTest.cpp',
3447 ], 3448 ],
3448 } 3449 }
3449 } 3450 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/html/HTMLFormControlElement.h » ('j') | Source/core/html/HTMLFormControlElement.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698