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

Unified Diff: Source/web/web.gyp

Issue 364323002: Embed CSS/JS under Source/web/resources/ as GRD resources (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@idl-treatnullas-emptystring
Patch Set: add missing include Created 6 years, 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/web/DateTimeChooserImpl.cpp ('k') | public/blink_resources.grd » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « Source/web/DateTimeChooserImpl.cpp ('k') | public/blink_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698