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

Unified Diff: build/common.gypi

Issue 10704079: Add a gyp flag to allow use of the system's version of libexpat (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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 | « no previous file | third_party/expat/expat.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 401ceb298b4bf22f978b2019300220f0747dd898..b076e610045136e184708f3348bcd6cbcbd3c78e 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -942,13 +942,13 @@
}],
],
# TODO(steveblock): Investigate using the system versions of sqlite,
- # libjpeg, expat and stlport.
+ # libjpeg and stlport.
# Enable to use system sqlite.
'use_system_sqlite%': 0, # '<(android_build_type)',
# Enable to use system libjpeg.
'use_system_libjpeg%': 0, # '<(android_build_type)',
- # Enable to use the system libexpat.
- 'use_system_libexpat%': 0, # '<(android_build_type)',
+ # Enable to use the system expat.
+ 'use_system_expat%': '<(android_build_type)',
Lei Zhang 2012/07/09 23:05:33 Is |android_build_type| ever going to be non-zero?
# Enable to use the system stlport, otherwise statically
# link the NDK one?
'use_system_stlport%': 0, # '<(android_build_type)',
« no previous file with comments | « no previous file | third_party/expat/expat.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698