| Index: base/base.gypi | 
| diff --git a/base/base.gypi b/base/base.gypi | 
| index c82011eb0cbe6349538d82b403367c392226999e..f5bf4a9dddc62f1dd6a7861cf38a8dcec2724ba8 100644 | 
| --- a/base/base.gypi | 
| +++ b/base/base.gypi | 
| @@ -487,8 +487,6 @@ | 
| ['include', '^worker_pool_linux\\.cc$'], | 
| # TODO(michaelbai): The below files are excluded because of the | 
| # missing JNI, add them back when JNI is ready. | 
| -              ['exclude', '^android/path_utils\\.cc$'], | 
| -              ['exclude', '^base_paths_android\\.cc$'], | 
| ['exclude', '^message_pump_android\\.cc$'], | 
| ], | 
| }], | 
| @@ -666,6 +664,10 @@ | 
| 'dependencies': [ | 
| 'symbolize', | 
| '../third_party/ashmem/ashmem.gyp:ashmem', | 
| +            'base_jni_headers', | 
| +          ], | 
| +          'include_dirs': [ | 
| +            '<(SHARED_INTERMEDIATE_DIR)/base', | 
| ], | 
| 'link_settings': { | 
| 'libraries': [ | 
|  |