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

Unified Diff: mojo/mojo_examples.gypi

Issue 128813002: Remove dependencies on base from SampleApp (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove unnecessary change Created 6 years, 11 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 | « mojo/examples/sample_app/sample_app.cc ('k') | mojo/services/gles2/gles2.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/mojo_examples.gypi
diff --git a/mojo/mojo_examples.gypi b/mojo/mojo_examples.gypi
index c460b955937015684a1d70681c10a66ac843a6b9..48bd657e5dc02712d0d53b3a690e342a707ce4d6 100644
--- a/mojo/mojo_examples.gypi
+++ b/mojo/mojo_examples.gypi
@@ -8,17 +8,16 @@
'target_name': 'mojo_sample_app',
'type': 'shared_library',
'dependencies': [
- '../base/base.gyp:base',
'../gpu/gpu.gyp:gles2_c_lib',
'../ui/gfx/gfx.gyp:gfx',
'../ui/gfx/gfx.gyp:gfx_geometry',
'../ui/gl/gl.gyp:gl',
- 'mojo_common_lib',
'mojo_gles2',
'mojo_gles2_bindings',
'mojo_native_viewport_bindings',
'mojo_shell_bindings',
'mojo_system',
+ 'mojo_utility',
],
'sources': [
'examples/sample_app/gles2_client_impl.cc',
« no previous file with comments | « mojo/examples/sample_app/sample_app.cc ('k') | mojo/services/gles2/gles2.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698