Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(35)

Unified Diff: sandbox/linux/sandbox_linux.gypi

Issue 10808003: Move sandbox/sandbox_linux.gypi to sandbox/linux (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | sandbox/sandbox.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sandbox/linux/sandbox_linux.gypi
diff --git a/sandbox/sandbox_linux.gypi b/sandbox/linux/sandbox_linux.gypi
similarity index 78%
rename from sandbox/sandbox_linux.gypi
rename to sandbox/linux/sandbox_linux.gypi
index 865c22da959d7c5e570bb0e16e1e3dd437d091e4..5286921d375b36b2c3fb0d90f1e35c51ee0da9aa 100644
--- a/sandbox/sandbox_linux.gypi
+++ b/sandbox/linux/sandbox_linux.gypi
@@ -37,15 +37,15 @@
'../testing/gtest.gyp:gtest',
],
'sources': [
- 'linux/tests/unit_tests.cc',
+ 'tests/unit_tests.cc',
],
'include_dirs': [
- '..',
+ '../..',
],
'conditions': [
[ 'OS=="linux" and (target_arch=="ia32" or target_arch=="x64")', {
'sources': [
- 'linux/seccomp-bpf/sandbox_bpf_unittest.cc',
+ 'seccomp-bpf/sandbox_bpf_unittest.cc',
],
}],
],
@@ -54,16 +54,16 @@
'target_name': 'seccomp_bpf',
'type': 'static_library',
'sources': [
- 'linux/seccomp-bpf/sandbox_bpf.cc',
- 'linux/seccomp-bpf/sandbox_bpf.h',
- 'linux/seccomp-bpf/verifier.cc',
- 'linux/seccomp-bpf/verifier.h',
+ 'seccomp-bpf/sandbox_bpf.cc',
+ 'seccomp-bpf/sandbox_bpf.h',
+ 'seccomp-bpf/verifier.cc',
+ 'seccomp-bpf/verifier.h',
],
'dependencies': [
'../base/base.gyp:base',
],
'include_dirs': [
- '..',
+ '../..',
],
},
{
@@ -71,27 +71,27 @@
'target_name': 'chrome_sandbox',
'type': 'executable',
'sources': [
- 'linux/suid/linux_util.c',
- 'linux/suid/linux_util.h',
- 'linux/suid/process_util.h',
- 'linux/suid/process_util_linux.c',
- 'linux/suid/sandbox.h',
- 'linux/suid/sandbox.c',
+ 'suid/linux_util.c',
+ 'suid/linux_util.h',
+ 'suid/process_util.h',
+ 'suid/process_util_linux.c',
+ 'suid/sandbox.h',
+ 'suid/sandbox.c',
],
'cflags': [
# For ULLONG_MAX
'-std=gnu99',
],
'include_dirs': [
- '..',
+ '../..',
],
},
{
'target_name': 'libc_urandom_override',
'type': 'static_library',
'sources': [
- 'linux/services/libc_urandom_override.cc',
- 'linux/services/libc_urandom_override.h',
+ 'services/libc_urandom_override.cc',
+ 'services/libc_urandom_override.h',
],
'dependencies': [
'../base/base.gyp:base',
« no previous file with comments | « no previous file | sandbox/sandbox.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698