diff options
author | cramya@chromium.org <cramya@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-07 04:35:52 +0000 |
---|---|---|
committer | cramya@chromium.org <cramya@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-07 04:35:52 +0000 |
commit | 48f0cb0b8b0b76be6ccee823bb8aba7ceb2b1014 (patch) | |
tree | 102c5cda241fc53924aa7d93125ad9ca2ef3d241 /chrome/chrome_android.gypi | |
parent | c9d365c0cc41b93bf8fc6e8dd99c5eefd47d8e6a (diff) | |
download | chromium_src-48f0cb0b8b0b76be6ccee823bb8aba7ceb2b1014.zip chromium_src-48f0cb0b8b0b76be6ccee823bb8aba7ceb2b1014.tar.gz chromium_src-48f0cb0b8b0b76be6ccee823bb8aba7ceb2b1014.tar.bz2 |
Refactoring Geolocation Infobar part4
Changes in this CL.
One google_location_settings_helper.h can be implemented separately for
chrome and unit_tests.
Removed google_location_settings_helper_factory.*
Removed the java GoogleLocationSettingsHelper files
Added 3 new unittests to test the new android infobar functionailty.
BUG=152236
Review URL: https://chromiumcodereview.appspot.com/11369065
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@166343 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_android.gypi')
-rw-r--r-- | chrome/chrome_android.gypi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/chrome_android.gypi b/chrome/chrome_android.gypi index 14475c5..a08f23c 100644 --- a/chrome/chrome_android.gypi +++ b/chrome/chrome_android.gypi @@ -22,6 +22,8 @@ 'android/testshell/tab_manager.cc', 'android/testshell/tab_manager.h', 'android/testshell/testshell_entry_point.cc', + "android/testshell/testshell_google_location_settings_helper.cc", + "android/testshell/testshell_google_location_settings_helper.h", 'android/testshell/testshell_stubs.cc', ], 'include_dirs': [ |