diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-24 17:10:26 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-24 17:10:26 +0000 |
commit | f7f9819d66ea030ff43ca813ee87828cfce1fa29 (patch) | |
tree | 1b5c0d080c2b6066a1dff0f367d6efc02f7635bf /content/content_tests.gypi | |
parent | b081d6c2216f187cd27b96f24489f8fbb038c8f1 (diff) | |
download | chromium_src-f7f9819d66ea030ff43ca813ee87828cfce1fa29.zip chromium_src-f7f9819d66ea030ff43ca813ee87828cfce1fa29.tar.gz chromium_src-f7f9819d66ea030ff43ca813ee87828cfce1fa29.tar.bz2 |
Get rid of a bunch of geolocation includes in chrome tests. I've created a simple mock class that tests which use geolocation can use to wrap this complexity.
BUG=98716
Review URL: https://chromiumcodereview.appspot.com/9285011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@118850 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content_tests.gypi')
-rw-r--r-- | content/content_tests.gypi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/content/content_tests.gypi b/content/content_tests.gypi index 2e3e4b5..8208507 100644 --- a/content/content_tests.gypi +++ b/content/content_tests.gypi @@ -86,6 +86,8 @@ 'test/content_test_suite.cc', 'test/content_test_suite.h', 'test/js_injection_ready_observer.h', + 'test/mock_geolocation.cc', + 'test/mock_geolocation.h', 'test/mock_keyboard.cc', 'test/mock_keyboard.h', 'test/mock_keyboard_driver_win.cc', |