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

Unified Diff: content/content.gyp

Issue 234963003: gyp performance: don't invoke python to check dir existance (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: dir_name: comment typo Created 6 years, 8 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 | « build/dir_exists.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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'],
« no previous file with comments | « build/dir_exists.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698