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

Unified Diff: components/url_formatter/url_formatter.gyp

Issue 1562833002: Revert of Enable url_formatter::ElideUrl and url_formatter::ElideHost for aura Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
Index: components/url_formatter/url_formatter.gyp
diff --git a/components/url_formatter/url_formatter.gyp b/components/url_formatter/url_formatter.gyp
index 304c5452259c50904d45bb4ed2e20937ad35160e..9375e96d93dd15e63ddf362c0edc5b3452a9e1b3 100644
--- a/components/url_formatter/url_formatter.gyp
+++ b/components/url_formatter/url_formatter.gyp
@@ -28,7 +28,7 @@
'msvs_disabled_warnings': [4267, ],
'conditions': [
- ['OS!="android" or use_aura==1', {
+ ['OS != "android"', {
'dependencies': [
'../../ui/gfx/gfx.gyp:gfx',
]

Powered by Google App Engine
This is Rietveld 408576698