| Index: chrome/chrome_tests.gypi
|
| diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
|
| index 4f1ce848ef1b7092899def09ca562f492a2e97b8..5afcd78e67b401a1a49ebe8ad97a44071df2edd9 100644
|
| --- a/chrome/chrome_tests.gypi
|
| +++ b/chrome/chrome_tests.gypi
|
| @@ -2651,6 +2651,10 @@
|
| # TODO(dbeam): log webui URLs on iOS and test them.
|
| 'browser/ui/webui/log_web_ui_url_browsertest.cc',
|
| ],
|
| + }, { # else: OS != "ios"
|
| + 'dependencies': [
|
| + '../mojo/mojo_base.gyp:mojo_common_lib',
|
| + ],
|
| }],
|
| ['OS!="android" and OS!="ios"', {
|
| 'sources': [
|
|
|