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

Unified Diff: gypfiles/standalone.gypi

Issue 2264283007: Fix compiler warnings on "make android_arm" (Closed)
Patch Set: Created 4 years, 4 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 | src/compiler/js-operator.h » ('j') | src/compiler/js-operator.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gypfiles/standalone.gypi
diff --git a/gypfiles/standalone.gypi b/gypfiles/standalone.gypi
index 6599bb8351217362873a13a7e5968d494e2ee452..7116f622dcfc148bce792ce668107a0e0f4e0eec 100644
--- a/gypfiles/standalone.gypi
+++ b/gypfiles/standalone.gypi
@@ -378,6 +378,9 @@
'arm_version%': '<(arm_version)',
'host_os%': '<(host_os)',
+ # Print to stdout on Android.
+ 'v8_android_log_stdout%': 1,
Jakob Kummerow 2016/08/25 11:35:11 This fixes: ../src/base/platform/platform-posix.c
+
'conditions': [
['android_ndk_root==""', {
'variables': {
« no previous file with comments | « no previous file | src/compiler/js-operator.h » ('j') | src/compiler/js-operator.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698