diff options
Diffstat (limited to 'chrome/nacl.gypi')
-rw-r--r-- | chrome/nacl.gypi | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/chrome/nacl.gypi b/chrome/nacl.gypi index 2b7e494..5947d6a 100644 --- a/chrome/nacl.gypi +++ b/chrome/nacl.gypi @@ -71,6 +71,7 @@ '../third_party/npapi/npapi.gyp:npapi', '../webkit/support/webkit_support.gyp:glue', '../native_client/src/trusted/plugin/plugin.gyp:npGoogleNaClPluginChrome', + '../native_client/src/trusted/plugin/plugin.gyp:ppGoogleNaClPluginChrome', '../native_client/src/trusted/service_runtime/service_runtime.gyp:sel', '../native_client/src/trusted/validator_x86/validator_x86.gyp:ncvalidate', '../native_client/src/trusted/platform_qualify/platform_qualify.gyp:platform_qual_lib', @@ -82,14 +83,6 @@ '<@(nacl_defines)', ], }, - 'conditions': [ - ['OS=="mac"', { - 'dependencies': [ - # TODO(abarth): We should build ppGoogleNaClPluginChrome on all platforms. - '../native_client/src/trusted/plugin/plugin.gyp:ppGoogleNaClPluginChrome', - ], - }] - ], }, ], 'conditions': [ |