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

Side by Side Diff: trunk/src/mojo/mojo_services.gypi

Issue 250733003: Revert 266159 "Adds more to viewmanager" (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 7 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 { 1 {
2 'targets': [ 2 'targets': [
3 { 3 {
4 'target_name': 'mojo_gles2_bindings', 4 'target_name': 'mojo_gles2_bindings',
5 'type': 'static_library', 5 'type': 'static_library',
6 'sources': [ 6 'sources': [
7 'services/gles2/command_buffer.mojom', 7 'services/gles2/command_buffer.mojom',
8 'services/gles2/command_buffer_type_conversions.cc', 8 'services/gles2/command_buffer_type_conversions.cc',
9 'services/gles2/command_buffer_type_conversions.h', 9 'services/gles2/command_buffer_type_conversions.h',
10 'services/gles2/mojo_buffer_backing.cc', 10 'services/gles2/mojo_buffer_backing.cc',
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
176 'mojo_system_impl', 176 'mojo_system_impl',
177 'mojo_view_manager_bindings', 177 'mojo_view_manager_bindings',
178 ], 178 ],
179 'sources': [ 179 'sources': [
180 'services/view_manager/ids.h', 180 'services/view_manager/ids.h',
181 'services/view_manager/node.cc', 181 'services/view_manager/node.cc',
182 'services/view_manager/node.h', 182 'services/view_manager/node.h',
183 'services/view_manager/node_delegate.h', 183 'services/view_manager/node_delegate.h',
184 'services/view_manager/root_node_manager.cc', 184 'services/view_manager/root_node_manager.cc',
185 'services/view_manager/root_node_manager.h', 185 'services/view_manager/root_node_manager.h',
186 'services/view_manager/view.cc',
187 'services/view_manager/view.h',
188 'services/view_manager/view_manager.cc', 186 'services/view_manager/view_manager.cc',
189 'services/view_manager/view_manager_connection.cc', 187 'services/view_manager/view_manager_connection.cc',
190 'services/view_manager/view_manager_connection.h', 188 'services/view_manager/view_manager_connection.h',
191 'services/view_manager/view_manager_export.h', 189 'services/view_manager/view_manager_export.h',
192 ], 190 ],
193 'defines': [ 191 'defines': [
194 'MOJO_VIEW_MANAGER_IMPLEMENTATION', 192 'MOJO_VIEW_MANAGER_IMPLEMENTATION',
195 ], 193 ],
196 }, 194 },
197 { 195 {
(...skipping 19 matching lines...) Expand all
217 'target_name': 'package_mojo_view_manager', 215 'target_name': 'package_mojo_view_manager',
218 'variables': { 216 'variables': {
219 'app_name': 'mojo_view_manager', 217 'app_name': 'mojo_view_manager',
220 }, 218 },
221 'includes': [ 'build/package_app.gypi' ], 219 'includes': [ 'build/package_app.gypi' ],
222 }, 220 },
223 ], 221 ],
224 }], 222 }],
225 ], 223 ],
226 } 224 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698