summaryrefslogtreecommitdiffstats
path: root/third_party
Commit message (Collapse)AuthorAgeFilesLines
* Revert of Reapply "Media Galleries API Metadata: Image metadata" ↵tommycli@chromium.org2014-04-041-28/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | (https://codereview.chromium.org/216443005/) Reason for revert: Breaking Mac 10.6 release testers. (no idea why, but it is) Original issue's description: > Reapply "Media Galleries API Metadata: Image metadata" > > Original patch (also PS1) https://codereview.chromium.org/191583002 > > CQ can't catch the breakages of this patch. > > TBR= > BUG=318450 > > Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=261864 TBR=ccameron@chromium.org,thestig@chromium.org,grt@chromium.org NOTREECHECKS=true NOTRY=true BUG=318450 Review URL: https://codereview.chromium.org/225023014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@261895 0039d316-1c4b-4281-b951-d872f2087c98
* testing usrsctp update.lally@chromium.org2014-04-041-2/+7
| | | | | | | | BUG= Review URL: https://codereview.chromium.org/221073002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@261887 0039d316-1c4b-4281-b951-d872f2087c98
* Get rid of all component builds specific .isolate.maruel@chromium.org2014-04-041-31/+0
| | | | | | | | | | | | | | | | | | The status quo was unmaintainable. These 'component build specific .isolate files' are superseeded by tools/isolate_driver.py which packages dynamic libraries automatically. The new way is much more sane and dynamic, isolate_driver.py is currently very crude but 'does the job', the expected way to make it work is to read the .ninja files to extract all the dynamic libraries marked as a dependency to the main target being executed. TBR=csharp@chromium.org BUG=333473 Review URL: https://codereview.chromium.org/226123004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@261871 0039d316-1c4b-4281-b951-d872f2087c98
* Reapply "Media Galleries API Metadata: Image metadata"tommycli@chromium.org2014-04-041-15/+28
| | | | | | | | | | | | | Original patch (also PS1) https://codereview.chromium.org/191583002 CQ can't catch the breakages of this patch. TBR= BUG=318450 Review URL: https://codereview.chromium.org/216443005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@261864 0039d316-1c4b-4281-b951-d872f2087c98
* Roll mesa to r261106anton@chromium.org2014-04-041-0/+3
| | | | | | | | BUG=346626 Review URL: https://codereview.chromium.org/221743003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@261726 0039d316-1c4b-4281-b951-d872f2087c98
* Convert freetype2 to GN.dpranke@chromium.org2014-04-031-0/+70
| | | | | | | | | | Note that this change needs the 'output_extension' feature added to GN first. R=brettw@chromium.org, brettw Review URL: https://codereview.chromium.org/171013005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@261558 0039d316-1c4b-4281-b951-d872f2087c98
* Fix the timestamp generation for webrtc native log.jiayl@chromium.org2014-04-032-16/+1
| | | | | | | | | | The timestamp generation is moved from libjingle/renderer to the browser. The renderer sends the absolute system time for each message in the IPC, which is used by WebRtcLoggingHandlerHost to calculate the timestamp relative to the logging started time. BUG=339478 Review URL: https://codereview.chromium.org/218403004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@261472 0039d316-1c4b-4281-b951-d872f2087c98
* Uprev Polymer to 0.2.2rsadam@chromium.org2014-04-0313-455/+92
| | | | | | | | BUG=358952 Review URL: https://codereview.chromium.org/217423021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@261423 0039d316-1c4b-4281-b951-d872f2087c98
* Also adds a new tools/clang/scripts/download_and_extract.py script to ↵mithro@mithis.com2014-04-036-8/+153
| | | | | | | | | | download the binary tarballs from Google storage and extract them into the right location (download_from_google_storage only does download, not extraction). BUG=352046 Review URL: https://codereview.chromium.org/209853003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@261352 0039d316-1c4b-4281-b951-d872f2087c98
* libwebp: cherry-pick upstream alpha decode bugfixurvang@google.com2014-04-032-1/+8
| | | | | | | | | BUG= R=fbarchard@chromium.org, jzern@chromium.org, skal@google.com Review URL: https://codereview.chromium.org/217323010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@261294 0039d316-1c4b-4281-b951-d872f2087c98
* Fix a bug in gperftools' logging system on androidzhenyu.shan@intel.com2014-04-033-22/+27
| | | | | | | | | | | | When deep memory profiler is enabled on android, the default priority of the log was ANDROID_LOG_UNKNOWN, which caused the log can't be seen. This patch added a VERBOSE severity level, which made the log with default severity can be logged properly with a ANDROID_LOG_VERBOSE priority. R=dmikurube@chromium.org BUG= Review URL: https://codereview.chromium.org/209873002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@261254 0039d316-1c4b-4281-b951-d872f2087c98
* Update webrtc/libjingle to 5831.ronghuawu@chromium.org2014-04-021-1/+1
| | | | | | | | R=mallinath@chromium.org, wjia@chromium.org Review URL: https://codereview.chromium.org/221533002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@261224 0039d316-1c4b-4281-b951-d872f2087c98
* Disable -Wnon-literal-null-conversion warning as the fontconfig package ↵lcwu@chromium.org2014-04-021-0/+8
| | | | | | | | | | contains the code that implicitly converts a literal '\0' to a NULL pointer. BUG=358852 Review URL: https://codereview.chromium.org/221403004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@261088 0039d316-1c4b-4281-b951-d872f2087c98
* Linux: Remove mtpd and related libraries from the build.thestig@chromium.org2014-04-027-485/+0
| | | | | | | | | | | Since bundling mtpd with Chrome is not feasible, I will spin off mtpd as its own project and try to get Linux distros to adopt it. BUG=221123 Review URL: https://codereview.chromium.org/220543003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@261049 0039d316-1c4b-4281-b951-d872f2087c98
* The latest Blink roll deprecates HTMLImport API's used by Polymer 0.1.4. ↵rsadam@chromium.org2014-04-0224-405/+530
| | | | | | | | | | This patch uprevs to Polymer 0.2.1. BUG=347642, 357946 Review URL: https://codereview.chromium.org/218583004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@261023 0039d316-1c4b-4281-b951-d872f2087c98
* Updating XTBs based on .GRDs from branch 1847dxie@chromium.org2014-04-0145-0/+945
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260961 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 260917 "Media Galleries API Metadata: Image metadata"ccameron@chromium.org2014-04-011-28/+15
| | | | | | | | | | | | | | | | > Media Galleries API Metadata: Image metadata > > Enables libexif and uses it to parse some image tags into the GetMetadata call. > > BUG=318450 > > Review URL: https://codereview.chromium.org/191583002 TBR=tommycli@chromium.org Review URL: https://codereview.chromium.org/217233005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260931 0039d316-1c4b-4281-b951-d872f2087c98
* Media Galleries API Metadata: Image metadatatommycli@chromium.org2014-04-011-15/+28
| | | | | | | | | | Enables libexif and uses it to parse some image tags into the GetMetadata call. BUG=318450 Review URL: https://codereview.chromium.org/191583002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260917 0039d316-1c4b-4281-b951-d872f2087c98
* Add some troubleshooting checks to get a better idea for why we're seeing ↵tommi@chromium.org2014-04-011-0/+17
| | | | | | | | | | failures with loading LPC. BUG=352350 Review URL: https://codereview.chromium.org/219193013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260911 0039d316-1c4b-4281-b951-d872f2087c98
* Instrumented libraries: remove unused flag and add a comment.earthdok@chromium.org2014-04-011-1/+1
| | | | | | | | | BUG=313751 R=glider@chromium.org Review URL: https://codereview.chromium.org/218393017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260881 0039d316-1c4b-4281-b951-d872f2087c98
* Add libgnome-keyring0 to instrumented libraries.earthdok@chromium.org2014-04-011-0/+11
| | | | | | | | | | BUG=313751 TEST=MSan, ASan TBR=glider@chromium.org Review URL: https://codereview.chromium.org/221113002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260872 0039d316-1c4b-4281-b951-d872f2087c98
* Rename messages.grd[p] into libaddressinput_strings.grd[p].rouslan@chromium.org2014-04-014-4/+4
| | | | | | | | | | This change enables translations to be provided by Chrome. BUG=358384 Review URL: https://codereview.chromium.org/220243002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260802 0039d316-1c4b-4281-b951-d872f2087c98
* Updating XTBs based on .GRDs from branch 1847dxie@chromium.org2014-03-3152-52/+676
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260677 0039d316-1c4b-4281-b951-d872f2087c98
* Fix ARM64 detection for CLDprimiano@chromium.org2014-03-311-1/+1
| | | | | | | | | | | Look also for __aarch64__. This change is required for getting an initial build of chrome on 64 bit. BUG=354405,358092 Review URL: https://codereview.chromium.org/216833004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260668 0039d316-1c4b-4281-b951-d872f2087c98
* Disable html() in d3 at the request of security, so that d3 can be used in ↵andrewhayden@chromium.org2014-03-313-4/+39
| | | | | | | | | | | web-facing tools. BUG= NOTRY=true Review URL: https://codereview.chromium.org/216813002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260528 0039d316-1c4b-4281-b951-d872f2087c98
* Mojo: Move C gles2 header files to mojo/public/c/gles2.viettrungluu@chromium.org2014-03-302-2/+2
| | | | | | | | | | | | | | (C++ files still to do.) Also, as a drive-by, update the generated copyright notice in build_gles2_cmd_buffer.py to the correct, current one (no "(c)"). R=darin@chromium.org TBR=piman@chromium.org Review URL: https://codereview.chromium.org/218193002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260459 0039d316-1c4b-4281-b951-d872f2087c98
* Use the system harfbuzz library on chrome osjochen@chromium.org2014-03-281-16/+8
| | | | | | | | | BUG=353127 R=jshin@chromium.org Review URL: https://codereview.chromium.org/214413003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260202 0039d316-1c4b-4281-b951-d872f2087c98
* Update webrtc/libjingle to 5807.ronghuawu@chromium.org2014-03-281-1/+1
| | | | | | | | R=mallinath@chromium.org Review URL: https://codereview.chromium.org/215133003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260199 0039d316-1c4b-4281-b951-d872f2087c98
* Building env_chromium_unittests for Android.jsbell@chromium.org2014-03-283-4/+30
| | | | | | | | | | | | | | The LevelDB Chromium environment unit tests (AKA env_chromium_unittests) were neither compiling for Android, nor was an APK produced that could be run. BUG=356882 R=jsbell@chromium.org Review URL: https://codereview.chromium.org/213843002 Patch from Christopher Mumford <cmumford@chromium.org>. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260148 0039d316-1c4b-4281-b951-d872f2087c98
* Add third-party library 'd3' for use in tools.andrewhayden@chromium.org2014-03-275-0/+9353
| | | | | | | | BUG= Review URL: https://codereview.chromium.org/213383011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260008 0039d316-1c4b-4281-b951-d872f2087c98
* pull in latest bug fixeskuan@chromium.org2014-03-272-387/+391
| | | | | | | | | | | | | | | | | c8c202695a: fix bug found while trying to implement previous page links - we were compaing a url with trailing '/' removed with another one that may have a trailing '/'. fcec8a1593: fix crash when anchor is "javascript:void(0)". also discard non-http or non-https. BUG=288015 NOTRY=true R=cjhopman@chromium.org Review URL: https://codereview.chromium.org/214123003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260003 0039d316-1c4b-4281-b951-d872f2087c98
* Make it possible to read CLD data from a file.andrewhayden@chromium.org2014-03-272-2/+152
| | | | | | | | | | | | | | | | | | Note that this change DOES NOT "opt-in" any platform at this time, it merely makes it possible to read the CLD data in from a file if cld_version=2 and cld_dynamic=1. Subsequent changes will be required for platforms to "opt-in" to using this approach; e.g., each platform will have to generate their data file and package it appropriately before turning this feature on in compile flags. IMPORTANT: Can't be enabled on on Android until the SIGBUS in CLD is fixed: https://code.google.com/p/cld2/issues/detail?id=11 BUG=326023 Review URL: https://codereview.chromium.org/187393005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@259900 0039d316-1c4b-4281-b951-d872f2087c98
* Original revision r259507 infomithro@mithis.com2014-03-279-0/+578
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -------------------------------------------------------------------------- Enabling debug fission for Chrome debug builds helps with two significant problems with Chrome debug builds, * Slow link times. * Slow gdb startup times. Lots more detailed information at http://gcc.gnu.org/wiki/DebugFission Debug fission requires a objcopy with --extract-dwo object (binutils newer then 2.22.52.0.4 // 2.23). Ubuntu Precise only comes with 2.22.43 -------------------------------------------------------------------------- Updates include fixing the LICENSE header for binutils build scripts (and updating README.chromium). Fixes the following issues; -------------------------------------------------------------------------- python src/tools/checklicenses/checklicenses.py --root src in dir /b/build/slave/Linux/build (timeout 600 secs) (maxTime 28800 secs) Using base directory: src Checking: src 'third_party/binutils/build-one.sh' has non-whitelisted license 'UNKNOWN' 'third_party/binutils/build-all.sh' has non-whitelisted license 'UNKNOWN' 'third_party/binutils/upload.sh' has non-whitelisted license 'UNKNOWN' FAILED Please read http://www.chromium.org/developers/adding-3rd-party-libraries for more info how to handle the failure. Please respect OWNERS of checklicenses.py. Changes violating this requirement may be reverted. -------------------------------------------------------------------------- BUG=356695,352046 Review URL: https://codereview.chromium.org/213933002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@259818 0039d316-1c4b-4281-b951-d872f2087c98
* Roll WebRTC to r5793niklase@chromium.org2014-03-261-1/+1
| | | | | | | | R=ronghuawu@chromium.org Review URL: https://codereview.chromium.org/213533002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@259694 0039d316-1c4b-4281-b951-d872f2087c98
* Cherry pick r522 from upstream protobufrmcilroy@chromium.org2014-03-263-0/+381
| | | | | | | | | | Add arm64 atomicops to protobuf. BUG=354405 Review URL: https://codereview.chromium.org/212483006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@259688 0039d316-1c4b-4281-b951-d872f2087c98
* Use the system provided harfbuzz on chromeosjochen@chromium.org2014-03-261-130/+191
| | | | | | | | | | | | | | | | | | | | | | It's part of the pango library we use already, so by using it, we avoid a link time collission. However, if you build just the browser on linux on ubuntu 12, we don't have such an up to date pango available, so we need to be a bit smart about whether or not to use the system harfbuzz. This also allows for treating linker warnings as errors on chromeos BUG=353127 R=jshin@chromium.org, thakis@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=259423 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=259530 Review URL: https://codereview.chromium.org/203163003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@259652 0039d316-1c4b-4281-b951-d872f2087c98
* Do not suggest completions for name and street address.rouslan@chromium.org2014-03-262-5/+52
| | | | | | | | | | | | Libaddressinput should not provide address suggestions if the focused field is not postal code or one of the levels of administrative areas. BUG=356357 TEST=AddressValidatorTest.SuggestOnlyForAdministrativeAreasAndPostalCode Review URL: https://codereview.chromium.org/211513004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@259630 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "Build the complete binutils rather than just gold."erikchen@chromium.org2014-03-268-563/+0
| | | | | | | | | | | | Breaks Linux builder on check licenses http://build.chromium.org/p/chromium/builders/Linux/builds/48511 BUG=NONE tbr=mithro Review URL: https://codereview.chromium.org/212983006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@259622 0039d316-1c4b-4281-b951-d872f2087c98
* Retry r259150: Determine language code and type of format for address.rouslan@chromium.org2014-03-2624-310/+675
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | BuildComponents() in address_ui.h should take the UI language and determine the following two questions. (1) Whether to show UI components based on local or latinized address format. If the UI language does not match the default language for the country, and latinized address format is available, then use the latinized format. All countries with a latinized address format also have the default language specified. (2) Which language code should be used to format the address after the user provides it. If the UI language is one of the languages supported by the country, then use the UI language. If the country lists supported languages, none of which match the UI language, then pick the first supported language. If the country does not have supported languages (e.g. Antarctica), then use the UI language for formatting. If using the latinized format and the UI language is not one of the supported languages, then the formatting language is [country's default language] + "-latn". BUG=354954 Originally landed: http://crrev.com/259150 Reverted: http://crrev.com/259239 Review URL: https://codereview.chromium.org/198923010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@259606 0039d316-1c4b-4281-b951-d872f2087c98
* third_party/opus: Suppress a warning that is being generated in debug builds.mgiuca@chromium.org2014-03-261-0/+7
| | | | | | | | | | | The warning is a pragma that informs us that optimizations are turned off (which will be true in debug builds). BUG=355440 Review URL: https://codereview.chromium.org/208323008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@259567 0039d316-1c4b-4281-b951-d872f2087c98
* Revert of Use the system provided harfbuzz on chromeos ↵jochen@chromium.org2014-03-261-193/+130
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (https://codereview.chromium.org/203163003/) Reason for revert: chromeos doesn't have hb-icu.h Original issue's description: > Use the system provided harfbuzz on chromeos > > It's part of the pango library we use already, so by using it, we avoid > a link time collission. > > However, if you build just the browser on linux on ubuntu 12, we don't > have such an up to date pango available, so we need to be a bit smart > about whether or not to use the system harfbuzz. > > This also allows for treating linker warnings as errors on chromeos > > BUG=353127 > R=jshin@chromium.org, thakis@chromium.org > > Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=259423 > > Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=259530 TBR=jshin@chromium.org,thakis@chromium.org NOTREECHECKS=true NOTRY=true BUG=353127 Review URL: https://codereview.chromium.org/212313003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@259534 0039d316-1c4b-4281-b951-d872f2087c98
* Use the system provided harfbuzz on chromeosjochen@chromium.org2014-03-261-130/+193
| | | | | | | | | | | | | | | | | | | | It's part of the pango library we use already, so by using it, we avoid a link time collission. However, if you build just the browser on linux on ubuntu 12, we don't have such an up to date pango available, so we need to be a bit smart about whether or not to use the system harfbuzz. This also allows for treating linker warnings as errors on chromeos BUG=353127 R=jshin@chromium.org, thakis@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=259423 Review URL: https://codereview.chromium.org/203163003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@259530 0039d316-1c4b-4281-b951-d872f2087c98
* Build the complete binutils rather than just gold.mithro@mithis.com2014-03-268-0/+563
| | | | | | | | | | | | | | | | | | | Enabling debug fission for Chrome debug builds helps with two significant problems with Chrome debug builds, * Slow link times. * Slow gdb startup times. Lots more detailed information at http://gcc.gnu.org/wiki/DebugFission Debug fission requires a objcopy with --extract-dwo object (binutils newer then 2.22.52.0.4 // 2.23). Ubuntu Precise only comes with 2.22.43 BUG=352046 R=thestig@chromium.org Review URL: https://codereview.chromium.org/197553005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@259507 0039d316-1c4b-4281-b951-d872f2087c98
* Revert of Use the system provided harfbuzz on chromeos ↵erikchen@chromium.org2014-03-261-193/+130
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (https://codereview.chromium.org/203163003/) Reason for revert: Revert as speculative cause for build failure. http://build.chromium.org/p/chromium.chromiumos/builders/ChromiumOS%20%28daisy%29/builds/17405/steps/Report/logs/stdio Original issue's description: > Use the system provided harfbuzz on chromeos > > It's part of the pango library we use already, so by using it, we avoid > a link time collission. > > However, if you build just the browser on linux on ubuntu 12, we don't > have such an up to date pango available, so we need to be a bit smart > about whether or not to use the system harfbuzz. > > This also allows for treating linker warnings as errors on chromeos > > BUG=353127 > R=jshin@chromium.org,thakis@chromium.org > > Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=259423 TBR=jshin@chromium.org,thakis@chromium.org,jochen@chromium.org NOTREECHECKS=true NOTRY=true BUG=353127 Review URL: https://codereview.chromium.org/211473008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@259439 0039d316-1c4b-4281-b951-d872f2087c98
* Use the system provided harfbuzz on chromeosjochen@chromium.org2014-03-261-130/+193
| | | | | | | | | | | | | | | | | | It's part of the pango library we use already, so by using it, we avoid a link time collission. However, if you build just the browser on linux on ubuntu 12, we don't have such an up to date pango available, so we need to be a bit smart about whether or not to use the system harfbuzz. This also allows for treating linker warnings as errors on chromeos BUG=353127 R=jshin@chromium.org,thakis@chromium.org Review URL: https://codereview.chromium.org/203163003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@259423 0039d316-1c4b-4281-b951-d872f2087c98
* clang roll 198389:202554 revolutionsthakis@chromium.org2014-03-261-0/+3
| | | | | | | | | | | | | | | | | | | | First try: https://codereview.chromium.org/195623002 Second try: https://codereview.chromium.org/211213004 Difference from "second try" is passing --enable-libedit=no to configure, to not depend on libedit.3.dylib (which doesn't exist on OS X 10.6), see diff from patch set 1 to 2. The linux package wasn't rebuilt, so it's configured without that flag. That shouldn't cause issues hopefully. BUG=351479, 287029, 341352, 333968, 335325 R=hans@chromium.org TBR=hans@chromium.org Review URL: https://codereview.chromium.org/211733007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@259411 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 259371 "clang roll 198389:202554 reloaded"thakis@chromium.org2014-03-251-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | Even though the libc++ dependency is gone, clang still depends on /usr/lib/libedit.3.dylib suddently, which doesn't exist on 10.6. Backing out while I investigate... > clang roll 198389:202554 reloaded > > The first try is at https://codereview.chromium.org/195623002/ . Patch set 1 > is identical to that CL, patch set 2 has what changed. > > The big change is that clang/mac is built in gnu++98 mode and doesn't link > to libc++, to buy us time until the next roll for upgrading our bots to 10.7. > This includes blink plugin changes up to r256229 (inclusive). > > BUG=351479, 287029, 341352, 333968, 335325 > R=hans@chromium.org > TBR=hans@chromium.org > > Review URL: https://codereview.chromium.org/211213004 TBR=thakis@chromium.org Review URL: https://codereview.chromium.org/211493005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@259378 0039d316-1c4b-4281-b951-d872f2087c98
* clang roll 198389:202554 reloadedthakis@chromium.org2014-03-251-0/+3
| | | | | | | | | | | | | | | | | The first try is at https://codereview.chromium.org/195623002/ . Patch set 1 is identical to that CL, patch set 2 has what changed. The big change is that clang/mac is built in gnu++98 mode and doesn't link to libc++, to buy us time until the next roll for upgrading our bots to 10.7. This includes blink plugin changes up to r256229 (inclusive). BUG=351479, 287029, 341352, 333968, 335325 R=hans@chromium.org TBR=hans@chromium.org Review URL: https://codereview.chromium.org/211213004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@259371 0039d316-1c4b-4281-b951-d872f2087c98
* rAc: more libaddressinput unit test compile warning fixes.dbeam@chromium.org2014-03-251-15/+15
| | | | | | | | | R=rouslan@chromium.org BUG=340769 Review URL: https://codereview.chromium.org/211473003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@259356 0039d316-1c4b-4281-b951-d872f2087c98
* Fix non-instumented libc++ build.earthdok@chromium.org2014-03-251-2/+10
| | | | | | | | | | | | Add missing link dependencies. BUG=330864 R=glider@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/211183002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@259272 0039d316-1c4b-4281-b951-d872f2087c98