- 16 Jan, 2014 1 commit
-
-
http://skia.googlecode.com/svn/trunk@12682Derek Sollenberger authored
Change-Id: I0470d8e53bf019f410509180b95950f20f98a5e8
-
- 02 Dec, 2013 2 commits
-
-
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
-
bungeman@google.com authored
The following have the same effect on Windows: 'msvs_settings': { 'VCLinkerTool': { 'AdditionalDependencies': [ 'windowscodecs.lib', ],},}, 'link_settings': {'libraries': ['-lwindowscodecs.lib',],}, But this one is different: 'link_settings': {'libraries': ['windowscodecs.lib',],}, since this last one will attempt to find the library at third_party\skia\gyp\windowscodecs.lib or a place like this, instead of looking in the library paths. This also fixes capitalization of the affected libraries. R=bsalomon@google.com Review URL: https://codereview.chromium.org/99463002 git-svn-id: http://skia.googlecode.com/svn/trunk@12434 2bbb7eff-a529-9590-31e7-b0007b416f81
-
- 26 Jul, 2013 1 commit
-
-
http://skia.googlecode.com/svn/trunk@10377Derek Sollenberger authored
Change-Id: Id35b998cb70e867d14e58c2e794b9a742b1ef6d5
-
- 03 Jun, 2013 1 commit
-
-
djsollen@google.com authored
This reapplies revision 9378 after the buildbot has been updated. R=borenet@google.com, djsollen@google.com Review URL: https://codereview.chromium.org/15855006 git-svn-id: http://skia.googlecode.com/svn/trunk@9395 2bbb7eff-a529-9590-31e7-b0007b416f81
-
- 31 May, 2013 2 commits
-
-
djsollen@google.com authored
R=borenet@google.com, djsollen@google.com Committed: https://code.google.com/p/skia/source/detail?r=9378 Review URL: https://codereview.chromium.org/15855006 git-svn-id: http://skia.googlecode.com/svn/trunk@9379 2bbb7eff-a529-9590-31e7-b0007b416f81
-
djsollen@google.com authored
R=borenet@google.com, djsollen@google.com Review URL: https://codereview.chromium.org/15855006 git-svn-id: http://skia.googlecode.com/svn/trunk@9378 2bbb7eff-a529-9590-31e7-b0007b416f81
-
- 23 May, 2013 1 commit
-
-
http://skia.googlecode.com/svn/trunk@9231Derek Sollenberger authored
Change-Id: I384e5f43ceb90b1a2e58a1e33753b3e79c85b949
-
- 07 May, 2013 1 commit
-
-
commit-bot@chromium.org authored
R=reed@google.com Author: bungeman@google.com Review URL: https://chromiumcodereview.appspot.com/14873006 git-svn-id: http://skia.googlecode.com/svn/trunk@9037 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
-
- 05 Dec, 2012 1 commit
-
-
Jean-Baptiste Queru authored
Change-Id: I5c9aa88bd82f150da9f5b1152bc2d5aa4baaabb2
-
- 10 Oct, 2012 1 commit
-
-
borenet@google.com authored
- Roll GYP so that we get non-thin archives on Linux - Add merge_static_libs.py - Add skia_core_lib target which builds core, ports, opts*, and utils - Replace dependencies on core/ports/opts/utils with skia_core_libs - Rename exportable libraries with "skia_" Review URL: https://codereview.appspot.com/6619049 git-svn-id: http://skia.googlecode.com/svn/trunk@5889 2bbb7eff-a529-9590-31e7-b0007b416f81
-
- 03 Apr, 2012 1 commit
-
-
junov@chromium.org authored
REVIEW=http://codereview.appspot.com/5981054/ git-svn-id: http://skia.googlecode.com/svn/trunk@3591 2bbb7eff-a529-9590-31e7-b0007b416f81
-
- 21 Mar, 2012 1 commit
-
-
vandebo@chromium.org authored
Review URL: https://codereview.appspot.com/5875043 git-svn-id: http://skia.googlecode.com/svn/trunk@3460 2bbb7eff-a529-9590-31e7-b0007b416f81
-
- 16 Mar, 2012 1 commit
-
-
epoger@google.com authored
Do this, rather than including common.gypi explicitly in all our gyp files, so that gyp files we use but do not maintain (e.g., third_party/externals/libjpeg/libjpeg.gyp) will include common.gypi too. Review URL: https://codereview.appspot.com/5820068 git-svn-id: http://skia.googlecode.com/svn/trunk@3411 2bbb7eff-a529-9590-31e7-b0007b416f81
-
- 06 Feb, 2012 1 commit
-
-
Derek Sollenberger authored
This CL has companion changes to account for API updates in... (1) frameworks/base (2) external/webkit Change-Id: Ibb989e76e8bd24313849f9631dbef42cdef9eb7d
-
- 10 Oct, 2011 1 commit
-
-
bungeman@google.com authored
http://codereview.appspot.com/5076041/ git-svn-id: http://skia.googlecode.com/svn/trunk@2437 2bbb7eff-a529-9590-31e7-b0007b416f81
-