Chromium Code Reviews| Index: build/isolate.gypi |
| diff --git a/build/isolate.gypi b/build/isolate.gypi |
| index 2c667de5712d069ab2ba2940ed946c1864dba55d..974ed6f468c67a20f24da9dc89aaed7462394443 100644 |
| --- a/build/isolate.gypi |
| +++ b/build/isolate.gypi |
| @@ -70,6 +70,7 @@ |
| # like '0' or '1', aren't stripped out by GYP. |
| '--path-variable', 'PRODUCT_DIR', '<(PRODUCT_DIR) ', |
| '--config-variable', 'OS=<(OS)', |
| + '--config-variable', 'icu_use_data_file_flag=<(icu_use_data_file_flag)', |
|
jungshik at Google
2014/01/07 18:55:53
This does not seem to work :
I got the following
|
| '--result', '<@(_outputs)', |
| '--isolate', '<(RULE_INPUT_PATH)', |
| ], |