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

Unified Diff: mojo/mojo.gyp

Issue 120083002: Remove direct dependency of mojo_shell_lib on mojo_native_viewport_service (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
« no previous file with comments | « no previous file | no next file » | 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 12a552b13ac80d8080c6bd7da76da2b68244a7e2..7fabf144eb64722fd79533ad824c625d871ca42b 100644
--- a/mojo/mojo.gyp
+++ b/mojo/mojo.gyp
@@ -249,9 +249,7 @@
'../base/base.gyp:base',
'../net/net.gyp:net',
'../url/url.gyp:url_lib',
- 'mojo_bindings',
'mojo_gles2_impl',
- 'mojo_native_viewport_service',
'mojo_shell_bindings',
'mojo_system',
'mojo_system_impl',
@@ -267,10 +265,10 @@
'shell/network_delegate.h',
'shell/run.cc',
'shell/run.h',
- 'shell/storage.cc',
- 'shell/storage.h',
'shell/service_manager.cc',
'shell/service_manager.h',
+ 'shell/storage.cc',
+ 'shell/storage.h',
'shell/switches.cc',
'shell/switches.h',
'shell/task_runners.cc',
@@ -373,9 +371,9 @@
'../ui/gl/gl.gyp:gl',
'mojo_common_lib',
'mojo_jni_headers',
- 'mojo_shell_lib',
- 'mojo_shell_bindings',
'mojo_native_viewport_service',
+ 'mojo_shell_bindings',
+ 'mojo_shell_lib',
],
'sources': [
'shell/android/library_loader.cc',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698