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

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

Issue 512563002: Move ColorChooser{,Client} and DateTimeChooser{,Client} from platform to core. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 3 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | Source/core/html/HTMLInputElement.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 2630 matching lines...) Expand 10 before | Expand all | Expand 10 after
2641 'html/forms/BaseDateAndTimeInputType.cpp', 2641 'html/forms/BaseDateAndTimeInputType.cpp',
2642 'html/forms/BaseDateAndTimeInputType.h', 2642 'html/forms/BaseDateAndTimeInputType.h',
2643 'html/forms/BaseMultipleFieldsDateAndTimeInputType.cpp', 2643 'html/forms/BaseMultipleFieldsDateAndTimeInputType.cpp',
2644 'html/forms/BaseMultipleFieldsDateAndTimeInputType.h', 2644 'html/forms/BaseMultipleFieldsDateAndTimeInputType.h',
2645 'html/forms/BaseTextInputType.cpp', 2645 'html/forms/BaseTextInputType.cpp',
2646 'html/forms/BaseTextInputType.h', 2646 'html/forms/BaseTextInputType.h',
2647 'html/forms/ButtonInputType.cpp', 2647 'html/forms/ButtonInputType.cpp',
2648 'html/forms/ButtonInputType.h', 2648 'html/forms/ButtonInputType.h',
2649 'html/forms/CheckboxInputType.cpp', 2649 'html/forms/CheckboxInputType.cpp',
2650 'html/forms/CheckboxInputType.h', 2650 'html/forms/CheckboxInputType.h',
2651 'html/forms/ColorChooser.cpp',
2652 'html/forms/ColorChooser.h',
2653 'html/forms/ColorChooserClient.cpp',
2654 'html/forms/ColorChooserClient.h',
2651 'html/forms/ColorInputType.cpp', 2655 'html/forms/ColorInputType.cpp',
2652 'html/forms/ColorInputType.h', 2656 'html/forms/ColorInputType.h',
2653 'html/forms/DateInputType.cpp', 2657 'html/forms/DateInputType.cpp',
2654 'html/forms/DateInputType.h', 2658 'html/forms/DateInputType.h',
2659 'html/forms/DateTimeChooser.cpp',
2660 'html/forms/DateTimeChooser.h',
2661 'html/forms/DateTimeChooserClient.cpp',
2662 'html/forms/DateTimeChooserClient.h',
2655 'html/forms/DateTimeFieldsState.cpp', 2663 'html/forms/DateTimeFieldsState.cpp',
2656 'html/forms/DateTimeFieldsState.h', 2664 'html/forms/DateTimeFieldsState.h',
2657 'html/forms/DateTimeLocalInputType.cpp', 2665 'html/forms/DateTimeLocalInputType.cpp',
2658 'html/forms/DateTimeLocalInputType.h', 2666 'html/forms/DateTimeLocalInputType.h',
2659 'html/forms/EmailInputType.cpp', 2667 'html/forms/EmailInputType.cpp',
2660 'html/forms/EmailInputType.h', 2668 'html/forms/EmailInputType.h',
2661 'html/forms/FileInputType.cpp', 2669 'html/forms/FileInputType.cpp',
2662 'html/forms/FileInputType.h', 2670 'html/forms/FileInputType.h',
2663 'html/forms/FormController.cpp', 2671 'html/forms/FormController.cpp',
2664 'html/forms/FormController.h', 2672 'html/forms/FormController.h',
(...skipping 803 matching lines...) Expand 10 before | Expand all | Expand 10 after
3468 'rendering/shapes/BoxShapeTest.cpp', 3476 'rendering/shapes/BoxShapeTest.cpp',
3469 'rendering/style/OutlineValueTest.cpp', 3477 'rendering/style/OutlineValueTest.cpp',
3470 'testing/PrivateScriptTestTest.cpp', 3478 'testing/PrivateScriptTestTest.cpp',
3471 'streams/ReadableStreamTest.cpp', 3479 'streams/ReadableStreamTest.cpp',
3472 'testing/UnitTestHelpers.cpp', 3480 'testing/UnitTestHelpers.cpp',
3473 'testing/UnitTestHelpers.h', 3481 'testing/UnitTestHelpers.h',
3474 'xml/parser/SharedBufferReaderTest.cpp', 3482 'xml/parser/SharedBufferReaderTest.cpp',
3475 ], 3483 ],
3476 } 3484 }
3477 } 3485 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/html/HTMLInputElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698