diff options
author | alexis.menard@intel.com <alexis.menard@intel.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-12-02 13:16:56 +0000 |
---|---|---|
committer | alexis.menard@intel.com <alexis.menard@intel.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-12-02 13:16:56 +0000 |
commit | 49291946b0033be9217477a03f2d5588248ff4a7 (patch) | |
tree | 45675f1222b90806449e33819b8a92d6aa1b2cac /chrome/renderer/DEPS | |
parent | 08bb5ffc8f6e8fe2c7a83e6ef2e44d292024bc27 (diff) | |
download | chromium_src-49291946b0033be9217477a03f2d5588248ff4a7.zip chromium_src-49291946b0033be9217477a03f2d5588248ff4a7.tar.gz chromium_src-49291946b0033be9217477a03f2d5588248ff4a7.tar.bz2 |
Move some files from chrome/renderer/pepper to components/nacl/renderer/
Move pnacl_translation_resource_host files as they have no dependencies of the chrome layer.
Move the creation of the nacl private interface (ppb_nacl_private_impl) to the components directory :
it requires to remove the IsOffTheRecord member of the interface (to not depend on chrome/)
but it's not used anyway.
This is part of an effort to componentize NaCl code.
BUG=244791
Review URL: https://codereview.chromium.org/88193002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@238083 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/renderer/DEPS')
-rw-r--r-- | chrome/renderer/DEPS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/renderer/DEPS b/chrome/renderer/DEPS index 5d98d35..5aa471a 100644 --- a/chrome/renderer/DEPS +++ b/chrome/renderer/DEPS @@ -1,6 +1,7 @@ include_rules = [ "+components/autofill/content/renderer", "+components/autofill/core/common", + "+components/nacl/renderer", "+components/plugins/renderer", "+components/translate/common", "+components/translate/language_detection", |