diff options
author | jln@chromium.org <jln@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-18 19:20:27 +0000 |
---|---|---|
committer | jln@chromium.org <jln@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-18 19:20:27 +0000 |
commit | 3cd057d5f8e4df5dd83f071f4752dd1c2588afa4 (patch) | |
tree | 11edf8dadc7ac9fee12233f7976849fd1436567c /sandbox/sandbox.gyp | |
parent | 19c6868446445c04b994afaba5e4dd45f28b72a6 (diff) | |
download | chromium_src-3cd057d5f8e4df5dd83f071f4752dd1c2588afa4.zip chromium_src-3cd057d5f8e4df5dd83f071f4752dd1c2588afa4.tar.gz chromium_src-3cd057d5f8e4df5dd83f071f4752dd1c2588afa4.tar.bz2 |
Move sandbox/sandbox_linux.gypi to sandbox/linux
Make it symmetrical with the Windows version.
BUG=
TEST=
Review URL: https://chromiumcodereview.appspot.com/10808003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147291 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'sandbox/sandbox.gyp')
-rw-r--r-- | sandbox/sandbox.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sandbox/sandbox.gyp b/sandbox/sandbox.gyp index 1d87d11..c953f08 100644 --- a/sandbox/sandbox.gyp +++ b/sandbox/sandbox.gyp @@ -14,7 +14,7 @@ }], [ 'OS=="linux"', { 'includes': [ - 'sandbox_linux.gypi', + 'linux/sandbox_linux.gypi', ], }], [ 'OS!="win" and OS!="mac" and OS!="linux"', { |