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

Side by Side Diff: mojo/mojo.gyp

Issue 385983008: Mojo + NaCl prototype. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Edits Created 6 years, 5 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
« no previous file with comments | « no previous file | mojo/mojo_public_tests.gypi » ('j') | mojo/monacl.gypi » ('J')
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 'target_defaults': { 6 'target_defaults': {
7 'conditions': [ 7 'conditions': [
8 ['mojo_shell_debug_url != ""', { 8 ['mojo_shell_debug_url != ""', {
9 'defines': [ 9 'defines': [
10 'MOJO_SHELL_DEBUG=1', 10 'MOJO_SHELL_DEBUG=1',
(...skipping 30 matching lines...) Expand all
41 ['component=="shared_library"', { 41 ['component=="shared_library"', {
42 'mojo_system_for_component': "mojo_system_impl", 42 'mojo_system_for_component': "mojo_system_impl",
43 'mojo_system_for_loadable_module': "mojo_system_impl", 43 'mojo_system_for_loadable_module': "mojo_system_impl",
44 }, { 44 }, {
45 'mojo_system_for_component': "mojo_none", 45 'mojo_system_for_component': "mojo_none",
46 'mojo_system_for_loadable_module': "mojo_system", 46 'mojo_system_for_loadable_module': "mojo_system",
47 }], 47 }],
48 ], 48 ],
49 }, 49 },
50 'includes': [ 50 'includes': [
51 'mojo_srcs.gypi',
52
51 'mojo_apps.gypi', 53 'mojo_apps.gypi',
52 'mojo_examples.gypi', 54 'mojo_examples.gypi',
53 'mojo_public.gypi', 55 'mojo_public.gypi',
54 'mojo_public_tests.gypi', 56 'mojo_public_tests.gypi',
55 'mojo_services.gypi', 57 'mojo_services.gypi',
58 'monacl.gypi',
56 ], 59 ],
57 'targets': [ 60 'targets': [
58 { 61 {
59 'target_name': 'mojo', 62 'target_name': 'mojo',
60 'type': 'none', 63 'type': 'none',
61 'dependencies': [ 64 'dependencies': [
62 'mojo_apps_js_unittests', 65 'mojo_apps_js_unittests',
63 'mojo_compositor_app', 66 'mojo_compositor_app',
64 'mojo_common_lib', 67 'mojo_common_lib',
65 'mojo_common_unittests', 68 'mojo_common_unittests',
(...skipping 999 matching lines...) Expand 10 before | Expand all | Expand 10 after
1065 'views/views_init_internal.h', 1068 'views/views_init_internal.h',
1066 ], 1069 ],
1067 'defines': [ 1070 'defines': [
1068 'MOJO_VIEWS_IMPLEMENTATION', 1071 'MOJO_VIEWS_IMPLEMENTATION',
1069 ], 1072 ],
1070 }, 1073 },
1071 ], 1074 ],
1072 }], 1075 }],
1073 ], 1076 ],
1074 } 1077 }
OLDNEW
« no previous file with comments | « no previous file | mojo/mojo_public_tests.gypi » ('j') | mojo/monacl.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698