| Index: components/policy/policy_browser.gypi | 
| diff --git a/components/policy/policy_browser.gypi b/components/policy/policy_browser.gypi | 
| index 701a55f4fdec8800bb7f5a1ec5d399cfd066185d..e5a3931ffd4dfc98e75224178a70469649f5aca5 100644 | 
| --- a/components/policy/policy_browser.gypi | 
| +++ b/components/policy/policy_browser.gypi | 
| @@ -61,6 +61,17 @@ | 
| 'core/browser/url_blacklist_policy_handler.cc', | 
| 'core/browser/url_blacklist_policy_handler.h', | 
| ], | 
| +      'conditions': [ | 
| +        ['OS=="android"', { | 
| +          'sources': [ | 
| +            'core/browser/android/component_jni_registrar.cc', | 
| +            'core/browser/android/component_jni_registrar.h', | 
| +            'core/browser/android/policy_converter.cc', | 
| +            'core/browser/android/policy_converter.h', | 
| +          ], | 
| +          'dependencies': [ 'policy_jni_headers' ] | 
| +        }] | 
| +      ] | 
| }], | 
| ], | 
| } | 
|  |