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

Unified Diff: mojo/mojo.gyp

Issue 164313002: Rename ServiceConnector back to ServiceManager (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Bad upload Created 6 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 | « no previous file | mojo/shell/android/mojo_main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/mojo.gyp
diff --git a/mojo/mojo.gyp b/mojo/mojo.gyp
index 6578166f70ca65e88e7ae266321240e5afa67107..765a877b34688cc284ad4465d2afaf2879828736 100644
--- a/mojo/mojo.gyp
+++ b/mojo/mojo.gyp
@@ -336,8 +336,8 @@
'shell/network_delegate.h',
'shell/run.cc',
'shell/run.h',
- 'shell/service_connector.cc',
- 'shell/service_connector.h',
+ 'shell/service_manager.cc',
+ 'shell/service_manager.h',
'shell/storage.cc',
'shell/storage.h',
'shell/switches.cc',
@@ -379,7 +379,7 @@
],
'includes': [ 'public/bindings/mojom_bindings_generator.gypi' ],
'sources': [
- 'shell/service_connector_unittest.cc',
+ 'shell/service_manager_unittest.cc',
'shell/test.mojom',
],
},
« no previous file with comments | « no previous file | mojo/shell/android/mojo_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698