diff options
author | mallinath@chromium.org <mallinath@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-13 21:11:08 +0000 |
---|---|---|
committer | mallinath@chromium.org <mallinath@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-13 21:11:08 +0000 |
commit | 3dbbf65f6373115e5db661bcbca1a52044d48351 (patch) | |
tree | 904319e38880a0b3691e080be38824baa2b81044 /jingle/jingle.gyp | |
parent | e80d4e3eebe99fb18c8a722ea3a67f7247b484bc (diff) | |
download | chromium_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.gyp | 2 |
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', ], }, { |