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

Unified Diff: build/linux/system.gyp

Issue 20910002: Revert r214000 to reland r213996. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add explicit glib-object.h include Created 7 years, 5 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 | « no previous file | tools/heapcheck/suppressions.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/linux/system.gyp
diff --git a/build/linux/system.gyp b/build/linux/system.gyp
index 32789a94e9bd14c764397f1da0820db95e943327..4ffe7c869a8cee8ed542425f2dc9d6e3fd27c717 100644
--- a/build/linux/system.gyp
+++ b/build/linux/system.gyp
@@ -782,29 +782,29 @@
['_toolset=="target"', {
'direct_dependent_settings': {
'cflags': [
- '<!@(<(pkg-config) --cflags pangocairo)',
+ '<!@(<(pkg-config) --cflags pangocairo pangoft2)',
],
},
'link_settings': {
'ldflags': [
- '<!@(<(pkg-config) --libs-only-L --libs-only-other pangocairo)',
+ '<!@(<(pkg-config) --libs-only-L --libs-only-other pangocairo pangoft2)',
],
'libraries': [
- '<!@(<(pkg-config) --libs-only-l pangocairo)',
+ '<!@(<(pkg-config) --libs-only-l pangocairo pangoft2)',
],
},
}, {
'direct_dependent_settings': {
'cflags': [
- '<!@(pkg-config --cflags pangocairo)',
+ '<!@(pkg-config --cflags pangocairo pangoft2)',
],
},
'link_settings': {
'ldflags': [
- '<!@(pkg-config --libs-only-L --libs-only-other pangocairo)',
+ '<!@(pkg-config --libs-only-L --libs-only-other pangocairo pangoft2)',
],
'libraries': [
- '<!@(pkg-config --libs-only-l pangocairo)',
+ '<!@(pkg-config --libs-only-l pangocairo pangoft2)',
],
},
}],
« no previous file with comments | « no previous file | tools/heapcheck/suppressions.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698