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

Unified Diff: mojo/mojo_public.gypi

Issue 101413002: [Mojo] Remove dependency between mojo/public and gpu (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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 | « mojo/mojo_examples.gypi ('k') | mojo/mojo_services.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/mojo_public.gypi
diff --git a/mojo/mojo_public.gypi b/mojo/mojo_public.gypi
index d916d10fea18438a9a42167727554f4d6b798ecb..01dd9a216745392bf47ad25182fcf537170fe124 100644
--- a/mojo/mojo_public.gypi
+++ b/mojo/mojo_public.gypi
@@ -102,20 +102,5 @@
'sample_service',
],
},
- {
- 'target_name': 'gles2_client_impl',
- 'type': 'static_library',
- 'dependencies': [
- '../gpu/gpu.gyp:gles2_c_lib',
- 'gles2',
- ],
- 'export_dependent_settings': [
- 'gles2',
- ],
- 'sources': [
- 'public/bindings/gles2_client/gles2_client_impl.cc',
- 'public/bindings/gles2_client/gles2_client_impl.h',
- ],
- },
],
}
« no previous file with comments | « mojo/mojo_examples.gypi ('k') | mojo/mojo_services.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698