Chromium Code Reviews| Index: content/content_child.gypi | 
| diff --git a/content/content_child.gypi b/content/content_child.gypi | 
| index e73d3d80b79b58ce3a302c00260d271df89d2ccc..0ef1e45b7dcb2569b60a903c8f1f6a34940bbb14 100644 | 
| --- a/content/content_child.gypi | 
| +++ b/content/content_child.gypi | 
| @@ -344,8 +344,8 @@ | 
| } | 
| ], | 
| ['OS=="android"', { | 
| - 'includes': [ | 
| - '../build/android/cpufeatures.gypi', | 
| + 'dependencies': [ | 
| + '../build/android/ndk.gyp:cpu_features', | 
| ], | 
| }], | 
| ['enable_plugins==0', { |