| Index: content/content_tests.gypi
|
| diff --git a/content/content_tests.gypi b/content/content_tests.gypi
|
| index cfdda71a6ea2bf3d4c28ba88efc4838ad154af47..6bc839b3187b0ea4ad54e7de9a9fd910cda43d24 100644
|
| --- a/content/content_tests.gypi
|
| +++ b/content/content_tests.gypi
|
| @@ -259,7 +259,7 @@
|
| '../third_party/WebKit/public/blink.gyp:blink',
|
| ],
|
| }],
|
| - ['OS == "win" or toolkit_uses_gtk == 1', {
|
| + ['OS == "win"', {
|
| 'dependencies': [
|
| '../sandbox/sandbox.gyp:sandbox',
|
| ],
|
| @@ -1208,7 +1208,7 @@
|
| ['exclude', '^browser/compositor/'],
|
| ],
|
| }],
|
| - ['OS!="android" and OS!="ios"', {
|
| + ['OS!="android" and OS!="ios" and OS!="linux"', {
|
| # npapi test plugin doesn't build on android or ios
|
| 'dependencies': [
|
| # Runtime dependencies
|
| @@ -1649,7 +1649,7 @@
|
| },
|
| ],
|
| }],
|
| - ['OS!="android" and OS!="ios"', {
|
| + ['OS!="android" and OS!="ios" and OS!="linux"', {
|
| # npapi test plugin doesn't build on android or ios
|
| 'targets': [
|
| {
|
|
|