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

Unified Diff: build/libs.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/common.gypi ('k') | plugin/plugin.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/libs.gyp
===================================================================
--- build/libs.gyp (revision 88158)
+++ build/libs.gyp (working copy)
@@ -25,13 +25,13 @@
{
'all_dependent_settings': {
'cflags': [
- '<!@(pkg-config --cflags cairo)',
+ '<!@(<(pkg-config) --cflags cairo)',
],
'ldflags': [
- '<!@(pkg-config --libs-only-L --libs-only-other cairo)',
+ '<!@(<(pkg-config) --libs-only-L --libs-only-other cairo)',
],
'libraries': [
- '<!@(pkg-config --libs-only-l cairo)',
+ '<!@(<(pkg-config) --libs-only-l cairo)',
],
},
},
« no previous file with comments | « build/common.gypi ('k') | plugin/plugin.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698