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

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: 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « mojo/mojo_examples.gypi ('k') | mojo/mojo_services.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 'sources': [ 95 'sources': [
96 'public/bindings/sample/sample_service_unittests.cc', 96 'public/bindings/sample/sample_service_unittests.cc',
97 ], 97 ],
98 'dependencies': [ 98 'dependencies': [
99 '../testing/gtest.gyp:gtest', 99 '../testing/gtest.gyp:gtest',
100 'mojo_public_test_support', 100 'mojo_public_test_support',
101 'mojo_run_all_unittests', 101 'mojo_run_all_unittests',
102 'sample_service', 102 'sample_service',
103 ], 103 ],
104 }, 104 },
105 {
106 'target_name': 'gles2_client_impl',
107 'type': 'static_library',
108 'dependencies': [
109 '../gpu/gpu.gyp:gles2_c_lib',
110 'gles2',
111 ],
112 'export_dependent_settings': [
113 'gles2',
114 ],
115 'sources': [
116 'public/bindings/gles2_client/gles2_client_impl.cc',
117 'public/bindings/gles2_client/gles2_client_impl.h',
118 ],
119 },
120 ], 105 ],
121 } 106 }
OLDNEW
« 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