| Index: content/content_gpu.gypi
|
| diff --git a/content/content_gpu.gypi b/content/content_gpu.gypi
|
| index 3327a696f196e617f19818fb6ce7bce0b5726c3c..d55093c50c433f1513acf165789c295b8adb24a4 100644
|
| --- a/content/content_gpu.gypi
|
| +++ b/content/content_gpu.gypi
|
| @@ -100,5 +100,15 @@
|
| '../third_party/libXNVCtrl/libXNVCtrl.gyp:libXNVCtrl',
|
| ],
|
| }],
|
| + ['target_arch=="arm" and chromeos == 1', {
|
| + 'include_dirs': [
|
| + '<(DEPTH)/third_party/openmax/il',
|
| + ],
|
| + }],
|
| + ['target_arch!="arm" and chromeos == 1', {
|
| + 'include_dirs': [
|
| + '<(DEPTH)/third_party/libva',
|
| + ],
|
| + }],
|
| ],
|
| }
|
|
|