diff options
author | alexis.menard@intel.com <alexis.menard@intel.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-12 02:19:19 +0000 |
---|---|---|
committer | alexis.menard@intel.com <alexis.menard@intel.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-12 02:19:19 +0000 |
commit | c329d1dcc232f8aa0ad1fced2f961cb6cba1acc6 (patch) | |
tree | 95a96c5c74c71679436aeb3eeb1bdf77312616c7 /chrome/chrome_tests.gypi | |
parent | 299e0328e8fd2233c456b3c9097c12d767a8e5e2 (diff) | |
download | chromium_src-c329d1dcc232f8aa0ad1fced2f961cb6cba1acc6.zip chromium_src-c329d1dcc232f8aa0ad1fced2f961cb6cba1acc6.tar.gz chromium_src-c329d1dcc232f8aa0ad1fced2f961cb6cba1acc6.tar.bz2 |
Move nacl_helper_linux.cc to components/nacl
Move the NaCl linux helper into the components/nacl/loader directory as well
as the build target to components/nacl.gyp. This patch also
removed chrome/nacl.gypi which is not needed anymore.
This is part of an effort to componentize NaCl code.
Patch by mrunal.kapade@intel.com with modifications by myself.
BUG=244791
Review URL: https://codereview.chromium.org/58333002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@234379 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_tests.gypi')
-rw-r--r-- | chrome/chrome_tests.gypi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi index ccf0289..24f2bdb 100644 --- a/chrome/chrome_tests.gypi +++ b/chrome/chrome_tests.gypi @@ -1706,7 +1706,7 @@ ['OS=="linux"', { 'dependencies': [ '../native_client/src/trusted/service_runtime/linux/nacl_bootstrap.gyp:nacl_helper_bootstrap', - 'nacl_helper', + '../components/nacl.gyp:nacl_helper', ], }], ['chromeos==0', { |