summaryrefslogtreecommitdiffstats
path: root/third_party/gpsd
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Fix gps.h license issue, by deleting itjoth@chromium.org2011-10-102-656/+5
| | | | | | | | | | | BUG=98132,99326 TEST=used gpsfake (from lucid package 2.92) and opened maps.google.com/maps/m Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=104481 Review URL: http://codereview.chromium.org/8171006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@104716 0039d316-1c4b-4281-b951-d872f2087c98
* Add back in file drover failed to restore in r104482joth@chromium.org2011-10-071-0/+651
| | | | | | | | | | BUG= TEST= TBR=bulach@chromium.org Review URL: http://codereview.chromium.org/8206001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@104484 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 104481 - Fix gps.h license issue, by deleting itjoth@chromium.org2011-10-071-5/+5
| | | | | | | | | | | | BUG=98132,99326 TEST=used gpsfake (from lucid package 2.92) and opened maps.google.com/maps/m Review URL: http://codereview.chromium.org/8171006 TBR=joth@chromium.org Review URL: http://codereview.chromium.org/8199006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@104482 0039d316-1c4b-4281-b951-d872f2087c98
* Fix gps.h license issue, by deleting itjoth@chromium.org2011-10-072-656/+5
| | | | | | | | | BUG=98132,99326 TEST=used gpsfake (from lucid package 2.92) and opened maps.google.com/maps/m Review URL: http://codereview.chromium.org/8171006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@104481 0039d316-1c4b-4281-b951-d872f2087c98
* Cleaning up third_party readmes and adding a template for future use.cdn@chromium.org2011-03-161-1/+2
| | | | | | | | | | | The next step is a presubmit rule that will make people use the template. We are doing this so that we can better track dependancy versions. BUG=None TEST=N/A Review URL: http://codereview.chromium.org/6610030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78316 0039d316-1c4b-4281-b951-d872f2087c98
* Move us closer to passing the license check script.phajdan.jr@chromium.org2010-08-301-0/+1
| | | | | | | | TEST=none BUG=28291 Review URL: http://codereview.chromium.org/3245008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57895 0039d316-1c4b-4281-b951-d872f2087c98
* Add gpsd API into third_partyjoth@chromium.org2010-05-274-0/+1817
gps.h is required by the geolocation implementation in Chrome to use GPS devices (where available). (blocking http://codereview.chromium.org/2032010) BUG=43868 TEST=none Review URL: http://codereview.chromium.org/2061002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48377 0039d316-1c4b-4281-b951-d872f2087c98