Chromium Code Reviews| Index: tools/BUILD_simulator.py |
| diff --git a/tools/BUILD_simulator.py b/tools/BUILD_simulator.py |
| index 3c0ed618e534a2a6a590e15c834fab947afa9d5c..efed6faf4ea0280851a99282728cf01bf92e1878 100755 |
| --- a/tools/BUILD_simulator.py |
| +++ b/tools/BUILD_simulator.py |
| @@ -84,6 +84,7 @@ global_names = { |
| 'CONDITION_IOS': 'CONDITION_IOS', |
| 'DM_EXTERNAL_DEPS': [], |
| 'EXTERNAL_DEPS_ALL': [], |
| + 'EXTERNAL_INCLUDES': [], |
| } |
| local_names = {} |
| execfile('BUILD.public', global_names, local_names) |