 Chromium Code Reviews
 Chromium Code Reviews Issue 10827176:
  fix duplication issue for android path_service.cc  (Closed) 
  Base URL: svn://svn.chromium.org/chrome/trunk/src
    
  
    Issue 10827176:
  fix duplication issue for android path_service.cc  (Closed) 
  Base URL: svn://svn.chromium.org/chrome/trunk/src| Index: base/base.gypi | 
| diff --git a/base/base.gypi b/base/base.gypi | 
| index 4fce95990a7d61532fc8e80499949238d057e25b..dd78c41edbfbd777f697d186e9cfddaa67a47612 100644 | 
| --- a/base/base.gypi | 
| +++ b/base/base.gypi | 
| @@ -41,8 +41,8 @@ | 
| 'android/jni_string.h', | 
| 'android/locale_utils.cc', | 
| 'android/locale_utils.h', | 
| - 'android/path_service.cc', | 
| - 'android/path_service.h', | 
| + 'android/path_service_android.cc', | 
| + 'android/path_service_android.h', | 
| 'android/path_utils.cc', | 
| 'android/path_utils.h', | 
| 'at_exit.cc', |