| 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',
|
| ]
|
|
|