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

Unified Diff: services/shell/shell.gyp

Issue 1898433002: Remove shell::Loader (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix windows gyp linkage Created 4 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 | « services/shell/shell.cc ('k') | services/shell/tests/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/shell/shell.gyp
diff --git a/services/shell/shell.gyp b/services/shell/shell.gyp
index e32ecd27be9d0b9d4bc2dac5e27f0fe249c7e3ac..beb82ac5536d931094bf56f3c50e2dc366cdb5f5 100644
--- a/services/shell/shell.gyp
+++ b/services/shell/shell.gyp
@@ -79,7 +79,6 @@
'../catalog/store.cc',
'../catalog/store.h',
'../catalog/types.h',
- 'loader.h',
'connect_params.cc',
'connect_params.h',
'connect_util.cc',
@@ -109,7 +108,7 @@
'target_name': 'mojo_shell_unittests',
'type': 'executable',
'sources': [
- 'tests/loader_unittest.cc',
+ 'tests/placeholder_unittest.cc',
],
'dependencies': [
'shell_lib',
« no previous file with comments | « services/shell/shell.cc ('k') | services/shell/tests/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698