summaryrefslogtreecommitdiffstats
path: root/build
Commit message (Collapse)AuthorAgeFilesLines
* Trigger builds and update scripts fix.cmp@chromium.org2011-04-011-1/+1
| | | | | | | | | | BUG=none TEST=builds run TBR=maruel@chromium.org Review URL: http://codereview.chromium.org/6771065 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80221 0039d316-1c4b-4281-b951-d872f2087c98
* Add use of the Psyco JIT compiler to GYP on Windows. On my z600 with 12 GB ↵joi@chromium.org2011-03-301-1/+25
| | | | | | | | | | | | | of RAM, this shortens the time taken for a warm run of build/chromium_gyp from approximately 90 seconds down to approximately 70 seconds. On the other hand, it increases maximum memory usage for the GYP process from ~132 MB to ~158 MB on the same test system. At the moment it is unknown whether using Psyco on Mac and Linux would pay off; follow-up changes may address this if it is. BUG=none TEST=things build correctly Review URL: http://codereview.chromium.org/6778017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79871 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 79846 - Add -Wsign-compare for C++ compilation on linux & friends.fischman@chromium.org2011-03-301-5/+1
| | | | | | | | | | | | | | g++ -Wall includes -Wsign-compare on C++ source, but clang++ doesn't. BUG=none TEST=none Review URL: http://codereview.chromium.org/6771022 TBR=evan@chromium.org Review URL: http://codereview.chromium.org/6675050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79855 0039d316-1c4b-4281-b951-d872f2087c98
* Add -Wsign-compare for C++ compilation on linux & friends.fischman@chromium.org2011-03-301-1/+5
| | | | | | | | | | | g++ -Wall includes -Wsign-compare on C++ source, but clang++ doesn't. BUG=none TEST=none Review URL: http://codereview.chromium.org/6771022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79846 0039d316-1c4b-4281-b951-d872f2087c98
* Whitespace to cylce.dhollowa@chromium.org2011-03-301-1/+1
| | | | | | | | | | BUG=none TEST=none TBR=maruel@chromium.org Review URL: http://codereview.chromium.org/6778002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79782 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
* Grit cleanupthomasvl@chromium.org2011-03-281-5/+15
| | | | | | | | | | | | | - Fixup the chrome_strings target to default to a none target and let windows override it for it's hack. - Make grit_target check _type to see how to auto add the header directory so it has a higher chance of being right in case things are done on real targets. BUG=22247 TEST=everything still builds Review URL: http://codereview.chromium.org/6756008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79562 0039d316-1c4b-4281-b951-d872f2087c98
* Standardize grit invokesthomasvl@chromium.org2011-03-283-4/+74
| | | | | | | | | | | | | - Add two gypi files to src/build for the boilerplate added to targets and actions - Update grit_info to also support the -E flag so it can share more of the grit build commandline - switch over all but the webkit and webkit glue grd files to use the common support BUG=22247 TEST=everything still localized correctly Review URL: http://codereview.chromium.org/6705030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79548 0039d316-1c4b-4281-b951-d872f2087c98
* DevTools: if 'debug_devtools' is defined in .gyp, always try loading from ↵mnaganov@chromium.org2011-03-281-0/+6
| | | | | | | | | | | | | | | | | disk, take 2. Missing variable definition added. We have found that being forced to pass '--debug-devtools' isn't convenient for DevTools developers, and decided to always load DevTools files from disk, if Chromium was compiled with 'debug_devtools' flag set in .gyp BUG=none TEST=none TBR=pfeldman@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79528 0039d316-1c4b-4281-b951-d872f2087c98
* Consolidate google chrome build flag for grit targets.tony@chromium.org2011-03-231-0/+7
| | | | | | | | | Just moving a bunch of duplicated gyp logic into build/common.gypi. Review URL: http://codereview.chromium.org/6724007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79132 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
* WinDDK ATL and MSVC express 2008/2005 compatability mark@chromium.org2011-03-211-2/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Gives 'out of the box' compatability with VC2008 express - i.e. no modifications needed to system headers or .gyp* files or related hacks. Just set the GYP_MSVS_VERSION to 200Xe (e for express, same as the linked blog on the issue and first google hit as well). 1) Changes to build\common.gypi to turn off to define COMPILER_MSVC_EXPRESS if a express is detected (through the GYP_MSVC_VERSION environment variable), turn off the _SECURE_ATL define (which is flagged as an error with WinDDK's ATL, _SECURE_ATL adds [more] CRT checks to other ATL versions) and hard to link to the atl stdthunk library with express editions. Also, explicitly link to the base WinSDK libraries in common.gypi and mini_installer.gypi for MSVC 2005 express. 2) Fixes a few .cc files that have the wrong include order with the ATL headers when using the Windows DDK ATL. The Windows DDK ATL brings in intsafe.h (WinSDK, not WinDDK) with atlwin.h and generates multiple INTXX_MIN/MAX def warnings which get flagged as errors with the warnings as errors flag if not included before other libraries that have the same definitions like ICU. 3) Changes to .rc files to avoid pulling in afxres.h (an MFC header - it's available in the WinDDK) and winres.h which VCExpress doesn't have (it's available in a WinSDK sample, but that kind of the purpose of it). The main Chromium .rc files are already structured this way, I just changed the rest and changed the output of grit to do the same. 4) Removes the memset obj file linking in mini_installer.gyp and simply implements memset for mini_installer.cc. Only changes to the chromium branch now. There are some .rc files in the Python26, Native Client, and Angle in samples that could #3 changes. They are not required for Chromium, however. ------ VC2005SP1 can be downloaded at http://www.microsoft.com/downloads/en/details.aspx?FamilyId=7B0B0339-613A-46E6-AB4D-080D4D4A8C4E&displaylang=en (or non-SP1 at http://download.microsoft.com/download/8/3/a/83aad8f9-38ba-4503-b3cd-ba28c360c27b/ENU/vcsetup.exe) VC2008SP1 can be downloaded at http://www.microsoft.com/downloads/en/details.aspx?FamilyId=F3FBB04E-92C2-4701-B4BA-92E26E408569&displaylang=en currently. The base developer instructions work fine afterwards with a couple tweaks for express versions: http://www.chromium.org/developers/how-tos/build-instructions-windows Under "Additional (free) downloads" under step 2: X) Only the first 3 Non-SP KB Patches are needed for express. Don't forget to forget GYP_MSVS_VERSION environment as appropriate - 2008e for Visual C++ 2008 Express, for example. Under "Additional (free) downloads" after step 5 [These only apply to 2008 express, 2005 works fine out of the box]: 6A) Download the WinDDK for the atl headers and libs - http://msdn.microsoft.com/en-us/windows/hardware/gg487463.aspx. It works fine, but you do not need to install the whole DDK. In the WDK directory just install headers.msi, libs_x86fre.msi, and libs_x64fre.msi; just grab the atl headers and atl*.lib libs; right click the installers and uninstall afterwards. Add the appropriate include and lib paths to your global settings. 6B) To build x64 targets (x64 Native Client) download: http://www.cppblog.com/Files/xcpp/VCE64BIT_WIN7SDK.zip Follow the readme instructions. Further information behind that and x64 target building with express: - http://jenshuebel.wordpress.com/2009/02/12/visual-c-2008-express-edition-and-64-bit-targets/ - http://www.cppblog.com/xcpp/archive/2009/09/09/vc2008express_64bit_win7sdk.html ---------------- BUG=1433, 5026, 72885 TEST=Compiles in both Debug and Release mode in Visual C++ Express 2008/2005 and does not effect other build setups. In addition, the WinDDK ATL compiles with the secure_atl=0 in the GYP_DEFINES environment variable on non-express versions of MSVC. Review URL: http://codereview.chromium.org/6676030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78921 0039d316-1c4b-4281-b951-d872f2087c98
* Removed obsolete ENABLE_3D_CANVAS=1 build flag.kbr@google.com2011-03-181-2/+0
| | | | | | | | TEST=built and ran WebGL content on Mac OS X BUG=none Review URL: http://codereview.chromium.org/6712041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78770 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
* Update the strip wrapper for Xcode 3.2.6.thomasvl@chromium.org2011-03-111-1/+3
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/6683001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@77816 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
* Add use_threaded_compositing as gypi variable and bind to ↵nduca@chromium.org2011-03-091-0/+8
| | | | | | | | | | | WTF_USE_THREADED_COMPOSITING. Defaults off. BUG= TEST= Review URL: http://codereview.chromium.org/6609046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@77388 0039d316-1c4b-4281-b951-d872f2087c98
* Enable data transfer items so WebKit layout tests can pass.dcheng@chromium.org2011-03-081-0/+1
| | | | | | | | | | | | The actual feature is guarded by a run-time flag, so it's not yet available to web pages. BUG=75243 TEST=none Review URL: http://codereview.chromium.org/6628077 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@77266 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
* Yet another clang roll attempt.thakis@chromium.org2011-03-051-0/+4
| | | | | | | | | | | | | | To r126754 To handle clang making -fno-exceptions disabling ObjC exceptions, add -fobjc-exceptions for all files for now. This is a band-aid, see the bug below. BUG=75001 TEST=none TBR=hans Review URL: http://codereview.chromium.org/6628002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@77032 0039d316-1c4b-4281-b951-d872f2087c98
* Build WebKit Full Screen API. Support is disabled by default; enable with ↵ddorwin@chromium.org2011-03-041-0/+1
| | | | | | | | | | | | | | | | --enable-fullscreen. Commit after WK bug 44797 (r79774). Fullscreen tests are temporarily until expectations can be updated. (Deleted test video-play-suspend.html is removed from test_expectations to fix lint errors.) BUG=16735 TEST=fullscreen layout tests Review URL: http://codereview.chromium.org/6627001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76979 0039d316-1c4b-4281-b951-d872f2087c98
* This is the final step to turn on the experimental webkit media statistics ↵sjl@chromium.org2011-03-041-0/+1
| | | | | | | | | | | support. BUG=71255 TEST=media_unittests media layout tests Review URL: http://codereview.chromium.org/6613023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76924 0039d316-1c4b-4281-b951-d872f2087c98
* Fetch repository root for git-svn checkouts.dilmah@chromium.org2011-03-041-3/+28
| | | | | | | | | BUG=None TEST=None Review URL: http://codereview.chromium.org/6609039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76890 0039d316-1c4b-4281-b951-d872f2087c98
* Fix webkit build failure reported by evan@dilmah@chromium.org2011-03-031-8/+9
| | | | | | | | | | | | | When fetching svn URL via 'git svn info --url' command git-svn.perl script may print its progress log to stdout instead of stderr: as a result we end up using all this junk as svn repository URL. Fix it by filtering output. BUG=None TEST=None Review URL: http://codereview.chromium.org/6603022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76803 0039d316-1c4b-4281-b951-d872f2087c98
* Fix spelling in recent commitdilmah@chromium.org2011-03-031-1/+1
| | | | | | | | | | BUG=None TEST=None TBR=evan@chromium.org Review URL: http://codereview.chromium.org/6618001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76737 0039d316-1c4b-4281-b951-d872f2087c98
* Added check for None missed in recent commit.dilmah@chromium.org2011-03-031-1/+3
| | | | | | | | | | | | Reported by fta At sofaraway.org BUG=None TEST=None TBR=evan@chromium.org Review URL: http://codereview.chromium.org/6610013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76733 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 76631 because it causes fullscreen layout tests to timeout on linuxtonyg@chromium.org2011-03-021-1/+0
| | | | | | | | | | | | | | | | | | | | | Re-applying r76324, which was reverted during a WebKit rollback. Build WebKit Full Screen API. Support is disabled by default; enable with --enable-fullscreen. Commit after WK bug 44797 (r79774). BUG=16735 TEST=fullscreen layout tests. Review URL: http://codereview.chromium.org/6576004 Review URL: http://codereview.chromium.org/6597112 TBR=ddorwin@chromium.org Review URL: http://codereview.chromium.org/6591126 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76646 0039d316-1c4b-4281-b951-d872f2087c98
* Re-applying r76324, which was reverted during a WebKit rollback.ddorwin@chromium.org2011-03-021-0/+1
| | | | | | | | | | | | | | | | Build WebKit Full Screen API. Support is disabled by default; enable with --enable-fullscreen. Commit after WK bug 44797 (r79774). BUG=16735 TEST=fullscreen layout tests. Review URL: http://codereview.chromium.org/6576004 Review URL: http://codereview.chromium.org/6597112 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76631 0039d316-1c4b-4281-b951-d872f2087c98
* Try harder to dig git-svn revision.dilmah@chromium.org2011-03-021-31/+131
| | | | | | | | | | | | | | | | Previous behaviour for git-svn repositories is to return git hash (this hash then appears on about:version page and can be copy-pasted into bugreport). However for developer branches with local modifications this hash bears no information to the outside world. Now we return svn revision for trunk git-svn checkouts and svn-revision plus "-dirty" suffix for git branches. The magic required to run git on cygwin is factored out into separate function. BUG=chromium:70909 TEST=Manual Review URL: http://codereview.chromium.org/6474044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76530 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
* whitespace changethomasvl@chromium.org2011-03-011-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76410 0039d316-1c4b-4281-b951-d872f2087c98
* Initial landing of file_manager component extension (not yet enabled)rginda@chromium.org2011-03-011-0/+12
| | | | | | | | | | | | | | | | | This is the initial landing of a component extension to handle file open, save-as, and file management user interfaces. This is just the basic plumbing, minus any useful functionality. I've tested this by building with... $ export GYP_DEFINES='file_manager_extension=1' $ make chrome -j16 Then launch the result and visit chrome-extension://hhaomjibdihmijegdhdafkllkbggdgoj/main.html, and verify that the <h1> tab is blue, and the document contains "Hello World". BUG=chromium-os:11988 TEST= Review URL: http://codereview.chromium.org/6588053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76408 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 76324 - Build WebKit Full Screen API. Support is disabled by default; ↵jamesr@chromium.org2011-03-011-1/+0
| | | | | | | | | | | | | | | | enable with --enable-fullscreen. Commit after WK bug 44797 (r79774). BUG=16735 TEST=fullscreen layout tests. Review URL: http://codereview.chromium.org/6576004 TBR=ddorwin@chromium.org Review URL: http://codereview.chromium.org/6602023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76335 0039d316-1c4b-4281-b951-d872f2087c98
* Build WebKit Full Screen API. Support is disabled by default; enable with ↵ddorwin@chromium.org2011-03-011-0/+1
| | | | | | | | | | | | | --enable-fullscreen. Commit after WK bug 44797 (r79774). BUG=16735 TEST=fullscreen layout tests. Review URL: http://codereview.chromium.org/6576004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76324 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
* Use libjpeg-turbo as the default JPEG library (Take 2)hbono@chromium.org2011-02-281-1/+1
| | | | | | | | | | This change retries using libjpeg-turbo (r75235), which fixed memory errors, as the default JPEG library of Chromium. BUG=48789,72399 TEST=JPEGCodec.InvalidRead Review URL: http://codereview.chromium.org/6572001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76198 0039d316-1c4b-4281-b951-d872f2087c98
* Update expectation for V8 roll and turn builtin utf8 codec on by default to ↵jamesr@chromium.org2011-02-251-0/+1
| | | | | | | | | | | match upstream BUG= TEST= Review URL: http://codereview.chromium.org/6576066 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76008 0039d316-1c4b-4281-b951-d872f2087c98
* Re-enable sign-compare in Clang build by pulling in a ICU @75916jshin@chromium.org2011-02-241-2/+0
| | | | | | | | BUG=74018,74019 TEST=mac_clang try bot builds ICU fine. Review URL: http://codereview.chromium.org/6578024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75977 0039d316-1c4b-4281-b951-d872f2087c98
* Disable -Wsign-compare for Clang.hans@chromium.org2011-02-241-0/+2
| | | | | | | | | | | | | | Since ICU rolled, the Clang build on Mac is broken because of this warning. BUG=74019 TEST=all clang bots go green -Wno-sign-compare Review URL: http://codereview.chromium.org/6581035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75892 0039d316-1c4b-4281-b951-d872f2087c98
* Linux: change install-build-deps.sh to install gold linker from binutils 2.21.thestig@chromium.org2011-02-231-7/+57
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/6567002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75790 0039d316-1c4b-4281-b951-d872f2087c98
* Causing gyp_chromium to fall back on win32 hermetic python if it isbradnelson@google.com2011-02-231-0/+14
| | | | | | | | | | | ever run with cygwin python. BUG=http://code.google.com/p/gyp/issues/detail?id=178 TEST=None Review URL: http://codereview.chromium.org/6538104 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75695 0039d316-1c4b-4281-b951-d872f2087c98
* clang: Turn on -Woverloaded-virtual!thakis@chromium.org2011-02-231-4/+0
| | | | | | | | BUG=72205 TEST=clang build stays green, and catches many regressions in the future TBR=evan git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75692 0039d316-1c4b-4281-b951-d872f2087c98
* More sanitization. Remove blank lines.scottbyer@chromium.org2011-02-221-1/+11
| | | | | | | | | BUG=none TEST=Compile on the Mac from the command line, filter through this. Review URL: http://codereview.chromium.org/6532007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75600 0039d316-1c4b-4281-b951-d872f2087c98
* Switch the build over to using the base test runner to make sure base and ↵thomasvl@chromium.org2011-02-181-1/+5
| | | | | | | | | | ICU are started up right. BUG=72633 TEST=none Review URL: http://codereview.chromium.org/6538022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75384 0039d316-1c4b-4281-b951-d872f2087c98
* Remove dummy build/build-bisect.py. It was moved to tools/bisect-builds.py ↵thestig@chromium.org2011-02-181-11/+0
| | | | | | | | | | | in r70112. BUG=none TEST=none TBR=evan Review URL: http://codereview.chromium.org/6538051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75365 0039d316-1c4b-4281-b951-d872f2087c98
* No code change. Push a CL to cycle the builders.rsesek@chromium.org2011-02-171-0/+2
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75320 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 75263 - Revert 75188 - Revert 75184 - Move googleurl's unittest to ↵rsesek@chromium.org2011-02-172-24/+1
| | | | | | | | | | | | | | | | | use a custom main so ICU can be started up in a way that matches the Chromium build. Review URL: http://codereview.chromium.org/6532003 TBR=thomasvl@chromium.org Review URL: http://codereview.chromium.org/6507022 TBR=rsesek@chromium.org TBR=thomasvl@chromium.org Review URL: http://codereview.chromium.org/6538021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75273 0039d316-1c4b-4281-b951-d872f2087c98