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

Unified Diff: mojo/mojo.gyp

Issue 137623017: Cleanup Service<> and ServiceFactory<> when clients go away. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address review nits 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/public/shell/lib/service.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 9e66f341cece1f501cca55891e049ec0a006dbf8..60add6998aed2d4f3b596583f41237a283c5f104 100644
--- a/mojo/mojo.gyp
+++ b/mojo/mojo.gyp
@@ -364,9 +364,9 @@
'dependencies': [
'../base/base.gyp:base',
'../testing/gtest.gyp:gtest',
- 'mojo_common_lib',
- 'mojo_environment_chromium',
+ 'mojo_environment_standalone',
'mojo_run_all_unittests',
+ 'mojo_utility',
'mojo_shell_lib',
],
'includes': [ 'public/bindings/mojom_bindings_generator.gypi' ],
« no previous file with comments | « no previous file | mojo/public/shell/lib/service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698