diff options
author | alexis.menard@intel.com <alexis.menard@intel.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-22 20:44:02 +0000 |
---|---|---|
committer | alexis.menard@intel.com <alexis.menard@intel.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-22 20:44:02 +0000 |
commit | 7c766e9434441f945508f2bbdbe416fd557b7d02 (patch) | |
tree | 985dc3422d9f359ede2d26e893696391632a5728 /chrome/chrome_common.gypi | |
parent | 879517bd47bd27255ae5d29a1b6cfe3b2bb793fe (diff) | |
download | chromium_src-7c766e9434441f945508f2bbdbe416fd557b7d02.zip chromium_src-7c766e9434441f945508f2bbdbe416fd557b7d02.tar.gz chromium_src-7c766e9434441f945508f2bbdbe416fd557b7d02.tar.bz2 |
Move more files from chrome/browser/nacl_host/ to components/nacl/browser/
These files have no dependencies on chrome/ so they can be safely moved
to the components/ directory.
This is part of an effort to componentize NaCl code.
BUG=244791
R=brettw@chromium.org, cpu@chromium.org, jochen@chromium.org, mseaborn@chromium.org
Review URL: https://codereview.chromium.org/75463005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236821 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_common.gypi')
-rw-r--r-- | chrome/chrome_common.gypi | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi index 57a6cfd..cd1dc17 100644 --- a/chrome/chrome_common.gypi +++ b/chrome/chrome_common.gypi @@ -398,9 +398,6 @@ 'common/web_application_info.h', 'common/worker_thread_ticker.cc', 'common/worker_thread_ticker.h', - '../components/nacl/common/nacl_host_messages.h', - '../components/nacl/common/nacl_process_type.h', - '../components/nacl/common/nacl_sandbox_type_mac.h', ], 'conditions': [ ['enable_extensions==1', { |