Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1155)

Unified Diff: plugin/plugin.gyp

Issue 7108010: Upstream ChromeOS patch on O3D. (Change Icf3bc91d: http://gerrit.chromium.org/gerrit/#change,2220) (Closed) Base URL: svn://chrome-svn/chrome/trunk/o3d/
Patch Set: '' Created 9 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build/libs.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: plugin/plugin.gyp
===================================================================
--- plugin/plugin.gyp (revision 88158)
+++ plugin/plugin.gyp (working copy)
@@ -311,14 +311,14 @@
'ldflags': [
'-Wl,-znodelete',
'-Wl,--gc-sections',
- '<!@(pkg-config --libs-only-L xt)',
+ '<!@(<(pkg-config) --libs-only-L xt)',
'<(as_needed_ldflags)',
# Directs the linker to only generate dependencies on libraries
# that we actually use. Must come last.
'-Wl,--as-needed',
],
'libraries': [
- '<!@(pkg-config --libs-only-l xt)',
+ '<!@(<(pkg-config) --libs-only-l xt)',
],
'conditions' : [
['plugin_rpath != ""',
« no previous file with comments | « build/libs.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698