| Index: apps/shell/app_shell.gyp
|
| diff --git a/apps/shell/app_shell.gyp b/apps/shell/app_shell.gyp
|
| index 80a42a9da9f59c5a8395f183ac8ae71927776bde..95887a98c8bb84b717f3f4f6e8937c55424aaba8 100644
|
| --- a/apps/shell/app_shell.gyp
|
| +++ b/apps/shell/app_shell.gyp
|
| @@ -202,6 +202,7 @@
|
| '<(DEPTH)/content/content.gyp:content_app_both',
|
| '<(DEPTH)/content/content_shell_and_tests.gyp:content_browser_test_support',
|
| '<(DEPTH)/content/content_shell_and_tests.gyp:test_support_content',
|
| + '<(DEPTH)/extensions/extensions.gyp:extensions_test_support',
|
| '<(DEPTH)/testing/gtest.gyp:gtest',
|
| ],
|
| 'defines': [
|
| @@ -209,6 +210,7 @@
|
| ],
|
| 'sources': [
|
| # TODO(yoz): Refactor once we have a second test target.
|
| + 'browser/dns_apitest.cc',
|
| 'browser/shell_browsertest.cc',
|
| 'test/shell_test.h',
|
| 'test/shell_test.cc',
|
|
|