aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/BUILD_simulator.py
diff options
context:
space:
mode:
authorGravatar benjaminwagner <benjaminwagner@google.com>2015-11-18 13:26:10 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2015-11-18 13:26:10 -0800
commit39e7aa48d7ca4c144c457374bf0a0dcc0c5be92d (patch)
treed41d248fb306a54717128d08215f5e6cb1d85002 /tools/BUILD_simulator.py
parent58afee8220b27f5a34f129f380f56b500da86c95 (diff)
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
Diffstat (limited to 'tools/BUILD_simulator.py')
-rwxr-xr-xtools/BUILD_simulator.py10
1 files changed, 6 insertions, 4 deletions
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)