summaryrefslogtreecommitdiffstats
path: root/jingle/jingle.gyp
diff options
context:
space:
mode:
authormallinath@chromium.org <mallinath@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-13 21:11:08 +0000
committermallinath@chromium.org <mallinath@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-13 21:11:08 +0000
commit3dbbf65f6373115e5db661bcbca1a52044d48351 (patch)
tree904319e38880a0b3691e080be38824baa2b81044 /jingle/jingle.gyp
parente80d4e3eebe99fb18c8a722ea3a67f7247b484bc (diff)
downloadchromium_src-3dbbf65f6373115e5db661bcbca1a52044d48351.zip
chromium_src-3dbbf65f6373115e5db661bcbca1a52044d48351.tar.gz
chromium_src-3dbbf65f6373115e5db661bcbca1a52044d48351.tar.bz2
Libjingle's dependent settings: Include path to chromium's trunk should be before webrtc when building libjingle (otherwise e.g. webrtc's base could be picked up when trunk/base is intended).
Alphabetize dependencies (needed to insure libjingles expected include order). Original CL https://codereview.chromium.org/280853003 TBR=hellner@chromium.org,sergeyu@chromium.org Review URL: https://codereview.chromium.org/288613002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@270196 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'jingle/jingle.gyp')
-rw-r--r--jingle/jingle.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/jingle/jingle.gyp b/jingle/jingle.gyp
index 9799a0a..bb635a2 100644
--- a/jingle/jingle.gyp
+++ b/jingle/jingle.gyp
@@ -127,8 +127,8 @@
'glue/fake_socket_factory.h',
],
'dependencies': [
- 'jingle_glue',
'../base/base.gyp:base',
+ 'jingle_glue',
],
},
{