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

Unified Diff: base/base.gyp

Issue 17423003: Make sure USE_SYMBOLIZE is propagated to base_unittests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixes Created 7 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gyp
diff --git a/base/base.gyp b/base/base.gyp
index f1ec2d93aadcb3799374281a6944d3927d88a637..17d31c9823b318a4f9e23c5c3eee8ede4f24d3be 100644
--- a/base/base.gyp
+++ b/base/base.gyp
@@ -666,6 +666,11 @@
'module_dir': 'base'
},
'conditions': [
+ ['use_glib==1 or (OS == "android" and _toolset == "target")', {
+ 'defines': [
+ 'USE_SYMBOLIZE',
+ ],
+ }],
['OS == "android"', {
'dependencies': [
'android/jni_generator/jni_generator.gyp:jni_generator_tests',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698