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

Side by Side Diff: components/nacl_nonsfi.gyp

Issue 1097153002: NaCl/GYP: remove references to prep_toolchain. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Edit Created 5 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
« no previous file with comments | « chrome/test/data/nacl/nacl_test_data.gyp ('k') | components/tracing_nacl.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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 '../build/common_untrusted.gypi', 10 '../build/common_untrusted.gypi',
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
133 }], 133 }],
134 ], 134 ],
135 }, 135 },
136 'dependencies': [ 136 'dependencies': [
137 '../base/base_nacl.gyp:base_nacl_nonsfi', 137 '../base/base_nacl.gyp:base_nacl_nonsfi',
138 '../content/content_nacl_nonsfi.gyp:content_common_nacl_nonsfi', 138 '../content/content_nacl_nonsfi.gyp:content_common_nacl_nonsfi',
139 '../ipc/ipc_nacl.gyp:ipc_nacl_nonsfi', 139 '../ipc/ipc_nacl.gyp:ipc_nacl_nonsfi',
140 '../native_client/src/nonsfi/irt/irt.gyp:nacl_sys_private', 140 '../native_client/src/nonsfi/irt/irt.gyp:nacl_sys_private',
141 '../native_client/src/nonsfi/loader/loader.gyp:elf_loader', 141 '../native_client/src/nonsfi/loader/loader.gyp:elf_loader',
142 '../native_client/src/untrusted/nacl/nacl.gyp:nacl_lib_newlib', 142 '../native_client/src/untrusted/nacl/nacl.gyp:nacl_lib_newlib',
143 '../native_client/tools.gyp:prep_toolchain',
144 '../ppapi/ppapi_proxy_nacl.gyp:ppapi_proxy_nacl', 143 '../ppapi/ppapi_proxy_nacl.gyp:ppapi_proxy_nacl',
145 '../sandbox/sandbox_nacl_nonsfi.gyp:sandbox_nacl_nonsfi', 144 '../sandbox/sandbox_nacl_nonsfi.gyp:sandbox_nacl_nonsfi',
146 ], 145 ],
147 }, 146 },
148 # TODO(hidehiko): Add Non-SFI version of nacl_loader_unittests. 147 # TODO(hidehiko): Add Non-SFI version of nacl_loader_unittests.
149 ], 148 ],
150 }], 149 }],
151 ], 150 ],
152 } 151 }
OLDNEW
« no previous file with comments | « chrome/test/data/nacl/nacl_test_data.gyp ('k') | components/tracing_nacl.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698