summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_exe.gypi
diff options
context:
space:
mode:
authormcgrathr@chromium.org <mcgrathr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-06 00:40:24 +0000
committermcgrathr@chromium.org <mcgrathr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-06 00:40:24 +0000
commitd67ee551133a8b07fdb0ae33fd417e9c082e1074 (patch)
tree0913e9dc592d3b3c9a5213b62d2361121a545a18 /chrome/chrome_exe.gypi
parentbcc42fcbe0a522b6452eeda264c480dd7086d908 (diff)
downloadchromium_src-d67ee551133a8b07fdb0ae33fd417e9c082e1074.zip
chromium_src-d67ee551133a8b07fdb0ae33fd417e9c082e1074.tar.gz
chromium_src-d67ee551133a8b07fdb0ae33fd417e9c082e1074.tar.bz2
Revert 113074 - Use nacl_helper_bootstrap from native_client repository
These sources have been moved over to the native_client repository. Remove them from chromium/src altogether and just make the gyp files refer to the native_client stuff. BUG= none TEST= linux still builds R=sehr@google.com,noelallen@chromium.org Review URL: http://codereview.chromium.org/8799016 TBR=mcgrathr@chromium.org Review URL: http://codereview.chromium.org/8811002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113078 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_exe.gypi')
-rw-r--r--chrome/chrome_exe.gypi2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi
index 4f7edcc..9d7819c 100644
--- a/chrome/chrome_exe.gypi
+++ b/chrome/chrome_exe.gypi
@@ -418,7 +418,7 @@
# For now, do not build nacl_helper when disable_nacl=1
['disable_nacl!=1', {
'dependencies': [
- '../native_client/src/trusted/service_runtime/linux/nacl_bootstrap.gyp:nacl_helper_bootstrap',
+ 'nacl_helper_bootstrap',
'nacl_helper',
],
}],