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

Unified Diff: mojo/mojo_services.gypi

Issue 93793009: Implement ServiceManager (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Accidental inclusion of adb_run change Created 7 years 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
Index: mojo/mojo_services.gypi
diff --git a/mojo/mojo_services.gypi b/mojo/mojo_services.gypi
index 983d69f1ec447ec957719715b274432be03dd0f3..27f2a25870ae0d21d2ecd1bcdc1c8d5a37feea72 100644
--- a/mojo/mojo_services.gypi
+++ b/mojo/mojo_services.gypi
@@ -52,16 +52,14 @@
'../ui/gfx/gfx.gyp:gfx',
'mojo_gles2_service',
'mojo_native_viewport_bindings',
- ],
- 'export_dependent_settings': [
- 'mojo_native_viewport_bindings',
+ 'mojo_shell_bindings',
],
'sources': [
'services/native_viewport/native_viewport.h',
'services/native_viewport/native_viewport_android.cc',
- 'services/native_viewport/native_viewport_impl.cc',
- 'services/native_viewport/native_viewport_impl.h',
'services/native_viewport/native_viewport_mac.mm',
+ 'services/native_viewport/native_viewport_service.cc',
+ 'services/native_viewport/native_viewport_service.h',
'services/native_viewport/native_viewport_stub.cc',
'services/native_viewport/native_viewport_win.cc',
'services/native_viewport/native_viewport_x11.cc',

Powered by Google App Engine
This is Rietveld 408576698