diff options
author | sgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-03 04:07:38 +0000 |
---|---|---|
committer | sgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-03 04:07:38 +0000 |
commit | a6cf87ec511a64fc29c0bda5cf83ec282d34be59 (patch) | |
tree | ccc61c0d6577af457ad5d9e9acbd56ce889e9955 /DEPS | |
parent | 1e1f6af9207b71845aa2f360e5d231825f317a09 (diff) | |
download | chromium_src-a6cf87ec511a64fc29c0bda5cf83ec282d34be59.zip chromium_src-a6cf87ec511a64fc29c0bda5cf83ec282d34be59.tar.gz chromium_src-a6cf87ec511a64fc29c0bda5cf83ec282d34be59.tar.bz2 |
Separate the pkg-config --libs output into --libs-only-l for
'libraries' and --libs-{other,only-L} for 'ldflags'.
Updates one spot in common.gypi where we were using 'linkflags'.
Review URL: http://codereview.chromium.org/56188
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13067 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ deps = { # TODO(mark): Remove once this has moved into depot_tools. "src/tools/gyp": - "http://gyp.googlecode.com/svn/trunk@416", + "http://gyp.googlecode.com/svn/trunk@417", "src/v8": "http://v8.googlecode.com/svn/trunk@1668", |