aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/BUILD_simulator.py
diff options
context:
space:
mode:
authorGravatar benjaminwagner <benjaminwagner@google.com>2015-10-29 13:40:27 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-10-29 13:40:28 -0700
commit8a3760f8b2ce8ded477ba90dd8e1522b1df441b8 (patch)
treedb8aab8dc1df19b14be784e45c8da7bdcad3d0c6 /tools/BUILD_simulator.py
parentc75be34b4600d3acb5b076e6545efb05cce4abe6 (diff)
For BUILD.public, let SkPreConfig.h set SK_RELEASE based on NDEBUG.
Use DumpStackTrace in SkASSERT in GOOGLE3. There are extra assertions enabled in debug mode that cause RecordDraw_TextBounds to fail. New include causes a naming conflict with global name "base". Corresponding internal cl/106495354 No public API changes. TBR=reed@google.com BUG=skia: Review URL: https://codereview.chromium.org/1423013004
Diffstat (limited to 'tools/BUILD_simulator.py')
-rwxr-xr-xtools/BUILD_simulator.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/BUILD_simulator.py b/tools/BUILD_simulator.py
index 209259fee8..ff0194153c 100755
--- a/tools/BUILD_simulator.py
+++ b/tools/BUILD_simulator.py
@@ -79,6 +79,7 @@ global_names = {
'BASE_DIR': "",
'CONDITION_ANDROID': "CONDITION_ANDROID",
'DM_EXTERNAL_DEPS': [],
+ 'EXTERNAL_DEPS_ALL': [],
'EXTERNAL_DEPS_ANDROID': [],
'EXTERNAL_DEPS_UNIX': [],
}