From 39e7aa48d7ca4c144c457374bf0a0dcc0c5be92d Mon Sep 17 00:00:00 2001 From: benjaminwagner Date: Wed, 18 Nov 2015 13:26:10 -0800 Subject: Remove Lua from the Google3 build. See internal cl/107087297 for details. Rename some variables in BUILD/BUILD.public. BUG=skia: Review URL: https://codereview.chromium.org/1425013008 --- tools/BUILD_simulator.py | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'tools/BUILD_simulator.py') diff --git a/tools/BUILD_simulator.py b/tools/BUILD_simulator.py index ff0194153c..3c0ed618e5 100755 --- a/tools/BUILD_simulator.py +++ b/tools/BUILD_simulator.py @@ -76,12 +76,14 @@ global_names = { 'exports_files': noop, 'glob': BUILD_glob, 'select': select_simulator, - 'BASE_DIR': "", - 'CONDITION_ANDROID': "CONDITION_ANDROID", + 'BASE_DIR': '', + 'BASE_EXTERNAL_DEPS_ANDROID': [], + 'BASE_EXTERNAL_DEPS_IOS': [], + 'BASE_EXTERNAL_DEPS_UNIX': [], + 'CONDITION_ANDROID': 'CONDITION_ANDROID', + 'CONDITION_IOS': 'CONDITION_IOS', 'DM_EXTERNAL_DEPS': [], 'EXTERNAL_DEPS_ALL': [], - 'EXTERNAL_DEPS_ANDROID': [], - 'EXTERNAL_DEPS_UNIX': [], } local_names = {} execfile('BUILD.public', global_names, local_names) -- cgit v1.2.3