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

Unified Diff: build/linux/system.gyp

Issue 1862893002: Rework how use_system_harfbuzz works a bit. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 | third_party/harfbuzz-ng/BUILD.gn » ('j') | third_party/harfbuzz-ng/BUILD.gn » ('J')
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 a325acac044f2b2458bbcc332a5231b713c13266..db29cff6ac5edfd3cacb1dfd504e754c32e19deb 100644
--- a/build/linux/system.gyp
+++ b/build/linux/system.gyp
@@ -1190,29 +1190,29 @@
['_toolset=="target"', {
'direct_dependent_settings': {
'cflags': [
- '<!@(<(pkg-config) --cflags pangocairo pangoft2)',
+ '<!@(<(pkg-config) --cflags pangocairo)',
],
},
'link_settings': {
'ldflags': [
- '<!@(<(pkg-config) --libs-only-L --libs-only-other pangocairo pangoft2)',
+ '<!@(<(pkg-config) --libs-only-L --libs-only-other pangocairo)',
],
'libraries': [
- '<!@(<(pkg-config) --libs-only-l pangocairo pangoft2)',
+ '<!@(<(pkg-config) --libs-only-l pangocairo)',
],
},
}, {
'direct_dependent_settings': {
'cflags': [
- '<!@(<(pkg-config) --cflags pangocairo pangoft2)',
+ '<!@(<(pkg-config) --cflags pangocairo)',
],
},
'link_settings': {
'ldflags': [
- '<!@(<(pkg-config) --libs-only-L --libs-only-other pangocairo pangoft2)',
+ '<!@(<(pkg-config) --libs-only-L --libs-only-other pangocairo)',
],
'libraries': [
- '<!@(<(pkg-config) --libs-only-l pangocairo pangoft2)',
+ '<!@(<(pkg-config) --libs-only-l pangocairo)',
],
},
}],
« no previous file with comments | « no previous file | third_party/harfbuzz-ng/BUILD.gn » ('j') | third_party/harfbuzz-ng/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698