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

Side by Side Diff: mojo/mojo_examples.gypi

Issue 287053004: SetBounds for ViewTreeNode. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
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
« no previous file with comments | « no previous file | 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 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'mojo_sample_app', 8 'target_name': 'mojo_sample_app',
9 'type': 'shared_library', 9 'type': 'shared_library',
10 'dependencies': [ 10 'dependencies': [
(...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after
251 'target_name': 'mojo_sample_view_manager_app', 251 'target_name': 'mojo_sample_view_manager_app',
252 'type': 'shared_library', 252 'type': 'shared_library',
253 'dependencies': [ 253 'dependencies': [
254 '../base/base.gyp:base', 254 '../base/base.gyp:base',
255 '../skia/skia.gyp:skia', 255 '../skia/skia.gyp:skia',
256 '../ui/gfx/gfx.gyp:gfx', 256 '../ui/gfx/gfx.gyp:gfx',
257 '../ui/gfx/gfx.gyp:gfx_geometry', 257 '../ui/gfx/gfx.gyp:gfx_geometry',
258 '../ui/gl/gl.gyp:gl', 258 '../ui/gl/gl.gyp:gl',
259 'mojo_cpp_bindings', 259 'mojo_cpp_bindings',
260 'mojo_environment_chromium', 260 'mojo_environment_chromium',
261 'mojo_geometry_bindings',
261 'mojo_gles2', 262 'mojo_gles2',
262 'mojo_view_manager_lib', 263 'mojo_view_manager_lib',
263 'mojo_shell_client', 264 'mojo_shell_client',
264 'mojo_system_impl', 265 'mojo_system_impl',
265 'mojo_utility', 266 'mojo_utility',
266 ], 267 ],
267 'sources': [ 268 'sources': [
268 'examples/sample_view_manager_app/sample_view_manager_app.cc', 269 'examples/sample_view_manager_app/sample_view_manager_app.cc',
269 ], 270 ],
270 }, 271 },
(...skipping 14 matching lines...) Expand all
285 'mojo_utility', 286 'mojo_utility',
286 ], 287 ],
287 'sources': [ 288 'sources': [
288 'examples/dbus_echo/dbus_echo_app.cc', 289 'examples/dbus_echo/dbus_echo_app.cc',
289 ], 290 ],
290 }, 291 },
291 ], 292 ],
292 }], 293 }],
293 ], 294 ],
294 } 295 }
OLDNEW
« no previous file with comments | « no previous file | mojo/mojo_services.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698