summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_exe.gypi
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-11 05:06:10 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-11 05:06:10 +0000
commit490e66d36a28f5df028cbba3425d6ab93755af9e (patch)
tree923240f27789c0f2d58af213a0ceb42fa0f28550 /chrome/chrome_exe.gypi
parent98ec812bc5ca61b7d17c38a69d6b91b1aae23c76 (diff)
downloadchromium_src-490e66d36a28f5df028cbba3425d6ab93755af9e.zip
chromium_src-490e66d36a28f5df028cbba3425d6ab93755af9e.tar.gz
chromium_src-490e66d36a28f5df028cbba3425d6ab93755af9e.tar.bz2
Build a version of base with -fPIC turned on. Use it for internal plugin. Credit to bradnelson who did this.
Review URL: http://codereview.chromium.org/2796002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49502 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_exe.gypi')
-rw-r--r--chrome/chrome_exe.gypi5
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi
index bf4c6c5..2f0bff5 100644
--- a/chrome/chrome_exe.gypi
+++ b/chrome/chrome_exe.gypi
@@ -437,6 +437,11 @@
},
},
}],
+ ['internal_pdf', {
+ 'dependencies': [
+ '../pdf/pdf.gyp:pdf',
+ ],
+ }],
],
},
{