diff options
author | mcgrathr@chromium.org <mcgrathr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-06 00:30:02 +0000 |
---|---|---|
committer | mcgrathr@chromium.org <mcgrathr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-06 00:30:02 +0000 |
commit | 2e7efaf1ba5fc3ef21ff15c89ab45fade576707c (patch) | |
tree | 60fa697d8821b7273dbcb461e055d2b90c9c747c /chrome/chrome_exe.gypi | |
parent | 00d41a8f6f4a844b97ef29ef9e55afb7faf20a64 (diff) | |
download | chromium_src-2e7efaf1ba5fc3ef21ff15c89ab45fade576707c.zip chromium_src-2e7efaf1ba5fc3ef21ff15c89ab45fade576707c.tar.gz chromium_src-2e7efaf1ba5fc3ef21ff15c89ab45fade576707c.tar.bz2 |
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
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113074 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_exe.gypi')
-rw-r--r-- | chrome/chrome_exe.gypi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi index 9d7819c..4f7edcc 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': [ - 'nacl_helper_bootstrap', + '../native_client/src/trusted/service_runtime/linux/nacl_bootstrap.gyp:nacl_helper_bootstrap', 'nacl_helper', ], }], |