diff options
author | yael.aharon@intel.com <yael.aharon@intel.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-31 05:06:59 +0000 |
---|---|---|
committer | yael.aharon@intel.com <yael.aharon@intel.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-31 05:06:59 +0000 |
commit | 6fdb60cb8919c720a04221beb34267fc86e4485c (patch) | |
tree | 444e51f288f56c87aee9fbdf4720fe0063e5c77a /components/nacl/loader/DEPS | |
parent | e9792e255ab25e743655a5906421926ba80dbeaf (diff) | |
download | chromium_src-6fdb60cb8919c720a04221beb34267fc86e4485c.zip chromium_src-6fdb60cb8919c720a04221beb34267fc86e4485c.tar.gz chromium_src-6fdb60cb8919c720a04221beb34267fc86e4485c.tar.bz2 |
Move NaCl loader related files to components/nacl/loader.
nacl_exe_win_64.cc and nacl_helper_linux.cc will not move until breakpad is split off of chrome.
nacl.gypi will move in a separate CL.
This is part of an effort to componentize NaCl code.
BUG=244791
Review URL: https://chromiumcodereview.appspot.com/20337002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@214567 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'components/nacl/loader/DEPS')
-rw-r--r-- | components/nacl/loader/DEPS | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/components/nacl/loader/DEPS b/components/nacl/loader/DEPS new file mode 100644 index 0000000..aa04556 --- /dev/null +++ b/components/nacl/loader/DEPS @@ -0,0 +1,17 @@ +include_rules = [ + "+components/nacl", + "+content/public/app/startup_helper_win.h", + "+crypto", + "+sandbox/linux/seccomp-bpf", + "+sandbox/linux/services", + "+sandbox/win/src", + "+native_client/src", + "+ppapi/c", # header files only + + # For handle conversion in nacl_ipc_adapter.cc: + "+ppapi/proxy/handle_converter.h", + "+ppapi/proxy/serialized_handle.h", + + # For sending PpapiHostMsg_ChannelCreated in nacl_ipc_adapter.cc: + "+ppapi/proxy/ppapi_messages.h" +] |