summaryrefslogtreecommitdiffstats
path: root/sandbox/sandbox.gyp
diff options
context:
space:
mode:
authorrvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-04 22:42:46 +0000
committerrvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-04 22:42:46 +0000
commit167d52bbfbfc80f2232474eddfeb8bc587008d71 (patch)
tree9e77fbdef399cdc76b6bf8ca5531b950a76f4210 /sandbox/sandbox.gyp
parent573251378096bd1cfec87cc485fb1261c129ce2a (diff)
downloadchromium_src-167d52bbfbfc80f2232474eddfeb8bc587008d71.zip
chromium_src-167d52bbfbfc80f2232474eddfeb8bc587008d71.tar.gz
chromium_src-167d52bbfbfc80f2232474eddfeb8bc587008d71.tar.bz2
Create a base_static library with files that should not
be used from a dll (base.dll), and fix some incorrect dependencies. BUG=76996 TEST=none Review URL: http://codereview.chromium.org/6759047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80384 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'sandbox/sandbox.gyp')
-rw-r--r--sandbox/sandbox.gyp3
1 files changed, 2 insertions, 1 deletions
diff --git a/sandbox/sandbox.gyp b/sandbox/sandbox.gyp
index 692e526..e44e817 100644
--- a/sandbox/sandbox.gyp
+++ b/sandbox/sandbox.gyp
@@ -1,4 +1,4 @@
-# Copyright (c) 2009 The Chromium Authors. All rights reserved.
+# Copyright (c) 2011 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
@@ -188,6 +188,7 @@
'dependencies': [
'../testing/gtest.gyp:gtest',
'../base/base.gyp:base',
+ '../base/base.gyp:base_static',
],
'msvs_guid': '881F6A97-D539-4C48-B401-DF04385B2343',
'sources': [