summaryrefslogtreecommitdiffstats
path: root/build
Commit message (Collapse)AuthorAgeFilesLines
* Whitespace change part 2.jhawkins@chromium.org2010-06-251-1/+2
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50883 0039d316-1c4b-4281-b951-d872f2087c98
* Whitespace change to kick the builders.jhawkins@chromium.org2010-06-251-1/+1
| | | | | | | | TBR=none BUG=none TEST=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50880 0039d316-1c4b-4281-b951-d872f2087c98
* Create a "whitespace" file used for making non-code related changes for ↵rsesek@chromium.org2010-06-251-0/+5
| | | | | | | | | | | triggering builds. BUG=none TEST=none Review URL: http://codereview.chromium.org/2847028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50846 0039d316-1c4b-4281-b951-d872f2087c98
* Canvas refactoring part 2.ben@chromium.org2010-06-231-5/+0
| | | | | | | | | | | | - Rename Canvas to CanvasSkia. - Create a subclass Canvas that inherits from CanvasSkia for compatibility. BUG=none TEST=none Review URL: http://codereview.chromium.org/2862025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50664 0039d316-1c4b-4281-b951-d872f2087c98
* Enable gpu on all targetspiman@chromium.org2010-06-221-9/+4
| | | | | | Review URL: http://codereview.chromium.org/2853011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50519 0039d316-1c4b-4281-b951-d872f2087c98
* Make right-clicking the omnibox with nothing selected select all (just like ↵pkasting@chromium.org2010-06-221-1/+1
| | | | | | | | | | | | | left-clicking). Eat middle-mouse clicks on the omnibox to avoid tripping a CRichEditCtrl bug. Original patch by Jared Wein (see http://codereview.chromium.org/2241003 ), r=me. BUG=6873, 30134 TEST=Middle-click the omnibox, then try to click it (or any other UI element), and make sure the click has an effect. Select a portion of the URL and right-click on the omnibox. Notice that the selection does not change. Clear the selection and right-click on the omnibox and notice that the URL is automatically selected. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50420 0039d316-1c4b-4281-b951-d872f2087c98
* -. Add new variables for multi dll build:victorw@chromium.org2010-06-211-21/+50
| | | | | | | | | | | | | | | | | | 1. multi_dll_build: whether or not to build multi dll version. 2. component: used for library that can be built as DLL. component is set to shared_library if multi_dll_build==1, in other cases, it is set to "<(library)". -. Fix win_use_allocator_shim comments and some MSVCRT related settings. Note: this patch just adds new variables. They are not ready to use yet. R=darin BUG=46311 TEST=none Review URL: http://codereview.chromium.org/2836013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50362 0039d316-1c4b-4281-b951-d872f2087c98
* [Mac] force -Wextra on for all chromium code. Not bothering with a local ↵thomasvl@chromium.org2010-06-211-15/+10
| | | | | | | | | | switch since there shouldn't be a reason to allow overrides of this. BUG=34160 TEST=none Review URL: http://codereview.chromium.org/2854013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50355 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
* - Webkit Roll 61360:61384tkent@google.com2010-06-181-10/+12
| | | | | | | | | | | - Enable PROGRESS_TAG and METER_TAG BUG=none TEST=none TBR=dglazkov,hclam Review URL: http://codereview.chromium.org/2818015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50216 0039d316-1c4b-4281-b951-d872f2087c98
* Set use_accelerated_compositing gyp variable to 1 whenever the gpu ↵vangelis@chromium.org2010-06-171-0/+1
| | | | | | | | | | | compositor code is compiled in. This will allows us to conditionaly link in the appropriate dependencies that the compositor code needs. BUG=46834 Review URL: http://codereview.chromium.org/2806013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50163 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 49982 - patchthakis@chromium.org2010-06-161-10/+2
| | | | | | | TBR=thakis@chromium.org Review URL: http://codereview.chromium.org/2825006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50002 0039d316-1c4b-4281-b951-d872f2087c98
* patchthakis@chromium.org2010-06-161-2/+10
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49982 0039d316-1c4b-4281-b951-d872f2087c98
* DevTools: use ScriptDebugServer instead of v8 debugger protocolyurys@chromium.org2010-06-161-0/+1
| | | | | | | | TBR=pfeldman Review URL: http://codereview.chromium.org/2841005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49903 0039d316-1c4b-4281-b951-d872f2087c98
* Really rollout http://codereview.chromium.org/2458005 at revision r49770.andreip@chromium.org2010-06-151-1/+0
| | | | | | Review URL: http://codereview.chromium.org/2811005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49786 0039d316-1c4b-4281-b951-d872f2087c98
* Add support for turning on -Wextra on the mac. Doesn't compile that way, ↵thomasvl@chromium.org2010-06-151-1/+15
| | | | | | | | | | but makes it easier to enable it in a build to start working toward it. BUG=34160 TEST=none Review URL: http://codereview.chromium.org/2822004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49785 0039d316-1c4b-4281-b951-d872f2087c98
* DevTools: rollout 49770yurys@chromium.org2010-06-151-1/+1
| | | | | | | | | | DevTools test expectations need to be updated in WebKit first. TBR=pfeldman Review URL: http://codereview.chromium.org/2833005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49773 0039d316-1c4b-4281-b951-d872f2087c98
* DevTools: use ScriptDebugServer instead of v8 debugging protocolyurys@chromium.org2010-06-151-0/+1
| | | | | | Review URL: http://codereview.chromium.org/2458005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49770 0039d316-1c4b-4281-b951-d872f2087c98
* Compile ACCELERATED_COMPOSITING and 3D CSS transform code by default on ↵vangelis@chromium.org2010-06-141-1/+1
| | | | | | | | | | | windows. Other platforms will still require the use_accelerated_compositing=1 GYP define. BUG=46085 Review URL: http://codereview.chromium.org/2764003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49697 0039d316-1c4b-4281-b951-d872f2087c98
* Enable remoting unittests to run on build botshclam@chromium.org2010-06-112-7/+13
| | | | | | | | | | 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
* Second try of building a version of base with -fPIC for internal plugin. ↵jam@chromium.org2010-06-111-0/+2
| | | | | | | | Credit to bradnelson. Review URL: http://codereview.chromium.org/2767010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49597 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 49503 - Fix build failure from previous change.jam@chromium.org2010-06-111-2/+0
| | | | | | | | | Review URL: http://codereview.chromium.org/2796004 TBR=jam@chromium.org Review URL: http://codereview.chromium.org/2790010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49504 0039d316-1c4b-4281-b951-d872f2087c98
* Fix build failure from previous change.jam@chromium.org2010-06-111-0/+2
| | | | | | Review URL: http://codereview.chromium.org/2796004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49503 0039d316-1c4b-4281-b951-d872f2087c98
* Enable chromoting in the build by defaulthclam@chromium.org2010-06-111-2/+5
| | | | | | | | | | Set chromoting to be built by default. Also defines a ENABLE_CHROMOTING flag if chromoting is enabled in the build system so we can exclude chromoting if we don't want chromoting code to be linked in. Review URL: http://codereview.chromium.org/2788003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49482 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
* Fix chrome build inside the Chromium OS build chroot.satorux@chromium.org2010-06-101-22/+26
| | | | | | | | | | | | | | | | | | | | | | | | | In the chroot used for building Chromium OS, gnome-keyring is not installed so the gyp fails with the errors like: Exception: Call to 'pkg-config --cflags gnome-keyring-1' returned exit status 1. while loading dependencies of src/base/base.gyp while loading dependencies of src/net/net.gyp while loading dependencies of src/app/app.gyp while loading dependencies of src/build/all.gyp while trying to load src/build/all.gyp failed to run command: /usr/bin/python src/build/gyp_chromium BUG=chromium-os:4000 TEST=Tested on Ubuntu and in the chroot: On Ubuntu: % sudo apt-get remove libgnome-keyring-dev % GYP_DEFINES="chromeos=0" gclient runhooks' ... gyp fails as libgnome-keyring-dev is not installed ... % GYP_DEFINES="chromeos=1" gclient runhooks' ... gyp succeeds ... In the chromium os build chroot: % emerge-x86-generic chromeos-chrome ... gyp suceeds ... Review URL: http://codereview.chromium.org/2729010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49373 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
* Reland r49135: Linux: enable compiling GNOME Keyring and KWallet ↵mdm@chromium.org2010-06-102-37/+52
| | | | | | | | | | | integration. It's still unused. BUG=12351,25404 TEST=GNOME Keyring and KWallet get compiled, but add no new library dependencies Review URL: http://codereview.chromium.org/2774002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49370 0039d316-1c4b-4281-b951-d872f2087c98
* Added EGL based GLContext.apatrick@chromium.org2010-06-091-8/+0
| | | | | | | | | | | | | | Python script to generate code to dynamically bind to GL functions (native GL, OSMesa, EGL or mock GL for unit tests). This replaces GLEW because GLEW doesn't bind to the GLES dialect of GL. Moved the mock GL code into app/gfx/gl. Updated the GPU code and AcceleratedSurface to use the new GL bindings. TEST=trybots BUG=none Review URL: http://codereview.chromium.org/2134006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49332 0039d316-1c4b-4281-b951-d872f2087c98
* Added ANGLE to Windows build.apatrick@chromium.org2010-06-092-4/+10
| | | | | | | | | | | 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 another path for NSS when building in a webkit checkout withtony@chromium.org2010-06-091-2/+3
| | | | | | | | the Makefile moved to the top of the webkit checkout. Review URL: http://codereview.chromium.org/2771003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49224 0039d316-1c4b-4281-b951-d872f2087c98
* Add chromoting option for gyp.sergeyu@chromium.org2010-06-082-0/+9
| | | | | | | | | 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
* Revert r49135: Linux: enable compiling GNOME Keyring and KWallet ↵mdm@chromium.org2010-06-082-52/+37
| | | | | | | | | | | integration. Some of the bots (memory, ARM) didn't get the new package installed yet. BUG=none TEST=none Review URL: http://codereview.chromium.org/2763001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49149 0039d316-1c4b-4281-b951-d872f2087c98
* Linux: enable compiling GNOME Keyring and KWallet integration. It's still ↵mdm@chromium.org2010-06-082-37/+52
| | | | | | | | | | | unused. BUG=12351,25404 TEST=GNOME Keyring and KWallet get compiled, but add no new library dependencies Review URL: http://codereview.chromium.org/2718001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49135 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
* Linux: add gnome-keyring packages to build dependencies. It will not be a ↵mdm@chromium.org2010-06-071-9/+9
| | | | | | | | | | runtime dependency: it will be dlopen()ed to avoid that. BUG=25404 TEST=none Review URL: http://codereview.chromium.org/2700002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49110 0039d316-1c4b-4281-b951-d872f2087c98
* Adding libpulse-dev and libpulse0.scherkus@chromium.org2010-06-071-2/+8
| | | | | | | | | | | | | To build the ChromeOS version on the build-bots, outside the chroot, we need to access PulseAudio development header and library files. Patch by davej@chromium.org: http://codereview.chromium.org/2699002/show BUG=none TEST=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49097 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
* Add a missing [ that prevented strip_from_xcode from functioning properly withmark@chromium.org2010-06-011-1/+1
| | | | | | | | | | GYP loadable_module-type targets (Xcode mh_bundle-type targets). BUG=0 TEST=NULL Review URL: http://codereview.chromium.org/2434003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48655 0039d316-1c4b-4281-b951-d872f2087c98
* Use SSLClientSocketNSS on Mac OS X. By default, chrome still useswtc@chromium.org2010-06-012-2/+7
| | | | | | | | | | | | | | | | | | 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
* Generate .dSYM bundles for loadable_modules as well.jam@chromium.org2010-06-011-4/+4
| | | | | | Review URL: http://codereview.chromium.org/2468002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48642 0039d316-1c4b-4281-b951-d872f2087c98
* Enable warning 4389 as an error on windows builds. This will make mbelshe@chromium.org2010-05-271-0/+6
| | | | | | | | | | | | windows builds more similar to linux/mac, which already treat signed/ unsigned equality comparisons as warnings (and hence errors). BUG=44471 TEST=none Review URL: http://codereview.chromium.org/2222002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48395 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
* Dummy change to trigger a build.maruel@chromium.org2010-05-261-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48268 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "Another dependency the bbot missed!!!"rafaelw@chromium.org2010-05-261-6/+0
| | | | | | | | | | | | | | | | | | This reverts commit 161f7fd3bdd425167af9fe26fdc5373a2ff44c98. Revert "Missed a file as part of checkin for r48186" This reverts commit cff86beba5938209393a6c3bccced62a7f3ff36b. Revert "Enable warning 4389 as an error on windows builds. This will make" This reverts commit c78936bcfc65b98edf288191d927a495b0364621. TBR=mbelshe Review URL: http://codereview.chromium.org/2253001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48238 0039d316-1c4b-4281-b951-d872f2087c98
* Enable warning 4389 as an error on windows builds. This will makembelshe@chromium.org2010-05-251-0/+6
| | | | | | | | | | | | windows builds more similar to linux/mac, which already treat signed/ unsigned equality comparisons as warnings (and hence errors). BUG=44471 TEST=none Review URL: http://codereview.chromium.org/2081007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48186 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
* Fix ChromiumOS build (it still has circular dependencies).tony@chromium.org2010-05-241-1/+3
| | | | | | | | TBR=mark Review URL: http://codereview.chromium.org/2107018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48008 0039d316-1c4b-4281-b951-d872f2087c98
* Break gyp cycles on Linux.tony@chromium.org2010-05-242-4/+4
| | | | | | | | | | 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