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

Unified Diff: Source/core/core_generated.gyp

Issue 361693004: Remove make-css-file-arrays.pl. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 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
Index: Source/core/core_generated.gyp
diff --git a/Source/core/core_generated.gyp b/Source/core/core_generated.gyp
index 6c33c1425d800ac596170053bb2a92b86b850500..a3787cb57866e92345be75f52e0ff38b5759c93f 100644
--- a/Source/core/core_generated.gyp
+++ b/Source/core/core_generated.gyp
@@ -584,7 +584,7 @@
'action_name': 'UserAgentStyleSheets',
'variables': {
'scripts': [
- 'css/make-css-file-arrays.pl',
+ '../build/scripts/make-file-arrays.py',
],
'stylesheets': [
'css/html.css',
@@ -618,13 +618,12 @@
],
'action': [
'python',
- '../build/scripts/action_useragentstylesheets.py',
- '<@(_outputs)',
- '<@(stylesheets)',
- '--',
'<@(scripts)',
- '--',
- '--perl', '<(perl_exe)',
+ '--namespace',
+ 'WebCore',
+ '--out-h=<(blink_core_output_dir)/UserAgentStyleSheets.h',
+ '--out-cpp=<(blink_core_output_dir)/UserAgentStyleSheetsData.cpp',
+ '<@(stylesheets)',
],
},
{

Powered by Google App Engine
This is Rietveld 408576698