| Index: content/content.gyp
 | 
| diff --git a/content/content.gyp b/content/content.gyp
 | 
| index efcbf740586c2604ee6a4aa8cc9cdea4fb9cf508..e8ea97c0b393aaf00a663f1de5ad7c2369f8b8d0 100644
 | 
| --- a/content/content.gyp
 | 
| +++ b/content/content.gyp
 | 
| @@ -460,6 +460,14 @@
 | 
|              'screen_orientation_values_java',
 | 
|              'accessibility_java',
 | 
|            ],
 | 
| +          # TODO(sgurun) remove this when M is public. crbug/512264.
 | 
| +          'conditions': [
 | 
| +            ['android_sdk_version != "M"', {
 | 
| +              'dependencies': [
 | 
| +                '../third_party/android_tools/android_tools.gyp:preview_java_sources',
 | 
| +              ],
 | 
| +            }],
 | 
| +          ],
 | 
|            'variables': {
 | 
|              'java_in_dir': '../content/public/android/java',
 | 
|              'has_java_resources': 1,
 | 
| 
 |