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

Unified Diff: build/common.gypi

Issue 296273002: Really fix building android webview on mac. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 1ed618b1422fa6b9d30b5094e4a16839dd1ccbae..01722a15235f6df172221a443a782545f2a6e443 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -5235,7 +5235,7 @@
['gcc_version>=48 and android_webview_build==1 and host_os=="mac"', {
'target_defaults': {
'target_conditions': [
- ['_toolset=="target"', {
+ ['_toolset=="host"', {
'cflags!': [
'-Wno-unused-local-typedefs',
],
« 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