Index: Source/web/web.gyp |
diff --git a/Source/web/web.gyp b/Source/web/web.gyp |
index fa63468d30b6c7c5813a0a99344c1535b723b349..d4f7d3f61bd0c58c91bb71bda9bf4574b0bb6e22 100644 |
--- a/Source/web/web.gyp |
+++ b/Source/web/web.gyp |
@@ -204,86 +204,6 @@ |
], |
}], |
], |
- 'actions': [ |
- { |
- 'action_name': 'PickerCommon', |
- 'process_outputs_as_sources': 1, |
- 'variables': { |
- 'resources': [ |
- 'resources/pickerCommon.css', |
- 'resources/pickerCommon.js', |
- ], |
- }, |
- 'inputs': [ |
- '../build/scripts/make-file-arrays.py', |
- '<@(resources)', |
- ], |
- 'outputs': [ |
- '<(blink_web_output_dir)/PickerCommon.h', |
- '<(blink_web_output_dir)/PickerCommon.cpp', |
- ], |
- 'action': [ |
- 'python', |
- '../build/scripts/make-file-arrays.py', |
- '--out-h=<(blink_web_output_dir)/PickerCommon.h', |
- '--out-cpp=<(blink_web_output_dir)/PickerCommon.cpp', |
- '<@(resources)', |
- ], |
- }, |
- { |
- 'action_name': 'CalendarPicker', |
- 'process_outputs_as_sources': 1, |
- 'variables': { |
- 'resources': [ |
- 'resources/calendarPicker.css', |
- 'resources/calendarPicker.js', |
- 'resources/pickerButton.css', |
- 'resources/suggestionPicker.css', |
- 'resources/suggestionPicker.js', |
- ], |
- }, |
- 'inputs': [ |
- '../build/scripts/make-file-arrays.py', |
- '<@(resources)' |
- ], |
- 'outputs': [ |
- '<(blink_web_output_dir)/CalendarPicker.h', |
- '<(blink_web_output_dir)/CalendarPicker.cpp', |
- ], |
- 'action': [ |
- 'python', |
- '../build/scripts/make-file-arrays.py', |
- '--out-h=<(blink_web_output_dir)/CalendarPicker.h', |
- '--out-cpp=<(blink_web_output_dir)/CalendarPicker.cpp', |
- '<@(resources)', |
- ], |
- }, |
- { |
- 'action_name': 'ColorSuggestionPicker', |
- 'process_outputs_as_sources': 1, |
- 'variables': { |
- 'resources': [ |
- 'resources/colorSuggestionPicker.css', |
- 'resources/colorSuggestionPicker.js', |
- ], |
- }, |
- 'inputs': [ |
- '../build/scripts/make-file-arrays.py', |
- '<@(resources)', |
- ], |
- 'outputs': [ |
- '<(blink_web_output_dir)/ColorSuggestionPicker.h', |
- '<(blink_web_output_dir)/ColorSuggestionPicker.cpp', |
- ], |
- 'action': [ |
- 'python', |
- '../build/scripts/make-file-arrays.py', |
- '--out-h=<(blink_web_output_dir)/ColorSuggestionPicker.h', |
- '--out-cpp=<(blink_web_output_dir)/ColorSuggestionPicker.cpp', |
- '<@(resources)', |
- ], |
- }, |
- ], |
}, |
{ |
'target_name': 'blink_web_test_support', |