summaryrefslogtreecommitdiffstats
path: root/third_party
Commit message (Collapse)AuthorAgeFilesLines
* Remove task.h and finish base::Bind() migration.ajwong@chromium.org2012-01-061-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Over 341 CLs, in ~3 months, touching 3251 unique files! Top 5 most CLs: (121) jhawkins ( 45) dcheng ( 24) achuith ( 23) csilv ( 12) tfarina ( 12) groby ~1000 files touched: (918) jhawkins 100+ files touched: (486) ajwong (385) willchan (372) dcheng (126) csilv (123) fischman (112) sergeyu 49+ files touched: (65) tfarina (57) acolwell (52) adamk (49) tzik BUG=35223 TEST=existing Review URL: http://codereview.chromium.org/9114020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116748 0039d316-1c4b-4281-b951-d872f2087c98
* Roll skia to r2967. Add skia bindings for glTexStorage2D.bsalomon@google.com2012-01-051-0/+1
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/9111017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116558 0039d316-1c4b-4281-b951-d872f2087c98
* Make licensecheck.pl understand the "GPL with bison expection" license. ↵thestig@chromium.org2012-01-051-0/+4
| | | | | | | | | | Whitelist it in checklicenses.py. BUG=105232 TEST=checklicenses.py still passes. Review URL: http://codereview.chromium.org/9113003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116532 0039d316-1c4b-4281-b951-d872f2087c98
* Pull entity fix from upstream.cevans@chromium.org2012-01-032-1/+2
| | | | | | | BUG=107128 Review URL: http://codereview.chromium.org/9072008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116175 0039d316-1c4b-4281-b951-d872f2087c98
* Avoid an overflow in harfbuzz-myanmar.cbashi@chromium.org2011-12-282-2/+17
| | | | | | | | | | | | | Adds a guard to prevent invalid assignment. BUG=108006 TEST=manually with ASAN. Review URL: http://codereview.chromium.org/8997001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115859 0039d316-1c4b-4281-b951-d872f2087c98
* Add HEAP_PROFILE_TIME_INTERVAL to dump heap profiles periodically in ↵dmikurube@chromium.org2011-12-271-0/+14
| | | | | | | | | | | | | | third_party/tcmalloc/chromium. This patch is originally from http://codereview.chromium.org/7865021/. BUG=none TEST=none Review URL: http://codereview.chromium.org/8633006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115808 0039d316-1c4b-4281-b951-d872f2087c98
* Make the profile buffer larger in third_party/tcmalloc/chromium.dmikurube@chromium.org2011-12-271-1/+5
| | | | | | | | | | | | | This patch is originally from http://codereview.chromium.org/7865021/. BUG=none TEST=none Review URL: http://codereview.chromium.org/8634005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115805 0039d316-1c4b-4281-b951-d872f2087c98
* Migrate cacheinvalidation override implementation to use base::Callback<>.ajwong@chromium.org2011-12-211-194/+42
| | | | | | | | | | | | Also simplify some of the task management logic in the interface adapter that sync uses to talk to the invalidation API. BUG=none TEST=existing. Review URL: http://codereview.chromium.org/8956020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115442 0039d316-1c4b-4281-b951-d872f2087c98
* define USE_FILE32API on Android toojnd@chromium.org2011-12-201-3/+12
| | | | | | | | | BUG= TEST=compile Review URL: http://codereview.chromium.org/8987002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115121 0039d316-1c4b-4281-b951-d872f2087c98
* Update chromedriver webdriver js atoms to 15054, to pick up a few fixes andkkania@chromium.org2011-12-163-3374/+3624
| | | | | | | | | | additions. BUG=102005 TEST=none Review URL: http://codereview.chromium.org/8953021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114816 0039d316-1c4b-4281-b951-d872f2087c98
* Change the heap file names to be Cleanup'ed in third_party/tcmalloc/chromium.dmikurube@chromium.org2011-12-161-1/+4
| | | | | | | | | | | | | | | | In spite of Chromium's changing heap file names dumped in heap-profiler.cc:DumpProfileLocked(), the file names cleaned-up in heap-profile-table.cc:HeapProfileTable::CleanupOldProfiles are not modified. (See the difference between third_party/tcmalloc/chromium/src/heap-profiler.cc and .../vendor/src/heap-profiler.cc) This patch is originally from http://codereview.chromium.org/7865021/. BUG=none TEST=none Review URL: http://codereview.chromium.org/8957007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114777 0039d316-1c4b-4281-b951-d872f2087c98
* Rolling new libjingle revision 100 mallinath@google.com2011-12-152-1/+2
| | | | | | | | | | | | | - Add IPv6 support to talk_base::SocketAddress - Refactored PeerConnectionFactory interface - Bug fixes BUG=none TEST=trybots Review URL: http://codereview.chromium.org/8914025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114543 0039d316-1c4b-4281-b951-d872f2087c98
* Fix proxy launcher error in chromedriver posix when chrome is closed.kkania@chromium.org2011-12-143-11/+21
| | | | | | | | | | | | The proxy launcher couldn't determine chrome's exit code because chromedriver was ignoring SIGCHLD. BUG=none TEST=none Review URL: http://codereview.chromium.org/8929013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114365 0039d316-1c4b-4281-b951-d872f2087c98
* Push subsetter code upstreamarthurhsu@chromium.org2011-12-145-1047/+114
| | | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/8921027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114354 0039d316-1c4b-4281-b951-d872f2087c98
* define USE_FILE32API on *BSD toorobert.nagy@gmail.com2011-12-131-3/+3
| | | | | | | | | | BUG= TEST=compile Review URL: http://codereview.chromium.org/8912008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114222 0039d316-1c4b-4281-b951-d872f2087c98
* Include "mozzconf.h".hbono@chromium.org2011-12-133-5/+53
| | | | | | | | | | | This change includes "mozzconf.h" in our copy of 'zconf.h' as we did before updating to zlib 1.2.5 to avoid symbol conflicts with sdch happening when we use supalink. BUG=none TEST=link Chromium with supalink. Review URL: http://codereview.chromium.org/8933001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114194 0039d316-1c4b-4281-b951-d872f2087c98
* Remove psutil from tree, install via install-build-deps.shdalecurtis@chromium.org2011-12-1357-14822/+0
| | | | | | | | | | | | Per discussion with thakis, cmp we should remove this dep from the tree and instead install it via install-build-deps.sh. BUG=106105 TEST=Installed dep, ran tests. Review URL: http://codereview.chromium.org/8919026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114146 0039d316-1c4b-4281-b951-d872f2087c98
* Fix two truncation bugs in harfbuzz-indic shaper.jshin@chromium.org2011-12-124-32/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This bugs in isMark and isLetter lead 'init' feature to be applied even when a syllable is not at the beginning of a word. See http://www.microsoft.com/typography/otfntdev/bengalot/features.htm for 'init' feature application in Bengali. It turned out that the upstream also fixed this (see https://bugs.freedesktop.org/show_bug.cgi?id=30319) exactly the same way. Change the upstream reference to 93d8573ddcf97648983a1c1b5cdda8a3ec6d4432 in README.chromium and remove 2 patches in chromium.patch because they're all landed in the upstream @93d8573ddcf97648 Two removed patches are: - Fix OOB access (in Tibetan shaper) @ff0612c2e7df1b86fc - Fix crash! (in harfbuzz-gpos.c) @81c8ef785b079980a In addition, the following upstream fix is included by going to 93d8573ddc. - Fix bug in contrib/harfbuzz-unicode.cc @93d8573ddcf9 Webkit bug to add a layout test for 'init' is https://bugs.webkit.org/show_bug.cgi?id=74310 BUG=107031 TEST=With Lohit Bengali font installed (the default on CrOS devices), go to http://i18nl10n.com/fonts/beng3.html and the result should be the same as the left in the screenshot attached to the bug instead of the right. A webkit layout test will be added and will be mentioned in the bug later. Review URL: http://codereview.chromium.org/8895014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114082 0039d316-1c4b-4281-b951-d872f2087c98
* Update zlib to 1.2.5.hbono@chromium.org2011-12-1234-2164/+4851
| | | | | | | | | | | This change applies upstream patches from 1.2.3 to 1.2.5. BUG=30704,39219 TEST=build and run Chrome without any valgrind errors. Review URL: http://codereview.chromium.org/8806004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113994 0039d316-1c4b-4281-b951-d872f2087c98
* Implement NPNVsupportsCompositingCoreAnimationPluginsBoolstuartmorgan@chromium.org2011-12-074-11/+15
| | | | | | | | | | | | | | Returns true when plugin compositing is enabled, so that plugins that dynamically query for composited CA support know it's safe to use CA. Updates NPAPI headers to r14 of the upstream 'npapi-sdk' project headers, to pick up the new constant. BUG=40997 TEST=HTML overlays should work with, e.g., the Google Earth plugin on 10.6+ Review URL: http://codereview.chromium.org/8805004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113370 0039d316-1c4b-4281-b951-d872f2087c98
* define OPENBSD and FREEBSD for libjingle in addition to BSDrobert.nagy@gmail.com2011-12-071-0/+20
| | | | | | | | | | BUG= TEST= Review URL: http://codereview.chromium.org/8825009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113311 0039d316-1c4b-4281-b951-d872f2087c98
* Adds support for the GL_ANGLE_texture_usage and GL_EXT_texture_storagevangelis@chromium.org2011-12-061-0/+45
| | | | | | | | | | extensions to the command buffer and the WebGraphicsContext3D APIs. BUG=106142 TEST=unittests Review URL: http://codereview.chromium.org/8772033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113223 0039d316-1c4b-4281-b951-d872f2087c98
* Roll libjingle to 98:99. tommi@chromium.org2011-12-062-1/+12
| | | | | | | | | | | | | | | | - Refactoring and bug fixes - Remove global variables of class type. NOTE: I'm landing this for Ronghua since he's on leave. The change has already been reviewed here: http://codereview.chromium.org/8790011/ but I had to create a new issue in order to resolve merge conflicts. TBR=sergeyu Review URL: http://codereview.chromium.org/8802019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113086 0039d316-1c4b-4281-b951-d872f2087c98
* Re-committing http://codereview.chromium.org/8736001/ originally committed ↵georgey@chromium.org2011-12-0369-58427/+74
| | | | | | | | | | | | | revision=112305 The difference is the phone library pulled is version 407 instead of 403, it includes fixes, including missing licenses. Original description: Pull the phone library directly. Delete old version. TEST=unit-tests BUG=105577 Review URL: http://codereview.chromium.org/8790002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112865 0039d316-1c4b-4281-b951-d872f2087c98
* Roll sfntly 111arthurhsu@chromium.org2011-12-034-115/+570
| | | | | | | | | | BUG=90898 TEST=none Review URL: http://codereview.chromium.org/8744002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112852 0039d316-1c4b-4281-b951-d872f2087c98
* Add match for another "ISC license"georgey@chromium.org2011-12-021-1/+1
| | | | | | | | BUG=none TEST=checklicenses.py should work on third_party/libphonenumber Review URL: http://codereview.chromium.org/8769025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112799 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 112305 - Pull the phone library directly. Delete old version.isherman@chromium.org2011-12-0169-61/+58435
| | | | | | | | | | | | TEST=unit-tests BUG=105577 Review URL: http://codereview.chromium.org/8736001 TBR=georgey@chromium.org Review URL: http://codereview.chromium.org/8762016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112381 0039d316-1c4b-4281-b951-d872f2087c98
* Newline at EOFisherman@chromium.org2011-11-301-1/+1
| | | | | | | | | | BUG= TEST= TBR=georgey@chromium.org Review URL: http://codereview.chromium.org/8762010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112330 0039d316-1c4b-4281-b951-d872f2087c98
* Complete unrevertisherman@chromium.org2011-11-302-0/+26
| | | | | | | | | | BUG= TEST= TBR=georgey@chromium.org Review URL: http://codereview.chromium.org/8760014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112328 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 112319 - Revert 112305 - Pull the phone library directly. Delete old ↵isherman@chromium.org2011-11-303-59/+48
| | | | | | | | | | | | | | | | version. TEST=unit-tests BUG=105577 Review URL: http://codereview.chromium.org/8736001 TBR=georgey@chromium.org Review URL: http://codereview.chromium.org/8759004 TBR=isherman@chromium.org Review URL: http://codereview.chromium.org/8757005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112324 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 112305 - Pull the phone library directly. Delete old version.isherman@chromium.org2011-11-305-74/+59
| | | | | | | | | | | TEST=unit-tests BUG=105577 Review URL: http://codereview.chromium.org/8736001 TBR=georgey@chromium.org Review URL: http://codereview.chromium.org/8759004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112319 0039d316-1c4b-4281-b951-d872f2087c98
* Pull the phone library directly. Delete old version.georgey@chromium.org2011-11-3069-58435/+61
| | | | | | | | TEST=unit-tests BUG=105577 Review URL: http://codereview.chromium.org/8736001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112305 0039d316-1c4b-4281-b951-d872f2087c98
* Add a guard page in front of metadata allocations.jschuh@chromium.org2011-11-305-4/+72
| | | | | | | | | | BUG=104752 Review URL: http://codereview.chromium.org/8570023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112260 0039d316-1c4b-4281-b951-d872f2087c98
* Add GL_ANGLE_pack_reverse_row_order to command bufferbsalomon@google.com2011-11-301-0/+10
| | | | | | | Bug=82559 Review URL: http://codereview.chromium.org/8513017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112245 0039d316-1c4b-4281-b951-d872f2087c98
* Changes to allow the nacl sdk to build in a chrome checkout.bradnelson@google.com2011-11-281-0/+10
| | | | | | | | | | | | | - Pulling in pymox (now with corrected headers, mirroring coming soon). - Pulling in glibc toolchains. - Pulling in sdk build binaries. BUG=http://code.google.com/p/chromium/issues/detail?id=105568 TEST=None R=noelallen@google.com Review URL: http://codereview.chromium.org/8659005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111736 0039d316-1c4b-4281-b951-d872f2087c98
* Plumb thru that we cache the front buffer.backer@chromium.org2011-11-241-0/+10
| | | | | | | | | | | | | This allows us to drop the root layer textures and save on VRAM (10 MB on a 30" display). WebKit side patch: https://bugs.webkit.org/show_bug.cgi?id=72956 BUG=none TEST='cat /proc/meminfo | grep Shmem' on Intel graphics and use_aura=1 attached to 30" display Review URL: http://codereview.chromium.org/8637014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111532 0039d316-1c4b-4281-b951-d872f2087c98
* set type 'settings' to 'none' in gyp file in case using the system librobert.nagy@gmail.com2011-11-241-1/+1
| | | | | | | | | | BUG= TEST= Review URL: http://codereview.chromium.org/8694001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111529 0039d316-1c4b-4281-b951-d872f2087c98
* Move GL headers from gpu to third_party/khronosskyostil@google.com2011-11-248-0/+3341
| | | | | | | | | | | | | This change moves the OpenGL ES and EGL header files from gpu/ to a new third_party/khronos/ directory. The headers are also rebased to the latest upstream versions. BUG=102824 TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=111170 Review URL: http://codereview.chromium.org/8423038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111523 0039d316-1c4b-4281-b951-d872f2087c98
* Upstream: Third-party change to build net_unittests for Android.jingzhao@chromium.org2011-11-231-0/+12
| | | | | | | | | | BUG= TEST= Review URL: http://codereview.chromium.org/8547010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111305 0039d316-1c4b-4281-b951-d872f2087c98
* replace platform conditions with os_posix and os_bsd where applicablerobert.nagy@gmail.com2011-11-225-6/+6
| | | | | | | | | | | | | this patch also adds a comment that describes why EAI_NODATA is disabled on FreeBSD BUG= TEST= TBR=wtc Review URL: http://codereview.chromium.org/8598010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111253 0039d316-1c4b-4281-b951-d872f2087c98
* Upstream: Make expat compiled in Androidmichaelbai@chromium.org2011-11-221-3/+3
| | | | | | | | | | BUG=None TEST=None Review URL: http://codereview.chromium.org/8620004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111206 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 111170 - Move GL headers from gpu to third_party/khronosabodenha@chromium.org2011-11-228-3299/+0
| | | | | | | | | | | | | | This change moves the OpenGL ES and EGL header files from gpu/ to a new third_party/khronos/ directory. The headers are also rebased to the latest upstream versions. BUG=102824 TEST=none Review URL: http://codereview.chromium.org/8423038 TBR=skyostil@google.com Review URL: http://codereview.chromium.org/8633020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111173 0039d316-1c4b-4281-b951-d872f2087c98
* Move GL headers from gpu to third_party/khronosskyostil@google.com2011-11-228-0/+3299
| | | | | | | | | | | This change moves the OpenGL ES and EGL header files from gpu/ to a new third_party/khronos/ directory. The headers are also rebased to the latest upstream versions. BUG=102824 TEST=none Review URL: http://codereview.chromium.org/8423038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111170 0039d316-1c4b-4281-b951-d872f2087c98
* Put TCMalloc cleanup near the end of destructor listjar@chromium.org2011-11-211-1/+2
| | | | | | | | | | | | | | Try to make sure that the destructor at thread termination for TCMalloc is called later than most any other destructors. If other destructors are called later, and if they use malloc, then TCMalloc will start a new instance, and never cleanup :-( r=rvargas BUG=103209 Review URL: http://codereview.chromium.org/8550005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110987 0039d316-1c4b-4281-b951-d872f2087c98
* Update licensecheck to 2.11.2, which contains upstreamed patches:phajdan.jr@chromium.org2011-11-163-7/+17
| | | | | | | | | | | | | | | | | | http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=641497 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=647524 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=647526 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=647527 And also a patch by Adam Langley (agl): http://anonscm.debian.org/gitweb/?p=devscripts/devscripts.git;a=commitdiff;h=917d833db3495bdc1252d3e739e8ef68f5710105 BUG=28291 Review URL: http://codereview.chromium.org/8486004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110366 0039d316-1c4b-4281-b951-d872f2087c98
* Default to building instead of just linking libpng for Androidpeter@chromium.org2011-11-161-1/+1
| | | | | | | | | | | | Right now, the default defined in libpng.gyp is to use the system's libpng for Android, while we want to build this from source. BUG= TEST= Review URL: http://codereview.chromium.org/8486008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110308 0039d316-1c4b-4281-b951-d872f2087c98
* Allow linker initialization of lazy instancejoth@chromium.org2011-11-151-1/+1
| | | | | | | | | | | | | | Using the initializer list construct = {0} allows the object to be linker initialized. Modify the LazyInstance class design to make it a pod aggregate type that can be linker initialized this way. Also combines the instance and state members, in line with the Singleton<> class design. Introduces a new LAZY_INSTANCE_INITIALIZER macro specifically for using to init all lazy instances + modify all existing callsites to use it. (Old code would no longer compile) BUG=94925 TEST=existing tests pass. http://build.chromium.org/f/chromium/perf/linux-release/sizes/report.html?history=150&header=chrome-si&graph=chrome-si&rev=-1 should step downward. TBR=jam@chromium.org,rvargas@chromium.org,darin@chromium.org,ben@chromium.org,apatrick@chromium.org,akalin@chromium.org Review URL: http://codereview.chromium.org/8491043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110076 0039d316-1c4b-4281-b951-d872f2087c98
* Make chrome communicate with gpsd through libgps/shared memorymiletus@chromium.org2011-11-122-119/+818
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Update gps.h header to 3.1 version to have shared memory export libgps APIs. Adapt libgps_wrapper_linux to use shared memory to communicate with gpsd. We enable the libgps support on ChromeOS and drop the support on destkop linux for now due to the fact that we can't control what gpsd version will be present on the desktop system and the gps data written to shared memory by gpsd maybe not be compatible with what chrome/libgps is expecting. If there is demand for desktop libgps support we can add it back and investigate on using socket interface between libgps and gpsd. BUG=103751 TEST=run "tools/checklicenses/checklicenses.py third_party/gpsd/" and make sure no license violation. content_unittests --gtest_filter="*Gps*" and make sure all unittests pass Review URL: http://codereview.chromium.org/8463022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109736 0039d316-1c4b-4281-b951-d872f2087c98
* Clean up third_party/devscriptsphajdan.jr@chromium.org2011-11-092-177/+4
| | | | | | | | | | | | This CL removes the .patch file that is inconvenient to update. There is an .orig file which doesn't need to be touched when modifying the script. BUG=28291 Review URL: http://codereview.chromium.org/8511011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109272 0039d316-1c4b-4281-b951-d872f2087c98
* libevent: fix include styleensonic@google.com2011-11-094-6/+15
| | | | | | | | | | | We always want to include the local headers instead of eventually installed ones. Removes the workaround from the gyp build file as that is the wrong and unsafe fix. Review URL: http://codereview.chromium.org/8438070 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109251 0039d316-1c4b-4281-b951-d872f2087c98