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

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: temp dep 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
« no previous file with comments | « apps/shell/app/DEPS ('k') | apps/shell/browser/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: apps/shell/app_shell.gyp
diff --git a/apps/shell/app_shell.gyp b/apps/shell/app_shell.gyp
index b1b00490439cfd20a5951da970c0d15312b8bc7b..19471bcae45e34232e0664b1202478ae051d5e1a 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/shell_test.h',
+ 'test/shell_test.cc',
+ 'test/shell_test_launcher_delegate.cc',
+ 'test/shell_test_launcher_delegate.h',
+ 'test/shell_tests_main.cc',
],
},
], # targets
« no previous file with comments | « apps/shell/app/DEPS ('k') | apps/shell/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698