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

Side by Side Diff: chrome/test/data/nacl/nacl_test_data.gyp

Issue 16296005: Split pnacl and nacl mime types (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: After (hopefully) last rebase. Created 7 years, 6 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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'includes': [ 6 'includes': [
7 '../../../../ppapi/ppapi_nacl_test_common.gypi', 7 '../../../../ppapi/ppapi_nacl_test_common.gypi',
8 ], 8 ],
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
152 'pnacl_error_handling/pnacl_bad2_pexe.nmf', 152 'pnacl_error_handling/pnacl_bad2_pexe.nmf',
153 'pnacl_error_handling/pnacl_bad_doesnotexist.nmf', 153 'pnacl_error_handling/pnacl_bad_doesnotexist.nmf',
154 'pnacl_error_handling/pnacl_bad_pexe_undefined_syms.nmf', 154 'pnacl_error_handling/pnacl_bad_pexe_undefined_syms.nmf',
155 ], 155 ],
156 }, 156 },
157 'dependencies': [ 157 'dependencies': [
158 '<(DEPTH)/native_client/tools.gyp:prep_toolchain', 158 '<(DEPTH)/native_client/tools.gyp:prep_toolchain',
159 ] 159 ]
160 }, 160 },
161 { 161 {
162 'target_name': 'pnacl_mime_type_test',
163 'type': 'none',
164 'variables': {
165 'build_newlib': 1,
166 'build_glibc': 1,
167 'build_pnacl_newlib': 1,
168 'nexe_destination_dir': 'nacl_test_data',
169 # No need to translate AOT.
170 'enable_x86_32': 0,
171 'enable_x86_64': 0,
172 'enable_arm': 0,
173 'test_files': [
174 'pnacl_mime_type/pnacl_mime_type.html',
175 ],
176 },
177 },
178 {
162 'target_name': 'pnacl_options_test', 179 'target_name': 'pnacl_options_test',
163 'type': 'none', 180 'type': 'none',
164 'variables': { 181 'variables': {
165 'nexe_target': 'pnacl_options', 182 'nexe_target': 'pnacl_options',
166 'build_pnacl_newlib': 1, 183 'build_pnacl_newlib': 1,
167 'nexe_destination_dir': 'nacl_test_data', 184 'nexe_destination_dir': 'nacl_test_data',
168 # No need to translate these AOT, when we just need the pexe. 185 # No need to translate these AOT, when we just need the pexe.
169 'enable_x86_32': 0, 186 'enable_x86_32': 0,
170 'enable_x86_64': 0, 187 'enable_x86_64': 0,
171 'enable_arm': 0, 188 'enable_arm': 0,
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
248 '<(DEPTH)/native_client/tools.gyp:prep_toolchain', 265 '<(DEPTH)/native_client/tools.gyp:prep_toolchain',
249 '<(DEPTH)/native_client/src/shared/platform/platform.gyp:platform_lib', 266 '<(DEPTH)/native_client/src/shared/platform/platform.gyp:platform_lib',
250 '<(DEPTH)/native_client/src/shared/gio/gio.gyp:gio_lib', 267 '<(DEPTH)/native_client/src/shared/gio/gio.gyp:gio_lib',
251 '<(DEPTH)/ppapi/native_client/native_client.gyp:ppapi_lib', 268 '<(DEPTH)/ppapi/native_client/native_client.gyp:ppapi_lib',
252 '<(DEPTH)/ppapi/ppapi_untrusted.gyp:ppapi_cpp_lib', 269 '<(DEPTH)/ppapi/ppapi_untrusted.gyp:ppapi_cpp_lib',
253 'ppapi_test_lib', 270 'ppapi_test_lib',
254 ], 271 ],
255 }, 272 },
256 ], 273 ],
257 } 274 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698