| Index: content/content_browser.gypi
|
| diff --git a/content/content_browser.gypi b/content/content_browser.gypi
|
| index f62174e0bc4220c3afc3e3b435768880b5e3c01e..f070747ee0775473ba29d28fe39e9d482815c5ae 100644
|
| --- a/content/content_browser.gypi
|
| +++ b/content/content_browser.gypi
|
| @@ -1288,6 +1288,10 @@
|
| ['OS!="android" and OS!="ios"', {
|
| 'dependencies': [
|
| 'browser/tracing/tracing_resources.gyp:tracing_resources',
|
| + ],
|
| + }],
|
| + ['android_webview_build==0 and OS!="ios"', {
|
| + 'dependencies': [
|
| '../third_party/libyuv/libyuv.gyp:libyuv',
|
| ],
|
| }],
|
|
|