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

Side by Side Diff: mojo/mojo.gyp

Issue 63393002: Mojo: Make the top-level mojo target build more. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 7 years, 1 month 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 | no next file » | 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
11 'target_name': 'mojo', 11 'target_name': 'mojo',
12 'type': 'none', 12 'type': 'none',
13 'dependencies': [ 13 'dependencies': [
14 'mojo_public_test_support', 14 'mojo_public_test_support',
15 'mojo_public_unittests', 15 'mojo_public_unittests',
16 'mojo_public_perftests', 16 'mojo_public_perftests',
17 'mojo_system', 17 'mojo_system',
18 'mojo_system_unittests', 18 'mojo_system_unittests',
19 'mojo_shell_lib',
20 'mojo_shell',
21 'mojo_shell_unittests',
22 'mojo_utility',
23 'sample_app',
24 'mojo_bindings',
25 'mojo_bindings_test',
26 'native_viewport',
19 ], 27 ],
20 }, 28 },
21 { 29 {
22 'target_name': 'mojo_public_test_support', 30 'target_name': 'mojo_public_test_support',
23 'type': 'static_library', 31 'type': 'static_library',
24 'dependencies': [ 32 'dependencies': [
25 '../base/base.gyp:base', 33 '../base/base.gyp:base',
26 '../testing/gtest.gyp:gtest', 34 '../testing/gtest.gyp:gtest',
27 'mojo_system', 35 'mojo_system',
28 ], 36 ],
(...skipping 367 matching lines...) Expand 10 before | Expand all | Expand 10 after
396 'java_in_dir': '<(DEPTH)/mojo/shell/android/apk', 404 'java_in_dir': '<(DEPTH)/mojo/shell/android/apk',
397 'resource_dir': '<(DEPTH)/mojo/shell/android/apk/res', 405 'resource_dir': '<(DEPTH)/mojo/shell/android/apk/res',
398 'native_lib_target': 'libmojo_shell', 406 'native_lib_target': 'libmojo_shell',
399 }, 407 },
400 'includes': [ '../build/java_apk.gypi' ], 408 'includes': [ '../build/java_apk.gypi' ],
401 } 409 }
402 ], 410 ],
403 }], 411 }],
404 ], 412 ],
405 } 413 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698