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

Unified Diff: third_party/libpng/libpng.gyp

Issue 1627533002: [Chromecast] Depend on Chromium's freetype-android (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Remove use_system_fontconfig flag from build/linux/BUILD.gn Created 4 years, 11 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 | « third_party/libpng/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libpng/libpng.gyp
diff --git a/third_party/libpng/libpng.gyp b/third_party/libpng/libpng.gyp
index 48b3fa409c24e80d9df8e0c4623f634943c8de82..48209b5e40a48b632177d31961af40aab5c57638 100644
--- a/third_party/libpng/libpng.gyp
+++ b/third_party/libpng/libpng.gyp
@@ -73,8 +73,12 @@
],
},
}],
- ['OS=="android"', {
- 'toolsets': ['target', 'host'],
+ ['OS=="android" or chromecast==1', {
+ 'conditions': [
+ ['OS=="android"', {
+ 'toolsets': ['target', 'host'],
+ }],
+ ],
'defines': [
'CHROME_PNG_READ_PACK_SUPPORT', # Required by freetype.
],
« no previous file with comments | « third_party/libpng/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698