| OLD | NEW |
| 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 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 119 'extension_validation_cache/extension_validation_cache.html', | 119 'extension_validation_cache/extension_validation_cache.html', |
| 120 'extension_validation_cache/extension_validation_cache.js', | 120 'extension_validation_cache/extension_validation_cache.js', |
| 121 # Turns the test data directory into an extension. | 121 # Turns the test data directory into an extension. |
| 122 # Use a different nexe_destination_dir to isolate the files. | 122 # Use a different nexe_destination_dir to isolate the files. |
| 123 # Note that the .nexe names are embedded in this file. | 123 # Note that the .nexe names are embedded in this file. |
| 124 'extension_validation_cache/manifest.json', | 124 'extension_validation_cache/manifest.json', |
| 125 'load_util.js', | 125 'load_util.js', |
| 126 'simple_cc.js', | 126 'simple_cc.js', |
| 127 ], | 127 ], |
| 128 }, | 128 }, |
| 129 'dependencies': [ | |
| 130 '<(DEPTH)/native_client/tools.gyp:prep_toolchain', | |
| 131 ], | |
| 132 }, | 129 }, |
| 133 { | 130 { |
| 134 'target_name': 'sysconf_nprocessors_onln_test', | 131 'target_name': 'sysconf_nprocessors_onln_test', |
| 135 'type': 'none', | 132 'type': 'none', |
| 136 'variables': { | 133 'variables': { |
| 137 'nexe_target': 'sysconf_nprocessors_onln_test', | 134 'nexe_target': 'sysconf_nprocessors_onln_test', |
| 138 'build_newlib': 1, | 135 'build_newlib': 1, |
| 139 'build_glibc': 1, | 136 'build_glibc': 1, |
| 140 'build_pnacl_newlib': 1, | 137 'build_pnacl_newlib': 1, |
| 141 'nexe_destination_dir': 'nacl_test_data', | 138 'nexe_destination_dir': 'nacl_test_data', |
| (...skipping 17 matching lines...) Expand all Loading... |
| 159 'nexe_destination_dir': 'nacl_test_data', | 156 'nexe_destination_dir': 'nacl_test_data', |
| 160 'sources': [ | 157 'sources': [ |
| 161 # TODO(ncbray) move these files once SCons no longer depends on them. | 158 # TODO(ncbray) move these files once SCons no longer depends on them. |
| 162 '../../../../ppapi/native_client/tests/ppapi_test_lib/get_browser_inte
rface.cc', | 159 '../../../../ppapi/native_client/tests/ppapi_test_lib/get_browser_inte
rface.cc', |
| 163 '../../../../ppapi/native_client/tests/ppapi_test_lib/internal_utils.c
c', | 160 '../../../../ppapi/native_client/tests/ppapi_test_lib/internal_utils.c
c', |
| 164 '../../../../ppapi/native_client/tests/ppapi_test_lib/module_instance.
cc', | 161 '../../../../ppapi/native_client/tests/ppapi_test_lib/module_instance.
cc', |
| 165 '../../../../ppapi/native_client/tests/ppapi_test_lib/test_interface.c
c', | 162 '../../../../ppapi/native_client/tests/ppapi_test_lib/test_interface.c
c', |
| 166 '../../../../ppapi/native_client/tests/ppapi_test_lib/testable_callbac
k.cc', | 163 '../../../../ppapi/native_client/tests/ppapi_test_lib/testable_callbac
k.cc', |
| 167 ] | 164 ] |
| 168 }, | 165 }, |
| 169 'dependencies': [ | |
| 170 '<(DEPTH)/native_client/tools.gyp:prep_toolchain', | |
| 171 ], | |
| 172 }, | 166 }, |
| 173 { | 167 { |
| 174 'target_name': 'ppapi_progress_events', | 168 'target_name': 'ppapi_progress_events', |
| 175 'type': 'none', | 169 'type': 'none', |
| 176 'variables': { | 170 'variables': { |
| 177 'nexe_target': 'ppapi_progress_events', | 171 'nexe_target': 'ppapi_progress_events', |
| 178 'build_newlib': 1, | 172 'build_newlib': 1, |
| 179 'build_glibc': 1, | 173 'build_glibc': 1, |
| 180 'build_pnacl_newlib': 1, | 174 'build_pnacl_newlib': 1, |
| 181 'nexe_destination_dir': 'nacl_test_data', | 175 'nexe_destination_dir': 'nacl_test_data', |
| 182 'link_flags': [ | 176 'link_flags': [ |
| 183 '-lppapi', | 177 '-lppapi', |
| 184 '-lppapi_test_lib', | 178 '-lppapi_test_lib', |
| 185 '-lplatform', | 179 '-lplatform', |
| 186 '-lgio', | 180 '-lgio', |
| 187 ], | 181 ], |
| 188 'sources': [ | 182 'sources': [ |
| 189 'progress_events/ppapi_progress_events.cc', | 183 'progress_events/ppapi_progress_events.cc', |
| 190 ], | 184 ], |
| 191 'test_files': [ | 185 'test_files': [ |
| 192 'progress_events/ppapi_progress_events.html', | 186 'progress_events/ppapi_progress_events.html', |
| 193 ], | 187 ], |
| 194 }, | 188 }, |
| 195 'dependencies': [ | 189 'dependencies': [ |
| 196 '<(DEPTH)/native_client/tools.gyp:prep_toolchain', | |
| 197 '<(DEPTH)/native_client/src/shared/platform/platform.gyp:platform_lib', | 190 '<(DEPTH)/native_client/src/shared/platform/platform.gyp:platform_lib', |
| 198 '<(DEPTH)/native_client/src/shared/gio/gio.gyp:gio_lib', | 191 '<(DEPTH)/native_client/src/shared/gio/gio.gyp:gio_lib', |
| 199 '<(DEPTH)/ppapi/native_client/native_client.gyp:ppapi_lib', | 192 '<(DEPTH)/ppapi/native_client/native_client.gyp:ppapi_lib', |
| 200 '<(DEPTH)/ppapi/ppapi_nacl.gyp:ppapi_cpp_lib', | 193 '<(DEPTH)/ppapi/ppapi_nacl.gyp:ppapi_cpp_lib', |
| 201 'ppapi_test_lib', | 194 'ppapi_test_lib', |
| 202 ], | 195 ], |
| 203 }, | 196 }, |
| 204 { | 197 { |
| 205 'target_name': 'ppapi_bad_ppp_initialize', | 198 'target_name': 'ppapi_bad_ppp_initialize', |
| 206 'type': 'none', | 199 'type': 'none', |
| 207 'variables': { | 200 'variables': { |
| 208 'nexe_target': 'ppapi_bad_ppp_initialize', | 201 'nexe_target': 'ppapi_bad_ppp_initialize', |
| 209 'build_newlib': 1, | 202 'build_newlib': 1, |
| 210 'build_glibc': 0, | 203 'build_glibc': 0, |
| 211 'build_pnacl_newlib': 0, | 204 'build_pnacl_newlib': 0, |
| 212 'nexe_destination_dir': 'nacl_test_data', | 205 'nexe_destination_dir': 'nacl_test_data', |
| 213 'link_flags': [ | 206 'link_flags': [ |
| 214 '-lppapi', | 207 '-lppapi', |
| 215 '-lplatform', | 208 '-lplatform', |
| 216 '-lgio', | 209 '-lgio', |
| 217 ], | 210 ], |
| 218 'sources': [ | 211 'sources': [ |
| 219 'bad/ppapi_bad_ppp_initialize.cc', | 212 'bad/ppapi_bad_ppp_initialize.cc', |
| 220 ], | 213 ], |
| 221 }, | 214 }, |
| 222 'dependencies': [ | 215 'dependencies': [ |
| 223 '<(DEPTH)/native_client/tools.gyp:prep_toolchain', | |
| 224 '<(DEPTH)/native_client/src/shared/platform/platform.gyp:platform_lib', | 216 '<(DEPTH)/native_client/src/shared/platform/platform.gyp:platform_lib', |
| 225 '<(DEPTH)/native_client/src/shared/gio/gio.gyp:gio_lib', | 217 '<(DEPTH)/native_client/src/shared/gio/gio.gyp:gio_lib', |
| 226 '<(DEPTH)/ppapi/native_client/native_client.gyp:ppapi_lib', | 218 '<(DEPTH)/ppapi/native_client/native_client.gyp:ppapi_lib', |
| 227 ], | 219 ], |
| 228 }, | 220 }, |
| 229 { | 221 { |
| 230 'target_name': 'ppapi_bad_ppp_initialize_crash', | 222 'target_name': 'ppapi_bad_ppp_initialize_crash', |
| 231 'type': 'none', | 223 'type': 'none', |
| 232 'variables': { | 224 'variables': { |
| 233 'nexe_target': 'ppapi_bad_ppp_initialize_crash', | 225 'nexe_target': 'ppapi_bad_ppp_initialize_crash', |
| 234 'build_newlib': 1, | 226 'build_newlib': 1, |
| 235 'build_glibc': 0, | 227 'build_glibc': 0, |
| 236 'build_pnacl_newlib': 0, | 228 'build_pnacl_newlib': 0, |
| 237 'nexe_destination_dir': 'nacl_test_data', | 229 'nexe_destination_dir': 'nacl_test_data', |
| 238 'link_flags': [ | 230 'link_flags': [ |
| 239 '-lppapi', | 231 '-lppapi', |
| 240 '-lplatform', | 232 '-lplatform', |
| 241 '-lgio', | 233 '-lgio', |
| 242 ], | 234 ], |
| 243 'sources': [ | 235 'sources': [ |
| 244 'bad/ppapi_bad_ppp_initialize_crash.cc', | 236 'bad/ppapi_bad_ppp_initialize_crash.cc', |
| 245 ], | 237 ], |
| 246 }, | 238 }, |
| 247 'dependencies': [ | 239 'dependencies': [ |
| 248 '<(DEPTH)/native_client/tools.gyp:prep_toolchain', | |
| 249 '<(DEPTH)/native_client/src/shared/platform/platform.gyp:platform_lib', | 240 '<(DEPTH)/native_client/src/shared/platform/platform.gyp:platform_lib', |
| 250 '<(DEPTH)/native_client/src/shared/gio/gio.gyp:gio_lib', | 241 '<(DEPTH)/native_client/src/shared/gio/gio.gyp:gio_lib', |
| 251 '<(DEPTH)/ppapi/native_client/native_client.gyp:ppapi_lib', | 242 '<(DEPTH)/ppapi/native_client/native_client.gyp:ppapi_lib', |
| 252 ], | 243 ], |
| 253 }, | 244 }, |
| 254 { | 245 { |
| 255 'target_name': 'ppapi_bad_no_ppp_instance', | 246 'target_name': 'ppapi_bad_no_ppp_instance', |
| 256 'type': 'none', | 247 'type': 'none', |
| 257 'variables': { | 248 'variables': { |
| 258 'nexe_target': 'ppapi_bad_no_ppp_instance', | 249 'nexe_target': 'ppapi_bad_no_ppp_instance', |
| 259 'build_newlib': 1, | 250 'build_newlib': 1, |
| 260 'build_glibc': 0, | 251 'build_glibc': 0, |
| 261 'build_pnacl_newlib': 0, | 252 'build_pnacl_newlib': 0, |
| 262 'nexe_destination_dir': 'nacl_test_data', | 253 'nexe_destination_dir': 'nacl_test_data', |
| 263 'link_flags': [ | 254 'link_flags': [ |
| 264 '-lppapi', | 255 '-lppapi', |
| 265 '-lplatform', | 256 '-lplatform', |
| 266 '-lgio', | 257 '-lgio', |
| 267 ], | 258 ], |
| 268 'sources': [ | 259 'sources': [ |
| 269 'bad/ppapi_bad_no_ppp_instance.cc', | 260 'bad/ppapi_bad_no_ppp_instance.cc', |
| 270 ], | 261 ], |
| 271 }, | 262 }, |
| 272 'dependencies': [ | 263 'dependencies': [ |
| 273 '<(DEPTH)/native_client/tools.gyp:prep_toolchain', | |
| 274 '<(DEPTH)/native_client/src/shared/platform/platform.gyp:platform_lib', | 264 '<(DEPTH)/native_client/src/shared/platform/platform.gyp:platform_lib', |
| 275 '<(DEPTH)/native_client/src/shared/gio/gio.gyp:gio_lib', | 265 '<(DEPTH)/native_client/src/shared/gio/gio.gyp:gio_lib', |
| 276 '<(DEPTH)/ppapi/native_client/native_client.gyp:ppapi_lib', | 266 '<(DEPTH)/ppapi/native_client/native_client.gyp:ppapi_lib', |
| 277 ], | 267 ], |
| 278 }, | 268 }, |
| 279 { | 269 { |
| 280 'target_name': 'ppapi_bad_get_ppp_instance_crash', | 270 'target_name': 'ppapi_bad_get_ppp_instance_crash', |
| 281 'type': 'none', | 271 'type': 'none', |
| 282 'variables': { | 272 'variables': { |
| 283 'nexe_target': 'ppapi_bad_get_ppp_instance_crash', | 273 'nexe_target': 'ppapi_bad_get_ppp_instance_crash', |
| 284 'build_newlib': 1, | 274 'build_newlib': 1, |
| 285 'build_glibc': 0, | 275 'build_glibc': 0, |
| 286 'build_pnacl_newlib': 0, | 276 'build_pnacl_newlib': 0, |
| 287 'nexe_destination_dir': 'nacl_test_data', | 277 'nexe_destination_dir': 'nacl_test_data', |
| 288 'link_flags': [ | 278 'link_flags': [ |
| 289 '-lppapi', | 279 '-lppapi', |
| 290 '-lplatform', | 280 '-lplatform', |
| 291 '-lgio', | 281 '-lgio', |
| 292 ], | 282 ], |
| 293 'sources': [ | 283 'sources': [ |
| 294 'bad/ppapi_bad_get_ppp_instance_crash.cc', | 284 'bad/ppapi_bad_get_ppp_instance_crash.cc', |
| 295 ], | 285 ], |
| 296 }, | 286 }, |
| 297 'dependencies': [ | 287 'dependencies': [ |
| 298 '<(DEPTH)/native_client/tools.gyp:prep_toolchain', | |
| 299 '<(DEPTH)/native_client/src/shared/platform/platform.gyp:platform_lib', | 288 '<(DEPTH)/native_client/src/shared/platform/platform.gyp:platform_lib', |
| 300 '<(DEPTH)/native_client/src/shared/gio/gio.gyp:gio_lib', | 289 '<(DEPTH)/native_client/src/shared/gio/gio.gyp:gio_lib', |
| 301 '<(DEPTH)/ppapi/native_client/native_client.gyp:ppapi_lib', | 290 '<(DEPTH)/ppapi/native_client/native_client.gyp:ppapi_lib', |
| 302 ], | 291 ], |
| 303 }, | 292 }, |
| 304 { | 293 { |
| 305 'target_name': 'ppapi_bad_ppp_instance_didcreate', | 294 'target_name': 'ppapi_bad_ppp_instance_didcreate', |
| 306 'type': 'none', | 295 'type': 'none', |
| 307 'variables': { | 296 'variables': { |
| 308 'nexe_target': 'ppapi_bad_ppp_instance_didcreate', | 297 'nexe_target': 'ppapi_bad_ppp_instance_didcreate', |
| 309 'build_newlib': 1, | 298 'build_newlib': 1, |
| 310 'build_glibc': 0, | 299 'build_glibc': 0, |
| 311 'build_pnacl_newlib': 0, | 300 'build_pnacl_newlib': 0, |
| 312 'nexe_destination_dir': 'nacl_test_data', | 301 'nexe_destination_dir': 'nacl_test_data', |
| 313 'link_flags': [ | 302 'link_flags': [ |
| 314 '-lppapi', | 303 '-lppapi', |
| 315 '-lplatform', | 304 '-lplatform', |
| 316 '-lgio', | 305 '-lgio', |
| 317 ], | 306 ], |
| 318 'sources': [ | 307 'sources': [ |
| 319 'bad/ppapi_bad_ppp_instance_didcreate.cc', | 308 'bad/ppapi_bad_ppp_instance_didcreate.cc', |
| 320 ], | 309 ], |
| 321 }, | 310 }, |
| 322 'dependencies': [ | 311 'dependencies': [ |
| 323 '<(DEPTH)/native_client/tools.gyp:prep_toolchain', | |
| 324 '<(DEPTH)/native_client/src/shared/platform/platform.gyp:platform_lib', | 312 '<(DEPTH)/native_client/src/shared/platform/platform.gyp:platform_lib', |
| 325 '<(DEPTH)/native_client/src/shared/gio/gio.gyp:gio_lib', | 313 '<(DEPTH)/native_client/src/shared/gio/gio.gyp:gio_lib', |
| 326 '<(DEPTH)/ppapi/native_client/native_client.gyp:ppapi_lib', | 314 '<(DEPTH)/ppapi/native_client/native_client.gyp:ppapi_lib', |
| 327 ], | 315 ], |
| 328 }, | 316 }, |
| 329 { | 317 { |
| 330 'target_name': 'ppapi_bad_ppp_instance_didcreate_crash', | 318 'target_name': 'ppapi_bad_ppp_instance_didcreate_crash', |
| 331 'type': 'none', | 319 'type': 'none', |
| 332 'variables': { | 320 'variables': { |
| 333 'nexe_target': 'ppapi_bad_ppp_instance_didcreate_crash', | 321 'nexe_target': 'ppapi_bad_ppp_instance_didcreate_crash', |
| 334 'build_newlib': 1, | 322 'build_newlib': 1, |
| 335 'build_glibc': 0, | 323 'build_glibc': 0, |
| 336 'build_pnacl_newlib': 0, | 324 'build_pnacl_newlib': 0, |
| 337 'nexe_destination_dir': 'nacl_test_data', | 325 'nexe_destination_dir': 'nacl_test_data', |
| 338 'link_flags': [ | 326 'link_flags': [ |
| 339 '-lppapi', | 327 '-lppapi', |
| 340 '-lplatform', | 328 '-lplatform', |
| 341 '-lgio', | 329 '-lgio', |
| 342 ], | 330 ], |
| 343 'sources': [ | 331 'sources': [ |
| 344 'bad/ppapi_bad_ppp_instance_didcreate_crash.cc', | 332 'bad/ppapi_bad_ppp_instance_didcreate_crash.cc', |
| 345 ], | 333 ], |
| 346 }, | 334 }, |
| 347 'dependencies': [ | 335 'dependencies': [ |
| 348 '<(DEPTH)/native_client/tools.gyp:prep_toolchain', | |
| 349 '<(DEPTH)/native_client/src/shared/platform/platform.gyp:platform_lib', | 336 '<(DEPTH)/native_client/src/shared/platform/platform.gyp:platform_lib', |
| 350 '<(DEPTH)/native_client/src/shared/gio/gio.gyp:gio_lib', | 337 '<(DEPTH)/native_client/src/shared/gio/gio.gyp:gio_lib', |
| 351 '<(DEPTH)/ppapi/native_client/native_client.gyp:ppapi_lib', | 338 '<(DEPTH)/ppapi/native_client/native_client.gyp:ppapi_lib', |
| 352 ], | 339 ], |
| 353 }, | 340 }, |
| 354 { | 341 { |
| 355 'target_name': 'ppapi_crash_via_check_failure', | 342 'target_name': 'ppapi_crash_via_check_failure', |
| 356 'type': 'none', | 343 'type': 'none', |
| 357 'variables': { | 344 'variables': { |
| 358 'nexe_target': 'ppapi_crash_via_check_failure', | 345 'nexe_target': 'ppapi_crash_via_check_failure', |
| 359 'build_newlib': 1, | 346 'build_newlib': 1, |
| 360 'build_glibc': 1, | 347 'build_glibc': 1, |
| 361 'build_pnacl_newlib': 1, | 348 'build_pnacl_newlib': 1, |
| 362 'nexe_destination_dir': 'nacl_test_data', | 349 'nexe_destination_dir': 'nacl_test_data', |
| 363 'link_flags': [ | 350 'link_flags': [ |
| 364 '-lppapi', | 351 '-lppapi', |
| 365 '-lppapi_test_lib', | 352 '-lppapi_test_lib', |
| 366 '-lplatform', | 353 '-lplatform', |
| 367 '-lgio', | 354 '-lgio', |
| 368 ], | 355 ], |
| 369 'sources': [ | 356 'sources': [ |
| 370 'crash/ppapi_crash_via_check_failure.cc', | 357 'crash/ppapi_crash_via_check_failure.cc', |
| 371 ], | 358 ], |
| 372 }, | 359 }, |
| 373 'dependencies': [ | 360 'dependencies': [ |
| 374 '<(DEPTH)/native_client/tools.gyp:prep_toolchain', | |
| 375 '<(DEPTH)/native_client/src/shared/platform/platform.gyp:platform_lib', | 361 '<(DEPTH)/native_client/src/shared/platform/platform.gyp:platform_lib', |
| 376 '<(DEPTH)/native_client/src/shared/gio/gio.gyp:gio_lib', | 362 '<(DEPTH)/native_client/src/shared/gio/gio.gyp:gio_lib', |
| 377 '<(DEPTH)/ppapi/native_client/native_client.gyp:ppapi_lib', | 363 '<(DEPTH)/ppapi/native_client/native_client.gyp:ppapi_lib', |
| 378 '<(DEPTH)/ppapi/ppapi_nacl.gyp:ppapi_cpp_lib', | 364 '<(DEPTH)/ppapi/ppapi_nacl.gyp:ppapi_cpp_lib', |
| 379 'ppapi_test_lib', | 365 'ppapi_test_lib', |
| 380 ], | 366 ], |
| 381 }, | 367 }, |
| 382 { | 368 { |
| 383 'target_name': 'ppapi_crash_via_exit_call', | 369 'target_name': 'ppapi_crash_via_exit_call', |
| 384 'type': 'none', | 370 'type': 'none', |
| 385 'variables': { | 371 'variables': { |
| 386 'nexe_target': 'ppapi_crash_via_exit_call', | 372 'nexe_target': 'ppapi_crash_via_exit_call', |
| 387 'build_newlib': 1, | 373 'build_newlib': 1, |
| 388 'build_glibc': 1, | 374 'build_glibc': 1, |
| 389 'build_pnacl_newlib': 1, | 375 'build_pnacl_newlib': 1, |
| 390 'nexe_destination_dir': 'nacl_test_data', | 376 'nexe_destination_dir': 'nacl_test_data', |
| 391 'link_flags': [ | 377 'link_flags': [ |
| 392 '-lppapi', | 378 '-lppapi', |
| 393 '-lppapi_test_lib', | 379 '-lppapi_test_lib', |
| 394 '-lplatform', | 380 '-lplatform', |
| 395 '-lgio', | 381 '-lgio', |
| 396 ], | 382 ], |
| 397 'sources': [ | 383 'sources': [ |
| 398 'crash/ppapi_crash_via_exit_call.cc', | 384 'crash/ppapi_crash_via_exit_call.cc', |
| 399 ], | 385 ], |
| 400 }, | 386 }, |
| 401 'dependencies': [ | 387 'dependencies': [ |
| 402 '<(DEPTH)/native_client/tools.gyp:prep_toolchain', | |
| 403 '<(DEPTH)/native_client/src/shared/platform/platform.gyp:platform_lib', | 388 '<(DEPTH)/native_client/src/shared/platform/platform.gyp:platform_lib', |
| 404 '<(DEPTH)/native_client/src/shared/gio/gio.gyp:gio_lib', | 389 '<(DEPTH)/native_client/src/shared/gio/gio.gyp:gio_lib', |
| 405 '<(DEPTH)/ppapi/native_client/native_client.gyp:ppapi_lib', | 390 '<(DEPTH)/ppapi/native_client/native_client.gyp:ppapi_lib', |
| 406 '<(DEPTH)/ppapi/ppapi_nacl.gyp:ppapi_cpp_lib', | 391 '<(DEPTH)/ppapi/ppapi_nacl.gyp:ppapi_cpp_lib', |
| 407 'ppapi_test_lib', | 392 'ppapi_test_lib', |
| 408 ], | 393 ], |
| 409 }, | 394 }, |
| 410 { | 395 { |
| 411 'target_name': 'ppapi_crash_in_callback', | 396 'target_name': 'ppapi_crash_in_callback', |
| 412 'type': 'none', | 397 'type': 'none', |
| 413 'variables': { | 398 'variables': { |
| 414 'nexe_target': 'ppapi_crash_in_callback', | 399 'nexe_target': 'ppapi_crash_in_callback', |
| 415 'build_newlib': 1, | 400 'build_newlib': 1, |
| 416 'build_glibc': 1, | 401 'build_glibc': 1, |
| 417 'build_pnacl_newlib': 1, | 402 'build_pnacl_newlib': 1, |
| 418 'nexe_destination_dir': 'nacl_test_data', | 403 'nexe_destination_dir': 'nacl_test_data', |
| 419 'link_flags': [ | 404 'link_flags': [ |
| 420 '-lppapi', | 405 '-lppapi', |
| 421 '-lppapi_test_lib', | 406 '-lppapi_test_lib', |
| 422 '-lplatform', | 407 '-lplatform', |
| 423 '-lgio', | 408 '-lgio', |
| 424 ], | 409 ], |
| 425 'sources': [ | 410 'sources': [ |
| 426 'crash/ppapi_crash_in_callback.cc', | 411 'crash/ppapi_crash_in_callback.cc', |
| 427 ], | 412 ], |
| 428 }, | 413 }, |
| 429 'dependencies': [ | 414 'dependencies': [ |
| 430 '<(DEPTH)/native_client/tools.gyp:prep_toolchain', | |
| 431 '<(DEPTH)/native_client/src/shared/platform/platform.gyp:platform_lib', | 415 '<(DEPTH)/native_client/src/shared/platform/platform.gyp:platform_lib', |
| 432 '<(DEPTH)/native_client/src/shared/gio/gio.gyp:gio_lib', | 416 '<(DEPTH)/native_client/src/shared/gio/gio.gyp:gio_lib', |
| 433 '<(DEPTH)/ppapi/native_client/native_client.gyp:ppapi_lib', | 417 '<(DEPTH)/ppapi/native_client/native_client.gyp:ppapi_lib', |
| 434 '<(DEPTH)/ppapi/ppapi_nacl.gyp:ppapi_cpp_lib', | 418 '<(DEPTH)/ppapi/ppapi_nacl.gyp:ppapi_cpp_lib', |
| 435 'ppapi_test_lib', | 419 'ppapi_test_lib', |
| 436 ], | 420 ], |
| 437 }, | 421 }, |
| 438 { | 422 { |
| 439 'target_name': 'ppapi_crash_off_main_thread', | 423 'target_name': 'ppapi_crash_off_main_thread', |
| 440 'type': 'none', | 424 'type': 'none', |
| 441 'variables': { | 425 'variables': { |
| 442 'nexe_target': 'ppapi_crash_off_main_thread', | 426 'nexe_target': 'ppapi_crash_off_main_thread', |
| 443 'build_newlib': 1, | 427 'build_newlib': 1, |
| 444 'build_glibc': 1, | 428 'build_glibc': 1, |
| 445 'build_pnacl_newlib': 1, | 429 'build_pnacl_newlib': 1, |
| 446 'nexe_destination_dir': 'nacl_test_data', | 430 'nexe_destination_dir': 'nacl_test_data', |
| 447 'link_flags': [ | 431 'link_flags': [ |
| 448 '-lppapi', | 432 '-lppapi', |
| 449 '-lppapi_test_lib', | 433 '-lppapi_test_lib', |
| 450 '-lplatform', | 434 '-lplatform', |
| 451 '-lgio', | 435 '-lgio', |
| 452 ], | 436 ], |
| 453 'sources': [ | 437 'sources': [ |
| 454 'crash/ppapi_crash_off_main_thread.cc', | 438 'crash/ppapi_crash_off_main_thread.cc', |
| 455 ], | 439 ], |
| 456 }, | 440 }, |
| 457 'dependencies': [ | 441 'dependencies': [ |
| 458 '<(DEPTH)/native_client/tools.gyp:prep_toolchain', | |
| 459 '<(DEPTH)/native_client/src/shared/platform/platform.gyp:platform_lib', | 442 '<(DEPTH)/native_client/src/shared/platform/platform.gyp:platform_lib', |
| 460 '<(DEPTH)/native_client/src/shared/gio/gio.gyp:gio_lib', | 443 '<(DEPTH)/native_client/src/shared/gio/gio.gyp:gio_lib', |
| 461 '<(DEPTH)/ppapi/native_client/native_client.gyp:ppapi_lib', | 444 '<(DEPTH)/ppapi/native_client/native_client.gyp:ppapi_lib', |
| 462 '<(DEPTH)/ppapi/ppapi_nacl.gyp:ppapi_cpp_lib', | 445 '<(DEPTH)/ppapi/ppapi_nacl.gyp:ppapi_cpp_lib', |
| 463 'ppapi_test_lib', | 446 'ppapi_test_lib', |
| 464 ], | 447 ], |
| 465 }, | 448 }, |
| 466 { | 449 { |
| 467 'target_name': 'ppapi_crash_ppapi_off_main_thread', | 450 'target_name': 'ppapi_crash_ppapi_off_main_thread', |
| 468 'type': 'none', | 451 'type': 'none', |
| 469 'variables': { | 452 'variables': { |
| 470 'nexe_target': 'ppapi_crash_ppapi_off_main_thread', | 453 'nexe_target': 'ppapi_crash_ppapi_off_main_thread', |
| 471 'build_newlib': 1, | 454 'build_newlib': 1, |
| 472 'build_glibc': 1, | 455 'build_glibc': 1, |
| 473 'build_pnacl_newlib': 1, | 456 'build_pnacl_newlib': 1, |
| 474 'nexe_destination_dir': 'nacl_test_data', | 457 'nexe_destination_dir': 'nacl_test_data', |
| 475 'link_flags': [ | 458 'link_flags': [ |
| 476 '-lppapi', | 459 '-lppapi', |
| 477 '-lppapi_test_lib', | 460 '-lppapi_test_lib', |
| 478 '-lplatform', | 461 '-lplatform', |
| 479 '-lgio', | 462 '-lgio', |
| 480 ], | 463 ], |
| 481 'sources': [ | 464 'sources': [ |
| 482 'crash/ppapi_crash_ppapi_off_main_thread.cc', | 465 'crash/ppapi_crash_ppapi_off_main_thread.cc', |
| 483 ], | 466 ], |
| 484 }, | 467 }, |
| 485 'dependencies': [ | 468 'dependencies': [ |
| 486 '<(DEPTH)/native_client/tools.gyp:prep_toolchain', | |
| 487 '<(DEPTH)/native_client/src/shared/platform/platform.gyp:platform_lib', | 469 '<(DEPTH)/native_client/src/shared/platform/platform.gyp:platform_lib', |
| 488 '<(DEPTH)/native_client/src/shared/gio/gio.gyp:gio_lib', | 470 '<(DEPTH)/native_client/src/shared/gio/gio.gyp:gio_lib', |
| 489 '<(DEPTH)/ppapi/native_client/native_client.gyp:ppapi_lib', | 471 '<(DEPTH)/ppapi/native_client/native_client.gyp:ppapi_lib', |
| 490 '<(DEPTH)/ppapi/ppapi_nacl.gyp:ppapi_cpp_lib', | 472 '<(DEPTH)/ppapi/ppapi_nacl.gyp:ppapi_cpp_lib', |
| 491 'ppapi_test_lib', | 473 'ppapi_test_lib', |
| 492 ], | 474 ], |
| 493 }, | 475 }, |
| 494 { | 476 { |
| 495 'target_name': 'irt_manifest_file', | 477 'target_name': 'irt_manifest_file', |
| 496 'type': 'none', | 478 'type': 'none', |
| (...skipping 21 matching lines...) Expand all Loading... |
| 518 '-xnmf says hello world:test_file.txt', | 500 '-xnmf says hello world:test_file.txt', |
| 519 # There is no dummy_test_file.txt file intentionally. This is just for | 501 # There is no dummy_test_file.txt file intentionally. This is just for |
| 520 # a test case where there is a manifest entry, but no actual file. | 502 # a test case where there is a manifest entry, but no actual file. |
| 521 '-xdummy_test_file:dummy_test_file.txt', | 503 '-xdummy_test_file:dummy_test_file.txt', |
| 522 ], | 504 ], |
| 523 'test_files': [ | 505 'test_files': [ |
| 524 'manifest_file/irt_manifest_file_test.html', | 506 'manifest_file/irt_manifest_file_test.html', |
| 525 ], | 507 ], |
| 526 }, | 508 }, |
| 527 'dependencies': [ | 509 'dependencies': [ |
| 528 '<(DEPTH)/native_client/tools.gyp:prep_toolchain', | |
| 529 '<(DEPTH)/ppapi/ppapi_nacl.gyp:ppapi_cpp_lib', | 510 '<(DEPTH)/ppapi/ppapi_nacl.gyp:ppapi_cpp_lib', |
| 530 '<(DEPTH)/ppapi/native_client/native_client.gyp:ppapi_lib', | 511 '<(DEPTH)/ppapi/native_client/native_client.gyp:ppapi_lib', |
| 531 '<(DEPTH)/ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_irt_shi
m.gyp:aot', | 512 '<(DEPTH)/ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_irt_shi
m.gyp:aot', |
| 532 '<(DEPTH)/native_client/src/shared/platform/platform.gyp:platform_lib', | 513 '<(DEPTH)/native_client/src/shared/platform/platform.gyp:platform_lib', |
| 533 '<(DEPTH)/native_client/src/shared/gio/gio.gyp:gio_lib', | 514 '<(DEPTH)/native_client/src/shared/gio/gio.gyp:gio_lib', |
| 534 '<(DEPTH)/native_client/src/untrusted/nacl/nacl.gyp:nacl_lib', | 515 '<(DEPTH)/native_client/src/untrusted/nacl/nacl.gyp:nacl_lib', |
| 535 '<(DEPTH)/native_client/src/trusted/weak_ref/weak_ref.gyp:weak_ref_lib', | 516 '<(DEPTH)/native_client/src/trusted/weak_ref/weak_ref.gyp:weak_ref_lib', |
| 536 ], | 517 ], |
| 537 'conditions': [ | 518 'conditions': [ |
| 538 # These are needed to build a non-SFI nexe binary. | 519 # These are needed to build a non-SFI nexe binary. |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 579 'sources': [ | 560 'sources': [ |
| 580 'irt_exception/irt_exception_test.cc', | 561 'irt_exception/irt_exception_test.cc', |
| 581 ], | 562 ], |
| 582 'test_files': [ | 563 'test_files': [ |
| 583 # TODO(ncbray) move into chrome/test/data/nacl when all tests are | 564 # TODO(ncbray) move into chrome/test/data/nacl when all tests are |
| 584 # converted. | 565 # converted. |
| 585 'irt_exception/irt_exception_test.html', | 566 'irt_exception/irt_exception_test.html', |
| 586 ], | 567 ], |
| 587 }, | 568 }, |
| 588 'dependencies': [ | 569 'dependencies': [ |
| 589 '<(DEPTH)/native_client/tools.gyp:prep_toolchain', | |
| 590 '<(DEPTH)/native_client/src/shared/platform/platform.gyp:platform_lib', | 570 '<(DEPTH)/native_client/src/shared/platform/platform.gyp:platform_lib', |
| 591 '<(DEPTH)/native_client/src/shared/gio/gio.gyp:gio_lib', | 571 '<(DEPTH)/native_client/src/shared/gio/gio.gyp:gio_lib', |
| 592 '<(DEPTH)/native_client/src/untrusted/nacl/nacl.gyp:nacl_exception_lib', | 572 '<(DEPTH)/native_client/src/untrusted/nacl/nacl.gyp:nacl_exception_lib', |
| 593 '<(DEPTH)/ppapi/native_client/native_client.gyp:ppapi_lib', | 573 '<(DEPTH)/ppapi/native_client/native_client.gyp:ppapi_lib', |
| 594 '<(DEPTH)/ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_irt_shi
m.gyp:aot', | 574 '<(DEPTH)/ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_irt_shi
m.gyp:aot', |
| 595 '<(DEPTH)/ppapi/ppapi_nacl.gyp:ppapi_cpp_lib', | 575 '<(DEPTH)/ppapi/ppapi_nacl.gyp:ppapi_cpp_lib', |
| 596 'ppapi_test_lib', | 576 'ppapi_test_lib', |
| 597 ], | 577 ], |
| 598 'conditions': [ | 578 'conditions': [ |
| 599 ['(target_arch=="ia32" or target_arch=="x64") and OS=="linux"', { | 579 ['(target_arch=="ia32" or target_arch=="x64") and OS=="linux"', { |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 634 'extension_mime_handler/ppapi_extension_mime_handler.html', | 614 'extension_mime_handler/ppapi_extension_mime_handler.html', |
| 635 'extension_mime_handler/mime_test_data.dat', | 615 'extension_mime_handler/mime_test_data.dat', |
| 636 # For faking the file's MIME type. | 616 # For faking the file's MIME type. |
| 637 'extension_mime_handler/mime_test_data.dat.mock-http-headers', | 617 'extension_mime_handler/mime_test_data.dat.mock-http-headers', |
| 638 # Turns the test data directory into an extension. Hackish. | 618 # Turns the test data directory into an extension. Hackish. |
| 639 # Note that the .nexe names are embedded in this file. | 619 # Note that the .nexe names are embedded in this file. |
| 640 'extension_mime_handler/manifest.json', | 620 'extension_mime_handler/manifest.json', |
| 641 ], | 621 ], |
| 642 }, | 622 }, |
| 643 'dependencies': [ | 623 'dependencies': [ |
| 644 '<(DEPTH)/native_client/tools.gyp:prep_toolchain', | |
| 645 '<(DEPTH)/ppapi/native_client/native_client.gyp:ppapi_lib', | 624 '<(DEPTH)/ppapi/native_client/native_client.gyp:ppapi_lib', |
| 646 '<(DEPTH)/native_client/src/shared/platform/platform.gyp:platform_lib', | 625 '<(DEPTH)/native_client/src/shared/platform/platform.gyp:platform_lib', |
| 647 '<(DEPTH)/native_client/src/shared/gio/gio.gyp:gio_lib', | 626 '<(DEPTH)/native_client/src/shared/gio/gio.gyp:gio_lib', |
| 648 'ppapi_test_lib', | 627 'ppapi_test_lib', |
| 649 ], | 628 ], |
| 650 }, | 629 }, |
| 651 { | 630 { |
| 652 'target_name': 'pnacl_debug_url_test', | 631 'target_name': 'pnacl_debug_url_test', |
| 653 'type': 'none', | 632 'type': 'none', |
| 654 'variables': { | 633 'variables': { |
| 655 'nexe_target': 'pnacl_debug_url', | 634 'nexe_target': 'pnacl_debug_url', |
| 656 'build_pnacl_newlib': 1, | 635 'build_pnacl_newlib': 1, |
| 657 'nexe_destination_dir': 'nacl_test_data', | 636 'nexe_destination_dir': 'nacl_test_data', |
| 658 'generate_nmf': 0, | 637 'generate_nmf': 0, |
| 659 'sources': [ | 638 'sources': [ |
| 660 'simple.cc', | 639 'simple.cc', |
| 661 ], | 640 ], |
| 662 'test_files': [ | 641 'test_files': [ |
| 663 'pnacl_debug_url/pnacl_debug_url.html', | 642 'pnacl_debug_url/pnacl_debug_url.html', |
| 664 'pnacl_debug_url/pnacl_has_debug.nmf', | 643 'pnacl_debug_url/pnacl_has_debug.nmf', |
| 665 'pnacl_debug_url/pnacl_has_debug_flag_off.nmf', | 644 'pnacl_debug_url/pnacl_has_debug_flag_off.nmf', |
| 666 'pnacl_debug_url/pnacl_no_debug.nmf', | 645 'pnacl_debug_url/pnacl_no_debug.nmf', |
| 667 ], | 646 ], |
| 668 }, | 647 }, |
| 669 'dependencies': [ | |
| 670 '<(DEPTH)/native_client/tools.gyp:prep_toolchain', | |
| 671 ] | |
| 672 }, | 648 }, |
| 673 { | 649 { |
| 674 'target_name': 'pnacl_error_handling_test', | 650 'target_name': 'pnacl_error_handling_test', |
| 675 'type': 'none', | 651 'type': 'none', |
| 676 'variables': { | 652 'variables': { |
| 677 'build_pnacl_newlib': 1, | 653 'build_pnacl_newlib': 1, |
| 678 'nexe_destination_dir': 'nacl_test_data', | 654 'nexe_destination_dir': 'nacl_test_data', |
| 679 # Use prebuilt NMF files. | 655 # Use prebuilt NMF files. |
| 680 'generate_nmf': 0, | 656 'generate_nmf': 0, |
| 681 'test_files': [ | 657 'test_files': [ |
| 682 'pnacl_error_handling/pnacl_error_handling.html', | 658 'pnacl_error_handling/pnacl_error_handling.html', |
| 683 'pnacl_error_handling/bad.pexe', | 659 'pnacl_error_handling/bad.pexe', |
| 684 'pnacl_error_handling/pnacl_bad_pexe.nmf', | 660 'pnacl_error_handling/pnacl_bad_pexe.nmf', |
| 685 'pnacl_error_handling/pnacl_bad_doesnotexist.nmf', | 661 'pnacl_error_handling/pnacl_bad_doesnotexist.nmf', |
| 686 'pnacl_error_handling/pnacl_illformed_manifest.nmf', | 662 'pnacl_error_handling/pnacl_illformed_manifest.nmf', |
| 687 ], | 663 ], |
| 688 }, | 664 }, |
| 689 'dependencies': [ | |
| 690 '<(DEPTH)/native_client/tools.gyp:prep_toolchain', | |
| 691 ] | |
| 692 }, | 665 }, |
| 693 { | 666 { |
| 694 'target_name': 'pnacl_mime_type_test', | 667 'target_name': 'pnacl_mime_type_test', |
| 695 'type': 'none', | 668 'type': 'none', |
| 696 'variables': { | 669 'variables': { |
| 697 'build_newlib': 1, | 670 'build_newlib': 1, |
| 698 'build_glibc': 1, | 671 'build_glibc': 1, |
| 699 'build_pnacl_newlib': 1, | 672 'build_pnacl_newlib': 1, |
| 700 'nexe_destination_dir': 'nacl_test_data', | 673 'nexe_destination_dir': 'nacl_test_data', |
| 701 'test_files': [ | 674 'test_files': [ |
| (...skipping 12 matching lines...) Expand all Loading... |
| 714 'sources': [ | 687 'sources': [ |
| 715 'simple.cc', | 688 'simple.cc', |
| 716 ], | 689 ], |
| 717 'test_files': [ | 690 'test_files': [ |
| 718 'pnacl_nmf_options/pnacl_options.html', | 691 'pnacl_nmf_options/pnacl_options.html', |
| 719 'pnacl_nmf_options/pnacl_o_0.nmf', | 692 'pnacl_nmf_options/pnacl_o_0.nmf', |
| 720 'pnacl_nmf_options/pnacl_o_2.nmf', | 693 'pnacl_nmf_options/pnacl_o_2.nmf', |
| 721 'pnacl_nmf_options/pnacl_o_large.nmf', | 694 'pnacl_nmf_options/pnacl_o_large.nmf', |
| 722 ], | 695 ], |
| 723 }, | 696 }, |
| 724 'dependencies': [ | |
| 725 '<(DEPTH)/native_client/tools.gyp:prep_toolchain', | |
| 726 ] | |
| 727 }, | 697 }, |
| 728 { | 698 { |
| 729 'target_name': 'pnacl_dyncode_syscall_disabled_test', | 699 'target_name': 'pnacl_dyncode_syscall_disabled_test', |
| 730 'type': 'none', | 700 'type': 'none', |
| 731 'variables': { | 701 'variables': { |
| 732 'nexe_target': 'pnacl_dyncode_syscall_disabled', | 702 'nexe_target': 'pnacl_dyncode_syscall_disabled', |
| 733 'build_pnacl_newlib': 1, | 703 'build_pnacl_newlib': 1, |
| 734 'nexe_destination_dir': 'nacl_test_data', | 704 'nexe_destination_dir': 'nacl_test_data', |
| 735 'link_flags': [ | 705 'link_flags': [ |
| 736 '-lppapi', | 706 '-lppapi', |
| (...skipping 10 matching lines...) Expand all Loading... |
| 747 'pnacl_dyncode_syscall_disabled/pnacl_dyncode_syscall_disabled.cc', | 717 'pnacl_dyncode_syscall_disabled/pnacl_dyncode_syscall_disabled.cc', |
| 748 ], | 718 ], |
| 749 'test_files': [ | 719 'test_files': [ |
| 750 'pnacl_dyncode_syscall_disabled/pnacl_dyncode_syscall_disabled.html', | 720 'pnacl_dyncode_syscall_disabled/pnacl_dyncode_syscall_disabled.html', |
| 751 ], | 721 ], |
| 752 }, | 722 }, |
| 753 'dependencies': [ | 723 'dependencies': [ |
| 754 '<(DEPTH)/native_client/src/shared/gio/gio.gyp:gio_lib', | 724 '<(DEPTH)/native_client/src/shared/gio/gio.gyp:gio_lib', |
| 755 '<(DEPTH)/native_client/src/shared/platform/platform.gyp:platform_lib', | 725 '<(DEPTH)/native_client/src/shared/platform/platform.gyp:platform_lib', |
| 756 '<(DEPTH)/native_client/src/untrusted/nacl/nacl.gyp:nacl_dyncode_private
_lib', | 726 '<(DEPTH)/native_client/src/untrusted/nacl/nacl.gyp:nacl_dyncode_private
_lib', |
| 757 '<(DEPTH)/native_client/tools.gyp:prep_toolchain', | |
| 758 '<(DEPTH)/ppapi/native_client/native_client.gyp:ppapi_lib', | 727 '<(DEPTH)/ppapi/native_client/native_client.gyp:ppapi_lib', |
| 759 '<(DEPTH)/ppapi/ppapi_nacl.gyp:ppapi_cpp_lib', | 728 '<(DEPTH)/ppapi/ppapi_nacl.gyp:ppapi_cpp_lib', |
| 760 'ppapi_test_lib', | 729 'ppapi_test_lib', |
| 761 ], | 730 ], |
| 762 }, | 731 }, |
| 763 { | 732 { |
| 764 'target_name': 'pnacl_hw_eh_disabled_test', | 733 'target_name': 'pnacl_hw_eh_disabled_test', |
| 765 'type': 'none', | 734 'type': 'none', |
| 766 'variables': { | 735 'variables': { |
| 767 'nexe_target': 'pnacl_hw_eh_disabled', | 736 'nexe_target': 'pnacl_hw_eh_disabled', |
| (...skipping 14 matching lines...) Expand all Loading... |
| 782 'pnacl_hw_eh_disabled/pnacl_hw_eh_disabled.cc', | 751 'pnacl_hw_eh_disabled/pnacl_hw_eh_disabled.cc', |
| 783 ], | 752 ], |
| 784 'test_files': [ | 753 'test_files': [ |
| 785 'pnacl_hw_eh_disabled/pnacl_hw_eh_disabled.html', | 754 'pnacl_hw_eh_disabled/pnacl_hw_eh_disabled.html', |
| 786 ], | 755 ], |
| 787 }, | 756 }, |
| 788 'dependencies': [ | 757 'dependencies': [ |
| 789 '<(DEPTH)/native_client/src/shared/gio/gio.gyp:gio_lib', | 758 '<(DEPTH)/native_client/src/shared/gio/gio.gyp:gio_lib', |
| 790 '<(DEPTH)/native_client/src/shared/platform/platform.gyp:platform_lib', | 759 '<(DEPTH)/native_client/src/shared/platform/platform.gyp:platform_lib', |
| 791 '<(DEPTH)/native_client/src/untrusted/nacl/nacl.gyp:nacl_exception_priva
te_lib', | 760 '<(DEPTH)/native_client/src/untrusted/nacl/nacl.gyp:nacl_exception_priva
te_lib', |
| 792 '<(DEPTH)/native_client/tools.gyp:prep_toolchain', | |
| 793 '<(DEPTH)/ppapi/native_client/native_client.gyp:ppapi_lib', | 761 '<(DEPTH)/ppapi/native_client/native_client.gyp:ppapi_lib', |
| 794 '<(DEPTH)/ppapi/ppapi_nacl.gyp:ppapi_cpp_lib', | 762 '<(DEPTH)/ppapi/ppapi_nacl.gyp:ppapi_cpp_lib', |
| 795 'ppapi_test_lib', | 763 'ppapi_test_lib', |
| 796 ], | 764 ], |
| 797 }, | 765 }, |
| 798 # Legacy NaCl PPAPI interface tests being here. | 766 # Legacy NaCl PPAPI interface tests being here. |
| 799 { | 767 { |
| 800 'target_name': 'ppapi_ppb_core', | 768 'target_name': 'ppapi_ppb_core', |
| 801 'type': 'none', | 769 'type': 'none', |
| 802 'variables': { | 770 'variables': { |
| 803 'nexe_target': 'ppapi_ppb_core', | 771 'nexe_target': 'ppapi_ppb_core', |
| 804 'build_newlib': 1, | 772 'build_newlib': 1, |
| 805 'build_glibc': 1, | 773 'build_glibc': 1, |
| 806 'build_pnacl_newlib': 1, | 774 'build_pnacl_newlib': 1, |
| 807 'nexe_destination_dir': 'nacl_test_data', | 775 'nexe_destination_dir': 'nacl_test_data', |
| 808 'link_flags': [ | 776 'link_flags': [ |
| 809 '-lppapi', | 777 '-lppapi', |
| 810 '-lppapi_test_lib', | 778 '-lppapi_test_lib', |
| 811 '-lplatform', | 779 '-lplatform', |
| 812 '-lgio', | 780 '-lgio', |
| 813 ], | 781 ], |
| 814 'sources': [ | 782 'sources': [ |
| 815 'ppapi/ppb_core/ppapi_ppb_core.cc', | 783 'ppapi/ppb_core/ppapi_ppb_core.cc', |
| 816 ], | 784 ], |
| 817 'test_files': [ | 785 'test_files': [ |
| 818 'ppapi/ppb_core/ppapi_ppb_core.html', | 786 'ppapi/ppb_core/ppapi_ppb_core.html', |
| 819 ], | 787 ], |
| 820 }, | 788 }, |
| 821 'dependencies': [ | 789 'dependencies': [ |
| 822 '<(DEPTH)/native_client/tools.gyp:prep_toolchain', | |
| 823 '<(DEPTH)/native_client/src/shared/platform/platform.gyp:platform_lib', | 790 '<(DEPTH)/native_client/src/shared/platform/platform.gyp:platform_lib', |
| 824 '<(DEPTH)/native_client/src/shared/gio/gio.gyp:gio_lib', | 791 '<(DEPTH)/native_client/src/shared/gio/gio.gyp:gio_lib', |
| 825 '<(DEPTH)/ppapi/native_client/native_client.gyp:ppapi_lib', | 792 '<(DEPTH)/ppapi/native_client/native_client.gyp:ppapi_lib', |
| 826 '<(DEPTH)/ppapi/ppapi_nacl.gyp:ppapi_cpp_lib', | 793 '<(DEPTH)/ppapi/ppapi_nacl.gyp:ppapi_cpp_lib', |
| 827 'ppapi_test_lib', | 794 'ppapi_test_lib', |
| 828 ], | 795 ], |
| 829 }, | 796 }, |
| 830 { | 797 { |
| 831 'target_name': 'ppapi_ppb_instance', | 798 'target_name': 'ppapi_ppb_instance', |
| 832 'type': 'none', | 799 'type': 'none', |
| (...skipping 10 matching lines...) Expand all Loading... |
| 843 '-lgio', | 810 '-lgio', |
| 844 ], | 811 ], |
| 845 'sources': [ | 812 'sources': [ |
| 846 'ppapi/ppb_instance/ppapi_ppb_instance.cc', | 813 'ppapi/ppb_instance/ppapi_ppb_instance.cc', |
| 847 ], | 814 ], |
| 848 'test_files': [ | 815 'test_files': [ |
| 849 'ppapi/ppb_instance/ppapi_ppb_instance.html', | 816 'ppapi/ppb_instance/ppapi_ppb_instance.html', |
| 850 ], | 817 ], |
| 851 }, | 818 }, |
| 852 'dependencies': [ | 819 'dependencies': [ |
| 853 '<(DEPTH)/native_client/tools.gyp:prep_toolchain', | |
| 854 '<(DEPTH)/native_client/src/shared/platform/platform.gyp:platform_lib', | 820 '<(DEPTH)/native_client/src/shared/platform/platform.gyp:platform_lib', |
| 855 '<(DEPTH)/native_client/src/shared/gio/gio.gyp:gio_lib', | 821 '<(DEPTH)/native_client/src/shared/gio/gio.gyp:gio_lib', |
| 856 '<(DEPTH)/ppapi/native_client/native_client.gyp:ppapi_lib', | 822 '<(DEPTH)/ppapi/native_client/native_client.gyp:ppapi_lib', |
| 857 '<(DEPTH)/ppapi/ppapi_nacl.gyp:ppapi_cpp_lib', | 823 '<(DEPTH)/ppapi/ppapi_nacl.gyp:ppapi_cpp_lib', |
| 858 'ppapi_test_lib', | 824 'ppapi_test_lib', |
| 859 ], | 825 ], |
| 860 }, | 826 }, |
| 861 { | 827 { |
| 862 'target_name': 'ppapi_ppp_instance', | 828 'target_name': 'ppapi_ppp_instance', |
| 863 'type': 'none', | 829 'type': 'none', |
| (...skipping 11 matching lines...) Expand all Loading... |
| 875 ], | 841 ], |
| 876 'sources': [ | 842 'sources': [ |
| 877 'ppapi/ppp_instance/ppapi_ppp_instance.cc', | 843 'ppapi/ppp_instance/ppapi_ppp_instance.cc', |
| 878 ], | 844 ], |
| 879 'test_files': [ | 845 'test_files': [ |
| 880 'ppapi/ppp_instance/ppapi_ppp_instance.html', | 846 'ppapi/ppp_instance/ppapi_ppp_instance.html', |
| 881 'ppapi/ppp_instance/ppapi_ppp_instance.js', | 847 'ppapi/ppp_instance/ppapi_ppp_instance.js', |
| 882 ], | 848 ], |
| 883 }, | 849 }, |
| 884 'dependencies': [ | 850 'dependencies': [ |
| 885 '<(DEPTH)/native_client/tools.gyp:prep_toolchain', | |
| 886 '<(DEPTH)/native_client/src/shared/platform/platform.gyp:platform_lib', | 851 '<(DEPTH)/native_client/src/shared/platform/platform.gyp:platform_lib', |
| 887 '<(DEPTH)/native_client/src/shared/gio/gio.gyp:gio_lib', | 852 '<(DEPTH)/native_client/src/shared/gio/gio.gyp:gio_lib', |
| 888 '<(DEPTH)/ppapi/native_client/native_client.gyp:ppapi_lib', | 853 '<(DEPTH)/ppapi/native_client/native_client.gyp:ppapi_lib', |
| 889 '<(DEPTH)/ppapi/ppapi_nacl.gyp:ppapi_cpp_lib', | 854 '<(DEPTH)/ppapi/ppapi_nacl.gyp:ppapi_cpp_lib', |
| 890 'ppapi_test_lib', | 855 'ppapi_test_lib', |
| 891 ], | 856 ], |
| 892 }, | 857 }, |
| 893 ], | 858 ], |
| 894 'conditions': [ | 859 'conditions': [ |
| 895 ['target_arch!="arm"', { | 860 ['target_arch!="arm"', { |
| (...skipping 17 matching lines...) Expand all Loading... |
| 913 '--pnacl-mips-bias', | 878 '--pnacl-mips-bias', |
| 914 '-arch', 'mips32', | 879 '-arch', 'mips32', |
| 915 '--pnacl-allow-translate', | 880 '--pnacl-allow-translate', |
| 916 ], | 881 ], |
| 917 'link_flags': [ | 882 'link_flags': [ |
| 918 '--pnacl-allow-native', | 883 '--pnacl-allow-native', |
| 919 ], | 884 ], |
| 920 }], | 885 }], |
| 921 ], | 886 ], |
| 922 }, | 887 }, |
| 923 'dependencies': [ | |
| 924 '<(DEPTH)/native_client/tools.gyp:prep_toolchain', | |
| 925 ], | |
| 926 }, | 888 }, |
| 927 ], | 889 ], |
| 928 }], | 890 }], |
| 929 | 891 |
| 930 # Tests for non-SFI mode. | 892 # Tests for non-SFI mode. |
| 931 ['OS=="linux"', { | 893 ['OS=="linux"', { |
| 932 'targets': [ | 894 'targets': [ |
| 933 { | 895 { |
| 934 'target_name': 'nonsfi_libc_free_nexe', | 896 'target_name': 'nonsfi_libc_free_nexe', |
| 935 'type': 'executable', | 897 'type': 'executable', |
| (...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1046 'files': [ | 1008 'files': [ |
| 1047 '>@(test_files)', | 1009 '>@(test_files)', |
| 1048 ], | 1010 ], |
| 1049 }, | 1011 }, |
| 1050 ], | 1012 ], |
| 1051 }, | 1013 }, |
| 1052 ], | 1014 ], |
| 1053 }], | 1015 }], |
| 1054 ], | 1016 ], |
| 1055 } | 1017 } |
| OLD | NEW |