History log of /external/skia/tools/BUILD_simulator.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
2211a7bdd1680003a4decbebef76f153cd0a28fa 01-Dec-2015 benjaminwagner <benjaminwagner@google.com> Fix Google3 fonts. Use fontconfig rather than custom_directory_factory. Add Google3 font caching.

Some future dependents require these changes.

Depends on internal cl/108287941.

Review URL: https://codereview.chromium.org/1471033002
/external/skia/tools/BUILD_simulator.py
39e7aa48d7ca4c144c457374bf0a0dcc0c5be92d 18-Nov-2015 benjaminwagner <benjaminwagner@google.com> 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
/external/skia/tools/BUILD_simulator.py
8a3760f8b2ce8ded477ba90dd8e1522b1df441b8 29-Oct-2015 benjaminwagner <benjaminwagner@google.com> 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
/external/skia/tools/BUILD_simulator.py
86ea33e96341ec3de03bcb6aef9a2cfce371df6a 26-Oct-2015 benjaminwagner <benjaminwagner@google.com> Enable BUILD file compilation of skia and dm with --config=android_arm.

Corresponding google3 cl is 105687529.

BUG=skia:

Review URL: https://codereview.chromium.org/1414643002
/external/skia/tools/BUILD_simulator.py
6f6bef84a3be8ecbd0fd6452a8f257d95fbecef4 15-Oct-2015 benjaminwagner <benjaminwagner@google.com> Add dm target to BUILD and refactor BUILD file. The corresponding google3 BUILD file changes are in google3 cl/105413829.

Fix blaze compilation errors. The default compilation options for blaze require that the initialization list must list fields in initialization order. Also deal with differing versions of libjpeg.

The BUILD changes were started by melanielc in google3 cl/102860957.

BUG=skia:

Review URL: https://codereview.chromium.org/1401883005
/external/skia/tools/BUILD_simulator.py
bf3dde2716e26aebd789df2e7d41f5435ac928c4 18-Aug-2015 halcanary <halcanary@google.com> Clean up BUILD_simulator.py

Review URL: https://codereview.chromium.org/1298813002
/external/skia/tools/BUILD_simulator.py
df5b7603d2d2bb3ec75cfbf235a672ee80cf8d3a 18-Aug-2015 mtklein <mtklein@chromium.org> Add a simple script to simulate BUILD file glob() expansion.

This lets us test changes to BUILD.public.

This is not yet automated in any way. My hope is to trigger it quietly via the presubmit for any CL that adds or removes a file, or changes BUILD.public.

BUG=skia:

Review URL: https://codereview.chromium.org/1290833003
/external/skia/tools/BUILD_simulator.py