summaryrefslogtreecommitdiffstats
path: root/ppapi/ppapi_gl.gypi
Commit message (Collapse)AuthorAgeFilesLines
* Enable building ppapi/examples on Mac.kinaba@chromium.org2011-11-141-2/+5
| | | | | | | | | | BUG=54005 TEST=build and run the examples on Mac (try both debug and release build) Review URL: http://codereview.chromium.org/8551001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109933 0039d316-1c4b-4281-b951-d872f2087c98
* Remove stale references to private NaCl copy of PPAPInoelallen@google.com2011-10-191-4/+4
| | | | | | | | | | | | | | This CL s a trivial change that bumps the DEPS to NaCl to bring in NaCl side cleanups and removes Chrome side stale references to XXX_nacl versions of the PPAPI libraries which were private to NaCl. TEST= try BUG= none R= brettw@chromium.org Review URL: http://codereview.chromium.org/8346011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106366 0039d316-1c4b-4281-b951-d872f2087c98
* Allow C/C++ targets to be suffixed for use in Native Client checkout.brettw@chromium.org2011-07-071-4/+4
| | | | | | Review URL: http://codereview.chromium.org/7320002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91723 0039d316-1c4b-4281-b951-d872f2087c98
* Deleted gl.gyp that had duplicate ppapi_egl target.evan@chromium.org2011-07-011-3/+0
| | | | | | Review URL: http://codereview.chromium.org/7283013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91320 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 73222 - Make target running GLES2 autogen script.gavinp@chromium.org2011-02-081-25/+0
| | | | | | | | | | | | | | | | | | | | Also lays groundwork for rebuilding Pepper OpenGL ES bindings as part of the build. BUG=none TEST=run "make ppapi_gles_bindings" or "make ppapi_gles_implementation". Review URL: http://codereview.chromium.org/5212006 TBR=neb@chromium.org This change was causing just building to create merge conflicts in clean repos. Either these targets shouldn't be part of standard build targets like "chrome" or "unit_tests", or we shouldn't have build targets which generate output into the working tree... Review URL: http://codereview.chromium.org/6461001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74161 0039d316-1c4b-4281-b951-d872f2087c98
* Make target running GLES2 autogen script.neb@chromium.org2011-01-311-0/+25
| | | | | | | | | | | Also lays groundwork for rebuilding Pepper OpenGL ES bindings as part of the build. BUG=none TEST=run "make ppapi_gles_bindings" or "make ppapi_gles_implementation". Review URL: http://codereview.chromium.org/5212006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73222 0039d316-1c4b-4281-b951-d872f2087c98
* Break ppapi.gyp into several gypi's to reduce contention and allow projects ↵noelallen@google.com2011-01-221-0/+66
to pick which portion of ppapi to use. This revents ppapi from inducing dependencies on other libraries such as base, or large code bases such as mesa in the cases where the ppapi user doesn't need them. BUG=nacl1339 TEST=None Review URL: http://codereview.chromium.org/6265022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72248 0039d316-1c4b-4281-b951-d872f2087c98