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

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

Issue 338283003: Add HTMLTextFormControlElement unit test (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Update 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/html/HTMLTextFormControlElementTest.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 3401 matching lines...) Expand 10 before | Expand all | Expand 10 after
3412 'editing/TextIteratorTest.cpp', 3412 'editing/TextIteratorTest.cpp',
3413 'editing/VisibleSelectionTest.cpp', 3413 'editing/VisibleSelectionTest.cpp',
3414 'fetch/CachingCorrectnessTest.cpp', 3414 'fetch/CachingCorrectnessTest.cpp',
3415 'fetch/ImageResourceTest.cpp', 3415 'fetch/ImageResourceTest.cpp',
3416 'fetch/MemoryCacheTest.cpp', 3416 'fetch/MemoryCacheTest.cpp',
3417 'fetch/RawResourceTest.cpp', 3417 'fetch/RawResourceTest.cpp',
3418 'fetch/ResourceFetcherTest.cpp', 3418 'fetch/ResourceFetcherTest.cpp',
3419 'frame/ImageBitmapTest.cpp', 3419 'frame/ImageBitmapTest.cpp',
3420 'html/HTMLDimensionTest.cpp', 3420 'html/HTMLDimensionTest.cpp',
3421 'html/HTMLLinkElementSizesAttributeTest.cpp', 3421 'html/HTMLLinkElementSizesAttributeTest.cpp',
3422 'html/HTMLTextFormControlElementTest.cpp',
3422 'html/LinkRelAttributeTest.cpp', 3423 'html/LinkRelAttributeTest.cpp',
3423 'html/TimeRangesTest.cpp', 3424 'html/TimeRangesTest.cpp',
3424 'html/parser/HTMLParserThreadTest.cpp', 3425 'html/parser/HTMLParserThreadTest.cpp',
3425 'html/parser/HTMLSrcsetParserTest.cpp', 3426 'html/parser/HTMLSrcsetParserTest.cpp',
3426 'html/track/vtt/BufferedLineReaderTest.cpp', 3427 'html/track/vtt/BufferedLineReaderTest.cpp',
3427 'html/track/vtt/VTTScannerTest.cpp', 3428 'html/track/vtt/VTTScannerTest.cpp',
3428 'loader/MixedContentCheckerTest.cpp', 3429 'loader/MixedContentCheckerTest.cpp',
3429 'page/NetworkStateNotifierTest.cpp', 3430 'page/NetworkStateNotifierTest.cpp',
3430 'rendering/RenderOverflowTest.cpp', 3431 'rendering/RenderOverflowTest.cpp',
3431 'rendering/shapes/BoxShapeTest.cpp', 3432 'rendering/shapes/BoxShapeTest.cpp',
3432 'testing/UnitTestHelpers.cpp', 3433 'testing/UnitTestHelpers.cpp',
3433 'testing/UnitTestHelpers.h', 3434 'testing/UnitTestHelpers.h',
3434 'xml/parser/SharedBufferReaderTest.cpp', 3435 'xml/parser/SharedBufferReaderTest.cpp',
3435 ], 3436 ],
3436 } 3437 }
3437 } 3438 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/html/HTMLTextFormControlElementTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698