| Index: chrome/chrome_tests.gypi
|
| diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
|
| index 3d93bbbfa667e3a1dd2d5d3ece205629fb1ae648..ae59772429df9482095b29c085033acd53900694 100644
|
| --- a/chrome/chrome_tests.gypi
|
| +++ b/chrome/chrome_tests.gypi
|
| @@ -2663,6 +2663,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',
|
| + ],
|
| }],
|
| ['enable_app_list==1', {
|
| 'sources': [ '<@(chrome_browser_tests_app_list_sources)' ],
|
|
|