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

Unified Diff: webkit/webkit.gyp

Issue 115154: Add a 'cygwin' target to execute setup_mount.bat explicitly as a... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 7 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 | « third_party/ffmpeg/ffmpeg.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/webkit.gyp
===================================================================
--- webkit/webkit.gyp (revision 15753)
+++ webkit/webkit.gyp (working copy)
@@ -195,6 +195,7 @@
},
'conditions': [
['OS=="win"', {
+ 'dependencies': ['../build/win/system.gyp:cygwin'],
'direct_dependent_settings': {
'defines': [
'__STD_C',
@@ -416,6 +417,11 @@
'export_dependent_settings': [
'wtf',
],
+ 'conditions': [
+ ['OS=="win"', {
+ 'dependencies': ['../build/win/system.gyp:cygwin'],
+ }],
+ ],
},
{
'target_name': 'webcore',
@@ -4115,6 +4121,7 @@
},
}],
['OS=="win"', {
+ 'dependencies': ['../build/win/system.gyp:cygwin'],
'sources/': [
['exclude', 'Posix\\.cpp$'],
['include', '/opentype/'],
@@ -4278,6 +4285,11 @@
'<(SHARED_INTERMEDIATE_DIR)/webkit',
],
},
+ 'conditions': [
+ ['OS=="win"', {
+ 'dependencies': ['../build/win/system.gyp:cygwin'],
+ }],
+ ],
},
{
'target_name': 'webkit_strings',
@@ -4316,6 +4328,11 @@
'<(SHARED_INTERMEDIATE_DIR)/webkit',
],
},
+ 'conditions': [
+ ['OS=="win"', {
+ 'dependencies': ['../build/win/system.gyp:cygwin'],
+ }],
+ ],
},
{
'target_name': 'glue',
@@ -4600,6 +4617,7 @@
}, { # else: OS=="win"
'sources/': [['exclude', '_posix\\.cc$']],
'dependencies': [
+ '../build/win/system.gyp:cygwin',
'activex_shim/activex_shim.gyp:activex_shim',
'default_plugin/default_plugin.gyp:default_plugin',
],
« no previous file with comments | « third_party/ffmpeg/ffmpeg.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698