Index: build/isolate.gypi |
diff --git a/build/isolate.gypi b/build/isolate.gypi |
index 6267441e7394d3da71597e081e225527d803c4be..7df2129f6537d8652b41658fd837a1ca45372293 100644 |
--- a/build/isolate.gypi |
+++ b/build/isolate.gypi |
@@ -82,7 +82,8 @@ |
# Path variables are used to replace file paths when loading a .isolate |
# file |
- '--path-variable', 'PRODUCT_DIR', '<(PRODUCT_DIR) ', |
M-A Ruel
2014/06/11 18:03:02
No, for odd reasons relating to path escaping on W
kjellander_chromium
2014/06/11 18:15:06
Ah, Windows :)
Do I need the same thing for DEPTH
M-A Ruel
2014/06/11 18:21:22
I think DEPTH will be fine. Let's try without firs
|
+ '--path-variable', 'PRODUCT_DIR', '<(PRODUCT_DIR)', |
+ '--path-variable', 'DEPTH', '<(DEPTH)', |
# Extra variables are replaced on the 'command' entry and on paths in |
# the .isolate file but are not considered relative paths. |