Chromium Code Reviews| Index: apps/shell/app_shell.gyp |
| diff --git a/apps/shell/app_shell.gyp b/apps/shell/app_shell.gyp |
| index b1b00490439cfd20a5951da970c0d15312b8bc7b..baa9572f3adeb4ab987ff58df224473c0e7ccf6d 100644 |
| --- a/apps/shell/app_shell.gyp |
| +++ b/apps/shell/app_shell.gyp |
| @@ -165,11 +165,12 @@ |
| 'msvs_large_pdb': 1, |
| 'sources': [ |
| # TODO(yoz): Refactor once we have a second test target. |
| - '../test/app_shell_test.h', |
| - '../test/app_shell_test.cc', |
| - '../test/apps_test_launcher_delegate.cc', |
| - '../test/apps_test_launcher_delegate.h', |
| - '../test/apps_tests_main.cc', |
| + 'browser/shell_browsertest.cc', |
| + 'test/app_shell_test.h', |
|
James Cook
2014/04/08 16:03:49
I'm OK with these names and I like that the app_sh
Yoyo Zhou
2014/04/08 21:55:21
Ok, will just call them that.
|
| + 'test/app_shell_test.cc', |
| + 'test/app_shell_test_launcher_delegate.cc', |
| + 'test/app_shell_test_launcher_delegate.h', |
| + 'test/app_shell_tests_main.cc', |
| ], |
| }, |
| ], # targets |