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

Unified Diff: Source/WebCore/WebCore.gyp/WebCore.gyp

Issue 12082066: Merge 140778 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1364/
Patch Set: Created 7 years, 11 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/WebCore/Resources/pagepopups/calendarPickerMac.css ('k') | Source/WebCore/rendering/RenderTheme.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/WebCore.gyp/WebCore.gyp
===================================================================
--- Source/WebCore/WebCore.gyp/WebCore.gyp (revision 141208)
+++ Source/WebCore/WebCore.gyp/WebCore.gyp (working copy)
@@ -960,6 +960,8 @@
'inputs': [
'../Resources/pagepopups/calendarPicker.css',
'../Resources/pagepopups/calendarPicker.js',
+ '../Resources/pagepopups/chromium/calendarPickerChromium.css',
+ '../Resources/pagepopups/chromium/pickerCommonChromium.css',
'../Resources/pagepopups/suggestionPicker.css',
'../Resources/pagepopups/suggestionPicker.js',
],
@@ -977,24 +979,6 @@
],
},
{
- 'action_name': 'CalendarPickerMac',
- 'inputs': [
- '../Resources/pagepopups/calendarPickerMac.css',
- ],
- 'outputs': [
- '<(SHARED_INTERMEDIATE_DIR)/webkit/CalendarPickerMac.h',
- '<(SHARED_INTERMEDIATE_DIR)/webkit/CalendarPickerMac.cpp',
- ],
- 'action': [
- 'python',
- '../make-file-arrays.py',
- '--condition=ENABLE(CALENDAR_PICKER)',
- '--out-h=<(SHARED_INTERMEDIATE_DIR)/webkit/CalendarPickerMac.h',
- '--out-cpp=<(SHARED_INTERMEDIATE_DIR)/webkit/CalendarPickerMac.cpp',
- '<@(_inputs)',
- ],
- },
- {
'action_name': 'ColorSuggestionPicker',
'inputs': [
'../Resources/pagepopups/colorSuggestionPicker.css',
@@ -1330,9 +1314,6 @@
'include_dirs': [
'<(chromium_src_dir)/third_party/apple_webkit',
],
- 'sources': [
- '<(SHARED_INTERMEDIATE_DIR)/webkit/CalendarPickerMac.cpp',
- ],
}],
['OS=="win"', {
'defines': [
« no previous file with comments | « Source/WebCore/Resources/pagepopups/calendarPickerMac.css ('k') | Source/WebCore/rendering/RenderTheme.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698