From c329d1dcc232f8aa0ad1fced2f961cb6cba1acc6 Mon Sep 17 00:00:00 2001 From: "alexis.menard@intel.com" Date: Tue, 12 Nov 2013 02:19:19 +0000 Subject: 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 --- chrome/chrome.gyp | 1 - 1 file changed, 1 deletion(-) (limited to 'chrome/chrome.gyp') diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp index f64f27f..6bd199b 100644 --- a/chrome/chrome.gyp +++ b/chrome/chrome.gyp @@ -123,7 +123,6 @@ 'chrome_installer.gypi', 'chrome_renderer.gypi', 'chrome_tests.gypi', - 'nacl.gypi', '../apps/apps.gypi', ], 'targets': [ -- cgit v1.1