Index: content/content.gyp |
diff --git a/content/content.gyp b/content/content.gyp |
index d4cacf74d0958ba73858ca4bb37d0f511db8b4f9..5cc87475f728cd4582b5e178936d5736d73d84d6 100644 |
--- a/content/content.gyp |
+++ b/content/content.gyp |
@@ -6,7 +6,7 @@ |
'variables': { |
'chromium_code': 1, # Use higher warning level. |
'chromium_enable_vtune_jit_for_v8%': 0, # enable the vtune support for V8 engine. |
- 'directxsdk_exists': '<!(python <(DEPTH)/build/dir_exists.py ../third_party/directxsdk)', |
+ 'directxsdk_exists': '<!pymod_do_main(dir_exists ../third_party/directxsdk)', |
}, |
'target_defaults': { |
'defines': ['CONTENT_IMPLEMENTATION'], |