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

Side by Side Diff: mojo/mojo_nacl.gyp

Issue 807773002: Move mojo gypfiles to toplevel mojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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 | « mojo/mojo_input_events_converters.gyp ('k') | mojo/mojo_public.gyp » ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 'conditions': [ 6 'conditions': [
7 ['disable_nacl==0 and disable_nacl_untrusted==0', { 7 ['disable_nacl==0 and disable_nacl_untrusted==0', {
8 'variables': { 8 'variables': {
9 'monacl_codegen_dir': '<(SHARED_INTERMEDIATE_DIR)/<!(python <(DEPTH)/bui ld/inverse_depth.py <(DEPTH))/monacl', 9 'monacl_codegen_dir': '<(SHARED_INTERMEDIATE_DIR)/<!(python <(DEPTH)/bui ld/inverse_depth.py <(DEPTH))/monacl',
10 }, 10 },
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 'dependencies': [ 55 'dependencies': [
56 '<(DEPTH)/native_client/src/trusted/service_runtime/service_runtime. gyp:sel', 56 '<(DEPTH)/native_client/src/trusted/service_runtime/service_runtime. gyp:sel',
57 'monacl_codegen', 57 'monacl_codegen',
58 ], 58 ],
59 }, 59 },
60 { 60 {
61 'target_name': 'monacl_shell', 61 'target_name': 'monacl_shell',
62 'type': 'executable', 62 'type': 'executable',
63 'dependencies': [ 63 'dependencies': [
64 '../base/base.gyp:base', 64 '../base/base.gyp:base',
65 'edk/mojo_edk.gyp:mojo_system_impl', 65 'mojo_edk.gyp:mojo_system_impl',
66 'monacl_sel', 66 'monacl_sel',
67 ], 67 ],
68 'sources': [ 68 'sources': [
69 'nacl/monacl_shell.cc', 69 'nacl/monacl_shell.cc',
70 ], 70 ],
71 }, 71 },
72 { 72 {
73 'target_name': 'mojo_nacl', 73 'target_name': 'mojo_nacl',
74 'type': 'none', 74 'type': 'none',
75 'variables': { 75 'variables': {
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
113 '../testing/gtest_nacl.gyp:gtest_nacl', 113 '../testing/gtest_nacl.gyp:gtest_nacl',
114 '../testing/gtest_nacl.gyp:gtest_main_nacl', 114 '../testing/gtest_nacl.gyp:gtest_main_nacl',
115 'mojo_nacl', 115 'mojo_nacl',
116 'monacl_codegen', 116 'monacl_codegen',
117 ], 117 ],
118 }, 118 },
119 ], 119 ],
120 }], 120 }],
121 ], 121 ],
122 } 122 }
OLDNEW
« no previous file with comments | « mojo/mojo_input_events_converters.gyp ('k') | mojo/mojo_public.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698