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

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

Issue 72683003: Auto-generate InputTypeNames source from InputTypeNames.in. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month 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 | Annotate | Revision Log
OLDNEW
1 { 1 {
2 'variables': { 2 'variables': {
3 'core_idl_files': [ 3 'core_idl_files': [
4 'css/CSS.idl', 4 'css/CSS.idl',
5 'css/CSSCharsetRule.idl', 5 'css/CSSCharsetRule.idl',
6 'css/CSSFontFaceLoadEvent.idl', 6 'css/CSSFontFaceLoadEvent.idl',
7 'css/CSSFontFaceRule.idl', 7 'css/CSSFontFaceRule.idl',
8 'css/CSSHostRule.idl', 8 'css/CSSHostRule.idl',
9 'css/CSSImportRule.idl', 9 'css/CSSImportRule.idl',
10 'css/CSSKeyframeRule.idl', 10 'css/CSSKeyframeRule.idl',
(...skipping 2460 matching lines...) Expand 10 before | Expand all | Expand 10 after
2471 'html/forms/FileInputType.cpp', 2471 'html/forms/FileInputType.cpp',
2472 'html/forms/FileInputType.h', 2472 'html/forms/FileInputType.h',
2473 'html/forms/FormController.cpp', 2473 'html/forms/FormController.cpp',
2474 'html/forms/FormController.h', 2474 'html/forms/FormController.h',
2475 'html/forms/HiddenInputType.cpp', 2475 'html/forms/HiddenInputType.cpp',
2476 'html/forms/HiddenInputType.h', 2476 'html/forms/HiddenInputType.h',
2477 'html/forms/ImageInputType.cpp', 2477 'html/forms/ImageInputType.cpp',
2478 'html/forms/ImageInputType.h', 2478 'html/forms/ImageInputType.h',
2479 'html/forms/InputType.cpp', 2479 'html/forms/InputType.cpp',
2480 'html/forms/InputType.h', 2480 'html/forms/InputType.h',
2481 'html/forms/InputTypeNames.cpp',
2482 'html/forms/InputTypeNames.h',
2483 'html/forms/InputTypeView.cpp', 2481 'html/forms/InputTypeView.cpp',
2484 'html/forms/InputTypeView.h', 2482 'html/forms/InputTypeView.h',
2485 'html/forms/MonthInputType.cpp', 2483 'html/forms/MonthInputType.cpp',
2486 'html/forms/MonthInputType.h', 2484 'html/forms/MonthInputType.h',
2487 'html/forms/NumberInputType.cpp', 2485 'html/forms/NumberInputType.cpp',
2488 'html/forms/NumberInputType.h', 2486 'html/forms/NumberInputType.h',
2489 'html/forms/PasswordInputType.cpp', 2487 'html/forms/PasswordInputType.cpp',
2490 'html/forms/PasswordInputType.h', 2488 'html/forms/PasswordInputType.h',
2491 'html/forms/RadioInputType.cpp', 2489 'html/forms/RadioInputType.cpp',
2492 'html/forms/RadioInputType.h', 2490 'html/forms/RadioInputType.h',
(...skipping 1028 matching lines...) Expand 10 before | Expand all | Expand 10 after
3521 'platform/image-decoders/gif/GIFImageDecoderTest.cpp', 3519 'platform/image-decoders/gif/GIFImageDecoderTest.cpp',
3522 'platform/image-decoders/jpeg/JPEGImageDecoderTest.cpp', 3520 'platform/image-decoders/jpeg/JPEGImageDecoderTest.cpp',
3523 'platform/image-decoders/webp/WEBPImageDecoderTest.cpp', 3521 'platform/image-decoders/webp/WEBPImageDecoderTest.cpp',
3524 'platform/testing/FakeWebGraphicsContext3D.h', 3522 'platform/testing/FakeWebGraphicsContext3D.h',
3525 'rendering/RenderOverflowTest.cpp', 3523 'rendering/RenderOverflowTest.cpp',
3526 'testing/UnitTestHelpers.h', 3524 'testing/UnitTestHelpers.h',
3527 'testing/UnitTestHelpers.cpp', 3525 'testing/UnitTestHelpers.cpp',
3528 ], 3526 ],
3529 } 3527 }
3530 } 3528 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698