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

Unified Diff: mojo/mojo_shell.gyp

Issue 1706833003: Move various Shell tests into a subdir. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@conn
Patch Set: . Created 4 years, 10 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 | « mojo/BUILD.gn ('k') | mojo/shell/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/mojo_shell.gyp
diff --git a/mojo/mojo_shell.gyp b/mojo/mojo_shell.gyp
index 16fb9b402a13dd82679ea3ae4e7a9cbcdaf5e577..f676116294ea5f5b166f30ed85493cbe018a9084 100644
--- a/mojo/mojo_shell.gyp
+++ b/mojo/mojo_shell.gyp
@@ -50,8 +50,8 @@
'target_name': 'mojo_shell_unittests',
'type': 'executable',
'sources': [
- 'shell/application_manager_unittest.cc',
- 'shell/capability_filter_unittest.cc',
+ 'shell/tests/application_manager_unittest.cc',
+ 'shell/tests/capability_filter_unittest.cc',
],
'dependencies': [
'<(DEPTH)/mojo/mojo_shell.gyp:mojo_shell_lib',
@@ -71,8 +71,8 @@
'type': 'static_library',
'variables': {
'mojom_files': [
- 'shell/capability_filter_unittest.mojom',
- 'shell/test.mojom',
+ 'shell/tests/capability_filter_unittest.mojom',
+ 'shell/tests/test.mojom',
],
},
'includes': [
« no previous file with comments | « mojo/BUILD.gn ('k') | mojo/shell/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698