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

Side by Side 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: 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 { 1 {
2 'targets': [ 2 'targets': [
3 { 3 {
4 'target_name': 'mojo_public_test_support', 4 'target_name': 'mojo_public_test_support',
5 'type': 'static_library', 5 'type': 'static_library',
6 'dependencies': [ 6 'dependencies': [
7 '../base/base.gyp:base', 7 '../base/base.gyp:base',
8 '../testing/gtest.gyp:gtest', 8 '../testing/gtest.gyp:gtest',
9 'mojo_system', 9 'mojo_system',
10 ], 10 ],
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
132 'dependencies': [ 132 'dependencies': [
133 '../gin/gin.gyp:gin_test', 133 '../gin/gin.gyp:gin_test',
134 'mojo_js_bindings', 134 'mojo_js_bindings',
135 'mojo_run_all_unittests', 135 'mojo_run_all_unittests',
136 'sample_service', 136 'sample_service',
137 ], 137 ],
138 'sources': [ 138 'sources': [
139 'public/bindings/js/test/run_js_tests.cc', 139 'public/bindings/js/test/run_js_tests.cc',
140 ], 140 ],
141 }, 141 },
142 {
143 'target_name': 'gles2_client_impl',
144 'type': 'static_library',
145 'dependencies': [
146 '../gpu/gpu.gyp:gles2_c_lib',
147 'gles2',
148 ],
149 'export_dependent_settings': [
150 'gles2',
151 ],
152 'sources': [
153 'public/bindings/gles2_client/gles2_client_impl.cc',
154 'public/bindings/gles2_client/gles2_client_impl.h',
155 ],
156 },
157 ], 142 ],
158 } 143 }
OLDNEW
« no previous file with comments | « mojo/mojo_examples.gypi ('k') | mojo/mojo_services.gypi » ('j') | mojo/public/README.md » ('J')

Powered by Google App Engine
This is Rietveld 408576698