Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(176)

Unified Diff: apps/shell/app_shell.gyp

Issue 224723022: Add the first app_shell_browsertest test. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698