summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--DEPS2
-rw-r--r--chrome/nacl.gypi3
2 files changed, 4 insertions, 1 deletions
diff --git a/DEPS b/DEPS
index 2c395fd..83ba9c9 100644
--- a/DEPS
+++ b/DEPS
@@ -7,7 +7,7 @@ vars = {
"webkit_revision": "77484",
"chromium_git": "http://git.chromium.org/git",
"swig_revision": "69281",
- "nacl_revision": "4267",
+ "nacl_revision": "4241",
"libjingle_revision": "50",
"libvpx_revision": "65287",
"ffmpeg_revision": "71842",
diff --git a/chrome/nacl.gypi b/chrome/nacl.gypi
index f125393..5947d6a 100644
--- a/chrome/nacl.gypi
+++ b/chrome/nacl.gypi
@@ -68,7 +68,9 @@
'chrome_resources',
'chrome_strings',
'common',
+ '../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',
@@ -100,6 +102,7 @@
'chrome_resources',
'chrome_strings',
'common_nacl_win64',
+ '../native_client/src/trusted/plugin/plugin.gyp:npGoogleNaClPluginChrome64',
'../native_client/src/trusted/service_runtime/service_runtime.gyp:sel64',
'../native_client/src/trusted/platform_qualify/platform_qualify.gyp:platform_qual_lib64',
],