summaryrefslogtreecommitdiffstats
path: root/build/all.gyp
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Integrates libjpeg-turbo into Chromium (Chromium side)hbono@chromium.org2010-12-071-1/+1
| | | | | | | | | | This change is the Chromium-side change that integrates libjpeg-turbo into Chromium. (We need another change for WebKit.) It adds a GYP option 'libjpeg_turbo' so we can switch from libjpeg to libjpeg-turbo and use libjpeg-turbo when its value is 1. (Unfortunately, its value must be 0 for now to avoid build breaks until we land all changes required for libjpeg-turbo.) BUG=48789 TEST=build Chromium. Review URL: http://codereview.chromium.org/5292007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@68453 0039d316-1c4b-4281-b951-d872f2087c98
* Stop using the old layout test plugin.tony@chromium.org2010-11-291-2/+2
| | | | | | | | | | | | I haven't deleted it yet because it might be useful for debugging failures. I'll delete it in a separate change so it's easy for someone to cherry pick the change back. BUG=64260 Review URL: http://codereview.chromium.org/5301003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67571 0039d316-1c4b-4281-b951-d872f2087c98
* Add the views unittests to the windows buildbot target to make surensylvain@chromium.org2010-11-241-0/+1
| | | | | | | | it is available on the slaves. Review URL: http://codereview.chromium.org/5361001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67217 0039d316-1c4b-4281-b951-d872f2087c98
* Add qcms library for applying ICC color profile transforms to images. Thisabarth@chromium.org2010-11-121-0/+1
| | | | | | | | | | library is currently unused. http://codereview.chromium.org/4855001/ git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65970 0039d316-1c4b-4281-b951-d872f2087c98
* iccjpeg library for jpeg color profilesfbarchard@chromium.org2010-11-021-1/+2
| | | | | | | | | BUG=61627 TEST=none Review URL: http://codereview.chromium.org/4244005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64817 0039d316-1c4b-4281-b951-d872f2087c98
* Use PPAPI from chrome trunk rather than pulling via deps. This is a re-land ↵brettw@chromium.org2010-11-021-1/+1
| | | | | | from r64716. This is identical with an an include directory changed in the ppapi repo which I'm hoping was what was confusing everything. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64757 0039d316-1c4b-4281-b951-d872f2087c98
* Revert PPAPI change due to Linux compile failures.brettw@chromium.org2010-11-021-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64751 0039d316-1c4b-4281-b951-d872f2087c98
* Use PPAPI from chrome trunk rather than pulling via deps.brettw@chromium.org2010-11-021-1/+1
| | | | | | | | | This is a re-land from r64716. This is identical with an an include directory changed in the ppapi repo which I'm hoping was what was confusing everything. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64750 0039d316-1c4b-4281-b951-d872f2087c98
* Integrating CEEE into top-level .gyp files so that it builds.joi@chromium.org2010-11-021-0/+1
| | | | | | | | | | TEST=it compiles, 'ceee' root folder is seen in Visual Studio projects tree BUG=none Review URL: http://codereview.chromium.org/4287001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64735 0039d316-1c4b-4281-b951-d872f2087c98
* Revert PPAPI change.brettw@chromium.org2010-11-021-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64719 0039d316-1c4b-4281-b951-d872f2087c98
* Use PPAPI from chrome trunk rather than pulling via deps.brettw@chromium.org2010-11-021-1/+1
| | | | | | | | | This is a re-land from r64716. This is identical with an an include directory changed in the ppapi repo which I'm hoping was what was confusing everything. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64718 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 64716 - Switch to the new PPAPI repository. This removes the DEPS ↵brettw@chromium.org2010-11-021-1/+1
| | | | | | | | | | | | | | entry that refers to the PPAPI repo, and fixes the includes to use the new location. TEST=it compiles BUG=none Review URL: http://codereview.chromium.org/4164015 TBR=brettw@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64717 0039d316-1c4b-4281-b951-d872f2087c98
* Switch to the new PPAPI repository. This removes the DEPS entry that refers tobrettw@chromium.org2010-11-021-1/+1
| | | | | | | | | | the PPAPI repo, and fixes the includes to use the new location. TEST=it compiles BUG=none Review URL: http://codereview.chromium.org/4164015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64716 0039d316-1c4b-4281-b951-d872f2087c98
* Add a new project used by the chromium builders.nsylvain@chromium.org2010-10-251-0/+54
| | | | | | | | | BUG=None TEST=None Review URL: http://codereview.chromium.org/4092001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63783 0039d316-1c4b-4281-b951-d872f2087c98
* Make USE_OPENSSL and USE_NSS mutually exclusivejoth@chromium.org2010-10-221-1/+5
| | | | | | | | | | | | | | | | | | - that is, defining use_openssl=1 will now remove all dependency on NSS. This does not impact any of the standard, non-openssl builds. Adds stub implementations of several files that need to be fully implemented in follow up patchs. Firefox import code will need some more substatial refactoring, as it makes little sense to be attempting a firefox import without NSS libraries to hand, however the UI etc has numerous assumption about the presence of this importer. BUG=None TEST=None Review URL: http://codereview.chromium.org/3855004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63506 0039d316-1c4b-4281-b951-d872f2087c98
* Add libwebp library source and gyp file.fbarchard@chromium.org2010-10-071-1/+2
| | | | | | | | | BUG=58225 TEST=library should build Review URL: http://codereview.chromium.org/3614010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61828 0039d316-1c4b-4281-b951-d872f2087c98
* Create test for safebrowsing_test lzheng@chromium.org2010-09-171-0/+4
| | | | | | | | TEST=none BUG=none Review URL: http://codereview.chromium.org/3383006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@59865 0039d316-1c4b-4281-b951-d872f2087c98
* Add app_unittests and sync_unit_tests to chromium_builder_dbg_valgrind_macglider@chromium.org2010-08-301-0/+1
| | | | | | | | TBR=timurrrr Review URL: http://codereview.chromium.org/3288002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57854 0039d316-1c4b-4281-b951-d872f2087c98
* Add a new target for building all Valgrind tests for Mac OSglider@chromium.org2010-08-181-0/+18
| | | | | | | | | | | | This includes the ui_tests, all the tests previously built by ThreadSanitizer Mac bot (see the 'chromium_builder_dbg_mac_tsan' target) and all the tests previously built by Memcheck Mac bot (see buildbot/master.chromium.memory/master.cfg) Review URL: http://codereview.chromium.org/3135020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56509 0039d316-1c4b-4281-b951-d872f2087c98
* Relanding r53076 with linux fix.apatrick@chromium.org2010-07-271-1/+1
| | | | | | | | TEST=try BUG=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53810 0039d316-1c4b-4281-b951-d872f2087c98
* Mac: Really build interactive_ui_tests on the bots.thakis@chromium.org2010-07-271-0/+1
| | | | | | | | BUG=21276 Review URL: http://codereview.chromium.org/3028027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53755 0039d316-1c4b-4281-b951-d872f2087c98
* Build sync integration tests on our builders in preparation of runningnsylvain@chromium.org2010-07-241-0/+3
| | | | | | | | this test. Review URL: http://codereview.chromium.org/3036019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53596 0039d316-1c4b-4281-b951-d872f2087c98
* Build the nacl_sandbox tests on the bot. We will soon run them.nsylvain@chromium.org2010-07-241-0/+3
| | | | | | Review URL: http://codereview.chromium.org/3015025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53558 0039d316-1c4b-4281-b951-d872f2087c98
* Don't build unit_tests on TSan/Win bot.timurrrr@chromium.org2010-07-211-1/+0
| | | | | | | | | BUG=49756 TBR=thestig TEST=TSan/Win bot should become green Review URL: http://codereview.chromium.org/3031017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53166 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 53076 - GYP changed to extract D3DX9 DLL into product dir.pinkerton@chromium.org2010-07-201-1/+1
| | | | | | | | | | | | | | | | | This is so ANGLE will find it. Also added ANGLE as a Chrome dependency. There must be a better way to detect whether there is a directxsdk directory in third_party. I'm open to ideas. TEST=try, check d3dx9 is copied to product dir when building chrome, check ANGLE initializes BUG=45898 Review URL: http://codereview.chromium.org/2843060 TBR=apatrick@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53079 0039d316-1c4b-4281-b951-d872f2087c98
* GYP changed to extract D3DX9 DLL into product dir.apatrick@chromium.org2010-07-201-1/+1
| | | | | | | | | | | | | | | This is so ANGLE will find it. Also added ANGLE as a Chrome dependency. There must be a better way to detect whether there is a directxsdk directory in third_party. I'm open to ideas. TEST=try, check d3dx9 is copied to product dir when building chrome, check ANGLE initializes BUG=45898 Review URL: http://codereview.chromium.org/2843060 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53076 0039d316-1c4b-4281-b951-d872f2087c98
* Build OSMesa on all platforms and not just on bots.apatrick@chromium.org2010-07-151-3/+1
| | | | | | | | | | | It was only built on Windows bots before. The new --use-gl switch will now prevent Chrome from using it by default if it finds the shared library, which was the previous behavior. TEST=try BUG=none Review URL: http://codereview.chromium.org/2911011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52568 0039d316-1c4b-4281-b951-d872f2087c98
* Include the Chrome Frame binary in Chrome installers. Note that it will only ↵robertshield@chromium.org2010-07-071-1/+0
| | | | | | | | | | | | | be registered (and thus used) if the installer is run with the --chrome-frame flag. Remove a bunch of CF-specific code in the process. BUG=46818 TEST=Can use the same mini_installer.exe to install either Chrome or Chrome Frame. Review URL: http://codereview.chromium.org/2839009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51729 0039d316-1c4b-4281-b951-d872f2087c98
* Move chrome/common/net/notifier to jingle/notifier so that it can be used by ↵ajwong@chromium.org2010-06-301-17/+18
| | | | | | | | | | | remoting/remoting.gyp. BUG=none TEST=compiles Review URL: http://codereview.chromium.org/2885005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51216 0039d316-1c4b-4281-b951-d872f2087c98
* Move candidate_window.cc/gyp to input_method directory.satorux@chromium.org2010-06-211-2/+2
| | | | | | | | | BUG=chromium-os:4063 TEST=make -j8 BUILDTYPE=Release candidate_window Review URL: http://codereview.chromium.org/2818017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50335 0039d316-1c4b-4281-b951-d872f2087c98
* Enable remoting unittests to run on build botshclam@chromium.org2010-06-111-2/+8
| | | | | | | | | | Renamed chromoting.gyp to remoting.gyp. Also enabled remoting_unittests to be executed on the build bots. Review URL: http://codereview.chromium.org/2720007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49609 0039d316-1c4b-4281-b951-d872f2087c98
* Link with RLZ library from open source repo.rogerta@google.com2010-06-101-1/+1
| | | | | | | | | | | | | In order to pass the check dependency step in the build, I added rlz to the include_rules in DEPS. However, I am not sure this is the best solution. TEST=Make sure that the RLZ pings from chrome are the sameas they were with the old RLZ dll BUG=none Review URL: http://codereview.chromium.org/2755002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49399 0039d316-1c4b-4281-b951-d872f2087c98
* Move npapi_layout_test_plugin target to webkit_support to use it fromtkent@google.com2010-06-101-1/+1
| | | | | | | | | | | | | | | | | | | | WebKit DumpRenderTree. The following code change affects only WebKit DumpRenderTree. * webkit_support.cc - WebPluginImplWithPageDelegate passes a plugin path and MIME type to WebPluginImpl. - CreateWebPlugin checks a MIME type. This is the same logic as test_shell. * test_webplugin_page_delegate.h Creates and returns a WebPluginDelegateImpl instance. BUG=none TEST=none Review URL: http://codereview.chromium.org/2729004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49372 0039d316-1c4b-4281-b951-d872f2087c98
* Added ANGLE to Windows build.apatrick@chromium.org2010-06-091-0/+1
| | | | | | | | | | | Also added paths to DirectX SDK to common.gypi because ANGLE requires headers and libraries not part of the Windows Platform SDK. TEST=trybots BUG=none Review URL: http://codereview.chromium.org/2685002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49323 0039d316-1c4b-4281-b951-d872f2087c98
* Add chromoting option for gyp.sergeyu@chromium.org2010-06-081-0/+5
| | | | | | | | | TEST=none BUG=none Review URL: http://codereview.chromium.org/2745004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49201 0039d316-1c4b-4281-b951-d872f2087c98
* Build fixhclam@chromium.org2010-06-071-1/+0
| | | | | | | | | | | Remove remoting.gyp in all.gyp TBR=garykac@google.com TEST=Tree goes green Review URL: http://codereview.chromium.org/2729001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49116 0039d316-1c4b-4281-b951-d872f2087c98
* Fix chromoting build issues on Windowshclam@chromium.org2010-06-071-0/+1
| | | | | | | | | | Fixed compilation errors on windows. TEST=chromoting builds on windows Review URL: http://codereview.chromium.org/2711001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49115 0039d316-1c4b-4281-b951-d872f2087c98
* Remove the old RLZ dll from the chrome code. There are no code dependenciesrogerta@google.com2010-06-071-1/+1
| | | | | | | | | | | | | | | on this project; its only purpose is to copy the rlz.dll file to the correct spot in the output directory. This is the first step in getting the new open source RLZ library into chromium. A following CL will add the calls to new implementation. BUG=none TEST=none Review URL: http://codereview.chromium.org/2640003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49059 0039d316-1c4b-4281-b951-d872f2087c98
* Use SSLClientSocketNSS on Mac OS X. By default, chrome still useswtc@chromium.org2010-06-011-1/+6
| | | | | | | | | | | | | | | | | | SSLClientSocketMac. Specify the --use-nss-for-ssl command-line option to use SSLClientSocketNSS. The nss.gyp in src/net/third_party/nss is renamed ssl.gyp to avoid a naming conflict with the nss.gyp in src/third_party/nss. The GYP generator for Xcode project files disallows same-named .gyp files. SSL client authentication doesn't work yet. R=mark BUG=30689 TEST=No build and test failures on Mac and Windows. Review URL: http://codereview.chromium.org/2322008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48650 0039d316-1c4b-4281-b951-d872f2087c98
* Remove sync_unit_tests from chromium_builder_dbg_tsan_mac to fix compilation onglider@chromium.org2010-05-271-1/+0
| | | | | | | | | | | the TSan bot BUG=45207 TBR=akalin Review URL: http://codereview.chromium.org/2309002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48378 0039d316-1c4b-4281-b951-d872f2087c98
* remove dependencies on obsolete chrome os login helper binaries. This has a ↵cmasone@google.com2010-05-241-2/+0
| | | | | | | | | | | nice side effect of getting rid of some circular GYP dependencies introduced by these targets. BUG=35308 TEST=build chrome, look for session and emit_login_prompt_ready in the output dir; they should not be there. Review URL: http://codereview.chromium.org/2078026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48094 0039d316-1c4b-4281-b951-d872f2087c98
* Break gyp cycles on Linux.tony@chromium.org2010-05-241-3/+3
| | | | | | | | | | The cycle is between installer.gyp and chrome.gyp. The fix is to switch installer.gyp into installer.gypi and include it into chrome.gyp BUG=35308 Review URL: http://codereview.chromium.org/2067018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48007 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 47897 - Linux: Add libunwind as a dependency of tcmalloc in 64 bit mode.willchan@chromium.org2010-05-211-8/+1
| | | | | | | | | | | | | | Based on willchan's patch here: http://codereview.chromium.org/2109009/show BUG=40149 TEST=none TBR=willchan Review URL: http://codereview.chromium.org/2137010 TBR=thestig@chromium.org Review URL: http://codereview.chromium.org/2107016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47933 0039d316-1c4b-4281-b951-d872f2087c98