summaryrefslogtreecommitdiffstats
path: root/ppapi/BUILD.gn
Commit message (Collapse)AuthorAgeFilesLines
* Add to GN ppapi build.brettw@chromium.org2014-07-211-0/+38
| | | | | | | | | | This should be everything except tests and examples. R=bbudge@chromium.org Review URL: https://codereview.chromium.org/403023002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284451 0039d316-1c4b-4281-b951-d872f2087c98
* Remove apps in Pepper support and the PPB_Alarms_Dev API.yzshen@chromium.org2014-06-161-6/+0
| | | | | | | | | BUG=366304 TEST=None Review URL: https://codereview.chromium.org/314823002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@277513 0039d316-1c4b-4281-b951-d872f2087c98
* Update skia and ui GN buildsbrettw@chromium.org2014-05-311-1/+1
| | | | | | | | | | | | | | | | | | Change some targets to source sets. These are small ones that are currently depended on by other source sets. This avoids some duplicate symbols. duplicated. Fix some conditions around the touch_device in ui/base. Lots of Skia build fixes. It turns out our skia library does not use the "util" target, and some of the files in "util" reference functions that it seems are never defined in any file. This removes the ones in our list that weren't in skia_library.gypi to make accessibility_unittests link. Update gesture recogniser file lists. BUG=377890 TBR=scottmg Review URL: https://codereview.chromium.org/305993002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274022 0039d316-1c4b-4281-b951-d872f2087c98
* Add ppapi, improve Windows GN build.brettw@chromium.org2014-05-271-0/+725
This adds ppapi-related targets except the tests to the GN build. Did some minor tweaks to the .gypi ppapi lists. Some files were duplicated between the trusted and common lists which causes errors in GN (it doesn't uniquify the lists like GYP). Common is used in every place trusted is, so I just removed the duplicates from the trusted list. Fixed some warnings in skia and tcmalloc. Added the ability to undefine NOMINMAX on Windows. Fixed some src/ui Windows compilation issues. BUG= R=scottmg@chromium.org Review URL: https://codereview.chromium.org/305513003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273016 0039d316-1c4b-4281-b951-d872f2087c98