summaryrefslogtreecommitdiffstats
path: root/build/all.gyp
Commit message (Collapse)AuthorAgeFilesLines
* Fix all build wrt gles2_conform_supportgman@chromium.org2011-05-251-1/+0
| | | | | | | | TEST=build all locally BUG=83837 TBR=thakis@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86576 0039d316-1c4b-4281-b951-d872f2087c98
* Resubmit CL 86306gman@chromium.org2011-05-241-0/+2
| | | | | | | | TEST=ran locally BUG=83382 Review URL: http://codereview.chromium.org/7066028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86468 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 86306 (failed compile on win builder) - Move OpenGL ES 2.0 ↵mattm@chromium.org2011-05-231-2/+0
| | | | | | | | | | | | | | | | | | | | | conformance test support into main tree This support breaks often because it is not built but the buildbots. This CL adds it to the main tree so it will be built by the buildbots. Not sure where to add it in all.gyp but I need to make sure it's built TEST=opengl es 2.0 conformance tests still build BUG=83382 R=apatrick@chromium.org Review URL: http://codereview.chromium.org/7057033 TBR=gman@chromium.org Review URL: http://codereview.chromium.org/7066003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86316 0039d316-1c4b-4281-b951-d872f2087c98
* Move OpenGL ES 2.0 conformance test support into main treegman@chromium.org2011-05-231-0/+2
| | | | | | | | | | | | | | | | This support breaks often because it is not built but the buildbots. This CL adds it to the main tree so it will be built by the buildbots. Not sure where to add it in all.gyp but I need to make sure it's built TEST=opengl es 2.0 conformance tests still build BUG=83382 R=apatrick@chromium.org Review URL: http://codereview.chromium.org/7057033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86306 0039d316-1c4b-4281-b951-d872f2087c98
* Remove unused projects in the official builder target.nsylvain@chromium.org2011-05-131-4/+0
| | | | | | Review URL: http://codereview.chromium.org/7011028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@85221 0039d316-1c4b-4281-b951-d872f2087c98
* The gyp files don't have a way to refer to POSIX-like OS's as a group, so I ↵mark@chromium.org2011-05-121-4/+4
| | | | | | | | | | | | | | | | defined os_posix, toolkit_gtk, and use_x11 in common.gypi to handle them. I used something similar when porting Chromium 10 and 11 to OpenBSD and Solaris, plus a version of this patch has been tested on FreeBSD. Chromium has also been built on other BSDs, so rather than adding each Unix to every gyp file individually every time another port is added, these broad defines can be used instead and modified with specific logic only where necessary. I included a few modified gyp files so the usage can be seen. I also added sunos5 to some grd/html files and set the default host_arch on i86pc solaris to ia32. BUG=0 TEST={} Patch by ruben <chromium@hybridsource.org>. Review URL: http://codereview.chromium.org/6965007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@85154 0039d316-1c4b-4281-b951-d872f2087c98
* Make the Pepper proxy support in-process font rendering.brettw@chromium.org2011-05-101-0/+1
| | | | | | | | | | | | | This implements a WebKit thread in the PPAPI plugin process so we can do the font calls without IPC. The existing font support was refactored into a virtual class (to prevent PPAPI from depending on WebKit and creating a circular GYP dependency). This moves the renderer sandbox support into content/common so that it can be used by the PPAPI process. Review URL: http://codereview.chromium.org/6981001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84856 0039d316-1c4b-4281-b951-d872f2087c98
* Re-committing http://codereview.chromium.org/6803005/ after fixing multi-dll ↵georgey@chromium.org2011-05-051-0/+9
| | | | | | | | | | | | | build: Autofill phone number enhancements and integration of Phone Number Util Library: part 1 Temporarily the whole library is included, until the patch is upstreamed. BUG=71443 TEST=Unit-tested Review URL: http://codereview.chromium.org/6930013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84174 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 84000 - Autofill phone number enhancements and integration of Phone ↵georgey@chromium.org2011-05-041-9/+0
| | | | | | | | | | | | | | | Number Util Library: part 1 Temporarily the whole library is included, until the patch is upstreamed. BUG=71443 TEST=Unit-tested Review URL: http://codereview.chromium.org/6803005 TBR=georgey@chromium.org Review URL: http://codereview.chromium.org/6920006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84009 0039d316-1c4b-4281-b951-d872f2087c98
* Autofill phone number enhancements and integration of Phone Number Util ↵georgey@chromium.org2011-05-031-0/+9
| | | | | | | | | | | | Library: part 1 Temporarily the whole library is included, until the patch is upstreamed. BUG=71443 TEST=Unit-tested Review URL: http://codereview.chromium.org/6803005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84000 0039d316-1c4b-4281-b951-d872f2087c98
* Add chromium_builder_qa dependency to perf target.cmp@chromium.org2011-04-231-0/+1
| | | | | | | | | | | | Add pyauto to the perf target by depending on chromium_builder_qa from chromium_builder_perf. BUG=79636 TEST=pyauto is built by the perf builders Review URL: http://codereview.chromium.org/6881065 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@82757 0039d316-1c4b-4281-b951-d872f2087c98
* Add crypto to the list of "all" projects.rvargas@google.com2011-04-151-0/+7
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/6850032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81763 0039d316-1c4b-4281-b951-d872f2087c98
* Remove gyp target of the candidate_window binary.yusukes@google.com2011-04-141-6/+0
| | | | | | | | | | | | | | | BUG=chromium-os:11381 TEST=ran try Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=77098 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=77441 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=81365 Review URL: http://codereview.chromium.org/6592062 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81554 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "Remove gyp target of the candidate_window binary."yusukes@google.com2011-04-131-0/+6
| | | | | | | | | | This reverts commit 08c1921d6f6d15615a462fac499039723e144334. BUG=chromium-os:11381 TEST=none TBR=satorux git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81372 0039d316-1c4b-4281-b951-d872f2087c98
* Remove gyp target of the candidate_window binary.yusukes@google.com2011-04-131-6/+0
| | | | | | | | | | | | | BUG=chromium-os:11381 TEST=ran try Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=77098 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=77441 Review URL: http://codereview.chromium.org/6592062 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81365 0039d316-1c4b-4281-b951-d872f2087c98
* Reverting most of r81003.bradnelson@google.com2011-04-081-4/+5
| | | | | | | | | BUG=None TEST=None TBR=nsylvain Review URL: http://codereview.chromium.org/6825016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81006 0039d316-1c4b-4281-b951-d872f2087c98
* Turning on more 2010 targets.bradnelson@google.com2011-04-081-5/+4
| | | | | | | | | | Dropping unneeded nacl dependency on chrome frame. BUG=None TEST=None Review URL: http://codereview.chromium.org/6822010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81003 0039d316-1c4b-4281-b951-d872f2087c98
* Switching on more targets for msvs2010.bradnelson@google.com2011-04-081-0/+51
| | | | | | | | | BUG=None TEST=None R=nsylvain@google.com Review URL: http://codereview.chromium.org/6813036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80967 0039d316-1c4b-4281-b951-d872f2087c98
* Initial CL for a simple port monitor for Windows to be used by the Cloud ↵abodenha@chromium.org2011-04-061-0/+1
| | | | | | | | | | Print Virtual Print driver. TEST=Everything should build and unit tests should pass. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=80678 Review URL: http://codereview.chromium.org/6778001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80716 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 80678 - Initial CL for a simple port monitor for Windows to be used ↵abodenha@chromium.org2011-04-061-1/+0
| | | | | | | | | by the Cloud Print Virtual Print driver.TEST=Everything should build and unit tests should pass.Review URL: http://codereview.chromium.org/6778001 TBR=abodenha@chromium.org Review URL: http://codereview.chromium.org/6806016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80688 0039d316-1c4b-4281-b951-d872f2087c98
* Initial CL for a simple port monitor for Windows to be used by the Cloud ↵abodenha@chromium.org2011-04-061-0/+1
| | | | | | | | | Print Virtual Print driver. TEST=Everything should build and unit tests should pass. Review URL: http://codereview.chromium.org/6778001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80678 0039d316-1c4b-4281-b951-d872f2087c98
* Adding builder target for msvs2010.bradnelson@google.com2011-04-041-0/+7
| | | | | | | | | | | | Starting with just chrome. Will add more as I've validated its green. BUG=None TEST=None R=nsylvain@chromium.org Review URL: http://codereview.chromium.org/6691035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80370 0039d316-1c4b-4281-b951-d872f2087c98
* Add JingleThreadWrapper.sergeyu@chromium.org2011-03-281-8/+8
| | | | | | | | | | | JingleThreadWrapper wraps chromium thread with a talk_base::Thread interface. BUG=None TEST=Unittests Review URL: http://codereview.chromium.org/6747017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79576 0039d316-1c4b-4281-b951-d872f2087c98
* Adding sync_integration_tests to the chromeos_builder target.bradnelson@google.com2011-03-221-0/+1
| | | | | | | | | | | This will cause the sync_integration_tests to be built on the trybots, however, they won't be run unless bot changes are made. BUG=None TEST=None Review URL: http://codereview.chromium.org/6724005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79053 0039d316-1c4b-4281-b951-d872f2087c98
* Normalize the top-level ui/ module.rsesek@chromium.org2011-03-181-7/+7
| | | | | | | | | | | | | | | | This CL creates four .gypi files that are included in /ui/ui.gyp. This allows for a single unittest binary for all the submodules, rather than having individual unittest binaries for each submodule. To not break the buildbot, this creates a fake target that copies ui_unittests to gfx_unittests as temporary scaffolding. BUG=72317 TEST=gfx_unittests (really ui_unittests) passes Review URL: http://codereview.chromium.org/6688007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78711 0039d316-1c4b-4281-b951-d872f2087c98
* Remove Gears from Chrome.aa@chromium.org2011-03-111-1/+0
| | | | | | | | | | There are probably a few more bits and pieces that can be removed, but I think this is the majority of it. BUG=51934 Review URL: http://codereview.chromium.org/6576020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@77888 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "Remove gyp target of the candidate_window binary."yusukes@google.com2011-03-091-0/+6
| | | | | | | | | | This reverts commit f51999bb180fc76ec155d1ec5589626ecd132a82. BUG=chromium-os:11381 TEST=None TBR=satorux git-svn-id: svn://svn.chromium.org/chrome/trunk/src@77442 0039d316-1c4b-4281-b951-d872f2087c98
* Remove gyp target of the candidate_window binary.yusukes@google.com2011-03-091-6/+0
| | | | | | | | | | | BUG=chromium-os:11381 TEST=ran try Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=77098 Review URL: http://codereview.chromium.org/6592062 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@77441 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "Remove gyp target of the candidate_window binary."yusukes@google.com2011-03-071-0/+6
| | | | | | | | | | This reverts commit 72c57bf7dd6cb21708ba0b18a59d6b23196f65f4. BUG=chromium-os:11381 TEST=None TBR=satorux git-svn-id: svn://svn.chromium.org/chrome/trunk/src@77100 0039d316-1c4b-4281-b951-d872f2087c98
* Remove gyp target of the candidate_window binary.yusukes@google.com2011-03-071-6/+0
| | | | | | | | | BUG=chromium-os:11381 TEST=ran try Review URL: http://codereview.chromium.org/6592062 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@77098 0039d316-1c4b-4281-b951-d872f2087c98
* Add chromedriver to windows official build target.kkania@chromium.org2011-03-021-0/+1
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/6594068 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76513 0039d316-1c4b-4281-b951-d872f2087c98
* Adding courgette64 to the list of things built on the official builder.bradnelson@google.com2011-02-281-0/+1
| | | | | | | | | BUG=72459 TEST=None Review URL: http://codereview.chromium.org/6598052 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76293 0039d316-1c4b-4281-b951-d872f2087c98
* Add gfx_unittests to the Valgrind/Mac build targettimurrrr@chromium.org2011-02-161-0/+1
| | | | | | Review URL: http://codereview.chromium.org/6480111 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75081 0039d316-1c4b-4281-b951-d872f2087c98
* Add new target for building qa-related targets on the qa waterfall.kkania@chromium.org2011-02-041-1/+15
| | | | | | | | | | Only depend on pyautolib if the target exists. BUG=none TEST=none Review URL: http://codereview.chromium.org/6368109 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73859 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 73825 - Add new target for building qa-related targets on the qa ↵kkania@chromium.org2011-02-041-9/+1
| | | | | | | | | | | | | | waterfall. BUG=none TEST=none Review URL: http://codereview.chromium.org/6246110 TBR=nirnimesh@chromium.org Review URL: http://codereview.chromium.org/6410086 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73826 0039d316-1c4b-4281-b951-d872f2087c98
* Add new target for building qa-related targets on the qa waterfall.kkania@chromium.org2011-02-041-1/+9
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/6246110 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73825 0039d316-1c4b-4281-b951-d872f2087c98
* Move src/gfx/ to src/ui/gfxsail@chromium.org2011-02-021-6/+6
| | | | | | | | | | | To reduce the size of this change I've left stub header files in src/gfx/. Once all includes have been updated I'll delete the stub files. BUG=71063 TEST=Still doing test builds. Review URL: http://codereview.chromium.org/6246027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73530 0039d316-1c4b-4281-b951-d872f2087c98
* Disabling building of CEEE; we will be moving the code to a separatejoi@chromium.org2011-01-311-1/+0
| | | | | | | | | | | repository. Removing chrome_frame -> ceee dependency. BUG=none TEST=none Review URL: http://codereview.chromium.org/6386025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73195 0039d316-1c4b-4281-b951-d872f2087c98
* Add views_unittests to chromeos_builder target.thestig@chromium.org2011-01-251-1/+2
| | | | | | | | BUG=64211 TEST=none Review URL: http://codereview.chromium.org/6338016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72528 0039d316-1c4b-4281-b951-d872f2087c98
* Add a chromium_builder_perf target.chase@chromium.org2011-01-241-2/+15
| | | | | | | | | | | | | | | | | | | | | Create a chromium_builder_perf target for all platforms which refers to projects the Chromium Perf bots use to test Chromium's performance. This is a reduced target to allow the perf bots to cycle faster (builder builds fewer targets and bots download smaller archives). Add crash_service to test_support_ui and remove it from projects that depend on test_support_ui. This allows projects that just build page_cycler_tests, startup_tests, etc on Windows to get crash_service. BUG=70580 TEST=all continues to work, chromium_builder_perf works, builds crash_service on windows Review URL: http://codereview.chromium.org/6271015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72359 0039d316-1c4b-4281-b951-d872f2087c98
* Build the views unittests in the builder targer. Also fix ordering.nsylvain@chromium.org2011-01-201-6/+7
| | | | | | Review URL: http://codereview.chromium.org/6347011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71918 0039d316-1c4b-4281-b951-d872f2087c98
* Roll WebKit DEPS past WebKit move. Update gyp files and include paths to ↵abarth@chromium.org2011-01-171-4/+4
| | | | | | reflect the move. Consolidate how we DEPS in WebKit source files. Cross fingers. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71586 0039d316-1c4b-4281-b951-d872f2087c98
* Move OSExchangeData from src/app to src/ui/base/dragdropben@chromium.org2011-01-121-1/+0
| | | | | | | | | | BUG=none TEST=none TBR=brettw Review URL: http://codereview.chromium.org/6200005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71205 0039d316-1c4b-4281-b951-d872f2087c98
* Move animation code to new ui/base/animation directory.ben@chromium.org2011-01-071-0/+1
| | | | | | | | | | BUG=none TEST=none TBR=brettw Review URL: http://codereview.chromium.org/6154001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70743 0039d316-1c4b-4281-b951-d872f2087c98
* Allow the official target to be used for non-official builds.nsylvain@chromium.org2011-01-071-3/+9
| | | | | | | | | Make sure we include PDF only when it is available. (It is not available on the normal non-official builds. Review URL: http://codereview.chromium.org/6125002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70698 0039d316-1c4b-4281-b951-d872f2087c98
* Add back building of policy templates to the official buildersgfeher@chromium.org2011-01-051-0/+1
| | | | | | | | | BUG=68562 TEST=policy_templates.zip should reappear in the offical builds Review URL: http://codereview.chromium.org/6019008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70495 0039d316-1c4b-4281-b951-d872f2087c98
* Add new target for building gpu-related tests.kkania@chromium.org2010-12-151-1/+9
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/5901002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69291 0039d316-1c4b-4281-b951-d872f2087c98
* Fix typo in the official build targetnsylvain@chromium.org2010-12-151-1/+1
| | | | | | Review URL: http://codereview.chromium.org/5905002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69288 0039d316-1c4b-4281-b951-d872f2087c98
* Add an official target in the gyp file for the official builder (not tested yet)nsylvain@chromium.org2010-12-141-0/+26
| | | | | | Review URL: http://codereview.chromium.org/5786005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69172 0039d316-1c4b-4281-b951-d872f2087c98
* Add safe browsing tests to dbg mac valgrind build.lzheng@chromium.org2010-12-101-0/+1
| | | | | | | | BUG=64089 TEST=none Review URL: http://codereview.chromium.org/5750001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@68861 0039d316-1c4b-4281-b951-d872f2087c98