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

Side by Side Diff: mojo/mojo.gyp

Issue 120503003: run aura_demo as a mojo app (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: builds on X11 now too Created 6 years, 11 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 # 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 'mojo_apps.gypi', 10 'mojo_apps.gypi',
11 'mojo_examples.gypi', 11 'mojo_examples.gypi',
12 'mojo_public.gypi', 12 'mojo_public.gypi',
13 'mojo_services.gypi', 13 'mojo_services.gypi',
14 ], 14 ],
15 'targets': [ 15 'targets': [
16 { 16 {
17 'target_name': 'mojo', 17 'target_name': 'mojo',
18 'type': 'none', 18 'type': 'none',
19 'dependencies': [ 19 'dependencies': [
20 'mojo_aura_demo',
20 'mojo_bindings', 21 'mojo_bindings',
21 'mojo_bindings_unittests', 22 'mojo_bindings_unittests',
22 'mojo_common_lib', 23 'mojo_common_lib',
23 'mojo_common_unittests', 24 'mojo_common_unittests',
24 'mojo_hello_world_service', 25 'mojo_hello_world_service',
25 'mojo_js', 26 'mojo_js',
26 'mojo_js_unittests', 27 'mojo_js_unittests',
27 'mojo_public_perftests', 28 'mojo_public_perftests',
28 'mojo_public_test_support', 29 'mojo_public_test_support',
29 'mojo_public_unittests', 30 'mojo_public_unittests',
(...skipping 380 matching lines...) Expand 10 before | Expand all | Expand 10 after
410 'java_in_dir': '<(DEPTH)/mojo/shell/android/apk', 411 'java_in_dir': '<(DEPTH)/mojo/shell/android/apk',
411 'resource_dir': '<(DEPTH)/mojo/shell/android/apk/res', 412 'resource_dir': '<(DEPTH)/mojo/shell/android/apk/res',
412 'native_lib_target': 'libmojo_shell', 413 'native_lib_target': 'libmojo_shell',
413 }, 414 },
414 'includes': [ '../build/java_apk.gypi' ], 415 'includes': [ '../build/java_apk.gypi' ],
415 } 416 }
416 ], 417 ],
417 }], 418 }],
418 ], 419 ],
419 } 420 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698