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

Side by Side Diff: mojo/mojo_examples.gypi

Issue 240003006: Get sample_app running on Android again (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address review comments Created 6 years, 8 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 | « build/android/adb_run_mojo_shell ('k') | mojo/mojo_public.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': [
11 # TODO(darin): we should not be linking against these libraries! 11 # TODO(darin): we should not be linking against these libraries!
12 '../ui/gfx/gfx.gyp:gfx', 12 '../ui/events/events.gyp:events',
13 '../ui/gfx/gfx.gyp:gfx_geometry', 13 '../ui/gfx/gfx.gyp:gfx_geometry',
14 '../ui/gl/gl.gyp:gl',
15 'mojo_bindings', 14 'mojo_bindings',
16 'mojo_environment_standalone', 15 'mojo_environment_standalone',
17 'mojo_gles2', 16 'mojo_gles2',
18 'mojo_native_viewport_bindings', 17 'mojo_native_viewport_bindings',
19 'mojo_shell_client', 18 'mojo_shell_client',
20 'mojo_system', 19 'mojo_system',
21 'mojo_utility', 20 'mojo_utility',
22 ], 21 ],
23 'sources': [ 22 'sources': [
24 'examples/sample_app/gles2_client_impl.cc', 23 'examples/sample_app/gles2_client_impl.cc',
(...skipping 290 matching lines...) Expand 10 before | Expand all | Expand 10 after
315 'target_name': 'package_mojo_view_manager', 314 'target_name': 'package_mojo_view_manager',
316 'variables': { 315 'variables': {
317 'app_name': 'mojo_view_manager', 316 'app_name': 'mojo_view_manager',
318 }, 317 },
319 'includes': [ 'build/package_app.gypi' ], 318 'includes': [ 'build/package_app.gypi' ],
320 }, 319 },
321 ], 320 ],
322 }], 321 }],
323 ], 322 ],
324 } 323 }
OLDNEW
« no previous file with comments | « build/android/adb_run_mojo_shell ('k') | mojo/mojo_public.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698