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
diff --git a/build/common.gypi b/build/common.gypi
index a7532e4a..07b4f5ff 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -127,7 +127,7 @@
           '-msse2',
           '-mfpmath=sse',
         ],
-        'linkflags': [
+        'ldflags': [
           '-m32',
           '-pthread',
         ],