summaryrefslogtreecommitdiffstats
path: root/remoting
diff options
context:
space:
mode:
authorrvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-26 21:54:28 +0000
committerrvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-26 21:54:28 +0000
commited321c69d78b48bcd51c4b883c1e2a69832664a6 (patch)
tree31af7618a84e0cea490ada043664f231a6188a41 /remoting
parent4e1c6cfe7aa7a281f6f6ce5006bef6ade08dc685 (diff)
downloadchromium_src-ed321c69d78b48bcd51c4b883c1e2a69832664a6.zip
chromium_src-ed321c69d78b48bcd51c4b883c1e2a69832664a6.tar.gz
chromium_src-ed321c69d78b48bcd51c4b883c1e2a69832664a6.tar.bz2
Base: Adjust dependencies to build with base.dll
BUG=76996 TEST=none Review URL: http://codereview.chromium.org/6894040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83082 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting')
-rw-r--r--remoting/remoting.gyp5
1 files changed, 4 insertions, 1 deletions
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
index 47fb8bd..b349603 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -1,4 +1,4 @@
-# Copyright (c) 2010 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.
@@ -114,6 +114,7 @@
'target_name': 'chromoting_base',
'type': '<(library)',
'dependencies': [
+ '../base/base.gyp:base',
'../ui/ui.gyp:ui_gfx',
'../media/media.gyp:media',
'../third_party/protobuf/protobuf.gyp:protobuf_lite',
@@ -126,6 +127,7 @@
#'third_party/on2/on2.gyp:vp8',
],
'export_dependent_settings': [
+ '../base/base.gyp:base',
'../third_party/protobuf/protobuf.gyp:protobuf_lite',
'proto/chromotocol.gyp:chromotocol_proto_lib',
],
@@ -331,6 +333,7 @@
'target_name': 'chromoting_jingle_glue',
'type': '<(library)',
'dependencies': [
+ '../base/base.gyp:base',
'../jingle/jingle.gyp:jingle_glue',
'../jingle/jingle.gyp:notifier',
'../third_party/libjingle/libjingle.gyp:libjingle',