| Index: extensions/shell/app_shell.gyp
|
| diff --git a/extensions/shell/app_shell.gyp b/extensions/shell/app_shell.gyp
|
| index d95b38557369273e574130e385057e1948762e6b..d57361c1cdcdb278f3e5f89b61b5ca5910530c3f 100644
|
| --- a/extensions/shell/app_shell.gyp
|
| +++ b/extensions/shell/app_shell.gyp
|
| @@ -210,7 +210,9 @@
|
| ],
|
| 'sources': [
|
| # TODO(yoz): Refactor once we have a second test target.
|
| - 'browser/dns_apitest.cc',
|
| + # TODO(yoz): Something is off here; should this .gyp file be
|
| + # in the parent directory? Test target extensions_browsertests?
|
| + '../browser/api/dns/dns_apitest.cc',
|
| 'browser/shell_browsertest.cc',
|
| 'test/shell_test.h',
|
| 'test/shell_test.cc',
|
|
|