- 18 Jun, 2014 1 commit
-
-
scroggo authored
Always build the tools with JSON, but either build our own or use the system's. Rename skia_build_json_writer to skia_use_system_jsoncpp, since we now always build with JSON. Remove SK_BUILD_JSON_WRITER, which was only there so we could build without JSON it in the framework. BUG=skia:2448 R=djsollen@google.com, reed@google.com Author: scroggo@google.com Review URL: https://codereview.chromium.org/303913002
-
- 16 May, 2014 1 commit
-
-
commit-bot@chromium.org authored
For now, remove json functionality and do not depend on json. This allows us to build and run until solving skbug.com/2448. bench/DeferredSurfaceCopyBench.cpp: Include GrRenderTarget last, so SK_SUPPORT_GPU will be set properly. bench/ResultsWriter.h: bench/benchmain.cpp: Remove JSONResultsWriter when SK_BUILD_JSON_WRITER is not defined, which is the case for the Android framework build. gyp/bench.gyp: Depend on skia and cutils (for android_atomic_inc etc). gyp/common_conditions.gypi: Define SK_BUILD_JSON_WRITER when skia_build_json_writer is set. gyp/common_variables.gypi: Add a flag for skia_build_json_writer, and set it only when skia_android_framework is not set. gyp/jsoncpp.gyp: Do not build jsoncpp when skia_build_json_writer is not defined. include/utils/SkJSONCPP.h: Do not include json headers when SK_BUILD_JSON_WRITER is not defined. platform_tools/android/bin/gyp_to_android.py: Generate bench/Android.mk. platform_tools/android/gyp_gen/gypd_parser.py: Skip dest_dir when checking for include_dirs. platform_tools/android/gyp_gen/makefile_writer.py: Build bench/Android.mk when building external/skia. platform_tools/android/gyp_gen/tool_makefile_writer.py: Add a parameter for putting the binary into /data/local/tmp. BUG=skia:2447 BUG=skia:2448 R=halcanary@google.com, reed@google.com Author: scroggo@google.com Review URL: https://codereview.chromium.org/282053002 git-svn-id: http://skia.googlecode.com/svn/trunk@14760 2bbb7eff-a529-9590-31e7-b0007b416f81
-
- 16 Jan, 2014 1 commit
-
-
http://skia.googlecode.com/svn/trunk@12682Derek Sollenberger authored
Change-Id: I0470d8e53bf019f410509180b95950f20f98a5e8
-
- 02 Dec, 2013 1 commit
-
-
commit-bot@chromium.org authored
These add unnecessary bloat for everyone to carry around, so we just remove them now. The same change was made in chromium by Tony in http://codereview.chromium.org/7310019 - crrev.com/92046 BUG=None TEST=./gyp_skia R=mtklein@google.com Author: tfarina@chromium.org Review URL: https://codereview.chromium.org/92673003 git-svn-id: http://skia.googlecode.com/svn/trunk@12443 2bbb7eff-a529-9590-31e7-b0007b416f81
-
- 13 Nov, 2013 1 commit
-
-
http://skia.googlecode.com/svn/trunk@12108Derek Sollenberger authored
Change-Id: Ia710b27d97e938df06014b7b61a3767bd3be1eb5
-
- 30 Sep, 2013 1 commit
-
-
commit-bot@chromium.org authored
BUG= R=djsollen@google.com Author: mtklein@google.com Review URL: https://codereview.chromium.org/25319002 git-svn-id: http://skia.googlecode.com/svn/trunk@11530 2bbb7eff-a529-9590-31e7-b0007b416f81
-
- 03 Apr, 2013 1 commit
-
-
http://skia.googlecode.com/svn/trunk@8352Derek Sollenberger authored
Change-Id: I09dbe7f21185e6c22f04edbaf46de2f5c620e475
-
- 22 Mar, 2013 2 commits
-
-
http://skia.googlecode.com/svn/trunk@8255Derek Sollenberger authored
Change-Id: I4666e04b05c7d2f2f0f25204b20b302e7d161d85
-
borenet@google.com authored
Review URL: https://codereview.chromium.org/12963002 git-svn-id: http://skia.googlecode.com/svn/trunk@8330 2bbb7eff-a529-9590-31e7-b0007b416f81
-
- 11 Mar, 2013 1 commit
-
-
sugoi@google.com authored
Fixed the few remaining warnings and turned on warning as error on Linux. Explicitly turned off warning as error in libjpeg, cityhash and json. Review URL: https://codereview.chromium.org/12521010 git-svn-id: http://skia.googlecode.com/svn/trunk@8067 2bbb7eff-a529-9590-31e7-b0007b416f81
-
- 14 Feb, 2013 1 commit
-
-
Chris Craik authored
This reverts commit ee9208ea, reversing changes made to 2dad6229. Change-Id: Id7f0fb0a3c46bcf9ae0e90de83661f8eadb30bfc
-
- 13 Feb, 2013 1 commit
-
-
Chris Craik authored
This reverts commit ee9208ea, reversing changes made to 2dad6229. Change-Id: Id7f0fb0a3c46bcf9ae0e90de83661f8eadb30bfc
-
- 07 Feb, 2013 1 commit
-
-
djsollen@google.com authored
This CL also turns those features on by default on Android Review URL: https://codereview.appspot.com/7313049 git-svn-id: http://skia.googlecode.com/svn/trunk@7645 2bbb7eff-a529-9590-31e7-b0007b416f81
-
- 04 Feb, 2013 1 commit
-
-
http://skia.googlecode.com/svn/trunk@7527Derek Sollenberger authored
Change-Id: I83c7c2152f5d2c303b4655a5a604f513a54f350a
-
- 15 Jan, 2013 1 commit
-
-
epoger@google.com authored
BUG=https://code.google.com/p/skia/issues/detail?id=909 Review URL: https://codereview.appspot.com/7098047 git-svn-id: http://skia.googlecode.com/svn/trunk@7187 2bbb7eff-a529-9590-31e7-b0007b416f81
-
- 08 Jan, 2013 1 commit
-
-
bsalomon@google.com authored
Review URL: https://codereview.appspot.com/7066054 git-svn-id: http://skia.googlecode.com/svn/trunk@7094 2bbb7eff-a529-9590-31e7-b0007b416f81
-
- 07 Jan, 2013 1 commit
-
-
reed@google.com authored
Review URL: https://codereview.appspot.com/7064053 git-svn-id: http://skia.googlecode.com/svn/trunk@7068 2bbb7eff-a529-9590-31e7-b0007b416f81
-
- 19 Dec, 2012 1 commit
-
-
http://skia.googlecode.com/svn/trunk@6890Derek Sollenberger authored
Change-Id: I40c1c8a08cc39102fe9f8b3f116206be17db12e2
-
- 18 Dec, 2012 1 commit
-
-
epoger@google.com authored
BUG=https://code.google.com/p/skia/issues/detail?id=1023 Review URL: https://codereview.appspot.com/6943073 git-svn-id: http://skia.googlecode.com/svn/trunk@6880 2bbb7eff-a529-9590-31e7-b0007b416f81
-