diff options
author | yael.aharon@intel.com <yael.aharon@intel.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-23 20:24:00 +0000 |
---|---|---|
committer | yael.aharon@intel.com <yael.aharon@intel.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-23 20:24:00 +0000 |
commit | 512b5bd88c595d07b361c50cad628ca461e3357d (patch) | |
tree | fa5a6078f1db6344c19908ea0b1c6e6e3cecc17b /chrome/nacl.gypi | |
parent | 19e9de23d24e0831f19291fd449c7760a6c1ec13 (diff) | |
download | chromium_src-512b5bd88c595d07b361c50cad628ca461e3357d.zip chromium_src-512b5bd88c595d07b361c50cad628ca461e3357d.tar.gz chromium_src-512b5bd88c595d07b361c50cad628ca461e3357d.tar.bz2 |
Move common files from chrome/common to components/nacl/common.
This is part of an effort to componentize nacl code.
BUG=244791
Review URL: https://chromiumcodereview.appspot.com/19833004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@213214 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/nacl.gypi')
-rw-r--r-- | chrome/nacl.gypi | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/chrome/nacl.gypi b/chrome/nacl.gypi index 7fcf051..3b7cf04 100644 --- a/chrome/nacl.gypi +++ b/chrome/nacl.gypi @@ -54,8 +54,8 @@ 'sources': [ 'app/nacl_fork_delegate_linux.cc', 'app/nacl_fork_delegate_linux.h', - 'common/nacl_paths.cc', - 'common/nacl_paths.h', + '../components/nacl/common/nacl_paths.cc', + '../components/nacl/common/nacl_paths.h', ], },], ], @@ -114,12 +114,9 @@ '../ppapi/ppapi_internal.gyp:ppapi_ipc_win64', ], 'sources': [ - 'common/nacl_debug_exception_handler_win.cc', - 'common/nacl_messages.cc', - 'common/nacl_types.cc', 'nacl/nacl_broker_listener.cc', 'nacl/nacl_broker_listener.h', - '../components/nacl/common/nacl_cmd_line.cc', + '../components/nacl/common/nacl_debug_exception_handler_win.cc', ], 'include_dirs': [ '..', @@ -150,6 +147,7 @@ '..', ], 'dependencies': [ + '../components/nacl_common.gyp:nacl_common', '../crypto/crypto.gyp:crypto', '../sandbox/sandbox.gyp:libc_urandom_override', '../sandbox/sandbox.gyp:sandbox', @@ -159,8 +157,6 @@ 'nacl/nacl_helper_linux.cc', 'nacl/nacl_sandbox_linux.cc', '../base/posix/unix_domain_socket_linux.cc', - '../chrome/common/nacl_messages.cc', - '../chrome/common/nacl_types.cc', '../content/common/child_process_sandbox_support_impl_shm_linux.cc', '../content/common/sandbox_init_linux.cc', '../content/common/sandbox_seccomp_bpf_linux.cc', |