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

Side by Side Diff: ppapi/ppapi_tests.gypi

Issue 12287026: Make ppapi tests build on Win64 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 10 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'ppapi_tests', 8 'target_name': 'ppapi_tests',
9 'type': 'loadable_module', 9 'type': 'loadable_module',
10 'include_dirs': [ 10 'include_dirs': [
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 ], 57 ],
58 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 58 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
59 'msvs_disabled_warnings': [ 4267, ], 59 'msvs_disabled_warnings': [ 4267, ],
60 }], 60 }],
61 ['OS=="mac"', { 61 ['OS=="mac"', {
62 'mac_bundle': 1, 62 'mac_bundle': 1,
63 'product_name': 'ppapi_tests', 63 'product_name': 'ppapi_tests',
64 'product_extension': 'plugin', 64 'product_extension': 'plugin',
65 }], 65 }],
66 ], 66 ],
67 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
68 'msvs_disabled_warnings': [ 4267, ],
67 # TODO(dmichael): Figure out what is wrong with the script on Windows and add 69 # TODO(dmichael): Figure out what is wrong with the script on Windows and add
68 # it as an automated action. 70 # it as an automated action.
69 # 'actions': [ 71 # 'actions': [
70 # { 72 # {
71 # 'action_name': 'generate_ppapi_include_tests', 73 # 'action_name': 'generate_ppapi_include_tests',
72 # 'inputs': [], 74 # 'inputs': [],
73 # 'outputs': [ 75 # 'outputs': [
74 # 'tests/test_c_includes.c', 76 # 'tests/test_c_includes.c',
75 # 'tests/test_cc_includes.cc', 77 # 'tests/test_cc_includes.cc',
76 # ], 78 # ],
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
234 236
235 { 237 {
236 'target_name': 'ppapi_example_gamepad', 238 'target_name': 'ppapi_example_gamepad',
237 'dependencies': [ 239 'dependencies': [
238 'ppapi_example_skeleton', 240 'ppapi_example_skeleton',
239 'ppapi.gyp:ppapi_cpp', 241 'ppapi.gyp:ppapi_cpp',
240 ], 242 ],
241 'sources': [ 243 'sources': [
242 'examples/gamepad/gamepad.cc', 244 'examples/gamepad/gamepad.cc',
243 ], 245 ],
246 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
247 'msvs_disabled_warnings': [ 4267, ],
244 }, 248 },
245 249
246 { 250 {
247 'target_name': 'ppapi_example_c_stub', 251 'target_name': 'ppapi_example_c_stub',
248 'dependencies': [ 252 'dependencies': [
249 'ppapi_example_skeleton', 253 'ppapi_example_skeleton',
250 'ppapi.gyp:ppapi_c', 254 'ppapi.gyp:ppapi_c',
251 ], 255 ],
252 'sources': [ 256 'sources': [
253 'examples/stub/stub.c', 257 'examples/stub/stub.c',
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
305 }, 309 },
306 { 310 {
307 'target_name': 'ppapi_example_ime', 311 'target_name': 'ppapi_example_ime',
308 'dependencies': [ 312 'dependencies': [
309 'ppapi_example_skeleton', 313 'ppapi_example_skeleton',
310 'ppapi.gyp:ppapi_cpp', 314 'ppapi.gyp:ppapi_cpp',
311 ], 315 ],
312 'sources': [ 316 'sources': [
313 'examples/ime/ime.cc', 317 'examples/ime/ime.cc',
314 ], 318 ],
319 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
320 'msvs_disabled_warnings': [ 4267, ],
315 }, 321 },
316 { 322 {
317 'target_name': 'ppapi_example_paint_manager', 323 'target_name': 'ppapi_example_paint_manager',
318 'dependencies': [ 324 'dependencies': [
319 'ppapi_example_skeleton', 325 'ppapi_example_skeleton',
320 'ppapi.gyp:ppapi_cpp', 326 'ppapi.gyp:ppapi_cpp',
321 ], 327 ],
322 'sources': [ 328 'sources': [
323 'examples/2d/paint_manager_example.cc', 329 'examples/2d/paint_manager_example.cc',
324 ], 330 ],
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
406 'ppapi.gyp:ppapi_gles2', 412 'ppapi.gyp:ppapi_gles2',
407 'ppapi.gyp:ppapi_egl', 413 'ppapi.gyp:ppapi_egl',
408 ], 414 ],
409 'include_dirs': [ 415 'include_dirs': [
410 'lib/gl/include', 416 'lib/gl/include',
411 ], 417 ],
412 'sources': [ 418 'sources': [
413 'examples/video_decode/video_decode.cc', 419 'examples/video_decode/video_decode.cc',
414 'examples/video_decode/testdata.h', 420 'examples/video_decode/testdata.h',
415 ], 421 ],
422 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
423 'msvs_disabled_warnings': [ 4267, ],
416 }, 424 },
417 { 425 {
418 'target_name': 'ppapi_example_vc', 426 'target_name': 'ppapi_example_vc',
419 'dependencies': [ 427 'dependencies': [
420 'ppapi_example_skeleton', 428 'ppapi_example_skeleton',
421 'ppapi.gyp:ppapi_cpp', 429 'ppapi.gyp:ppapi_cpp',
422 'ppapi.gyp:ppapi_gles2', 430 'ppapi.gyp:ppapi_gles2',
423 'ppapi.gyp:ppapi_egl', 431 'ppapi.gyp:ppapi_egl',
424 ], 432 ],
425 'include_dirs': [ 433 'include_dirs': [
(...skipping 25 matching lines...) Expand all
451 }, 459 },
452 { 460 {
453 'target_name': 'ppapi_example_printing', 461 'target_name': 'ppapi_example_printing',
454 'dependencies': [ 462 'dependencies': [
455 'ppapi_example_skeleton', 463 'ppapi_example_skeleton',
456 'ppapi.gyp:ppapi_cpp', 464 'ppapi.gyp:ppapi_cpp',
457 ], 465 ],
458 'sources': [ 466 'sources': [
459 'examples/printing/printing.cc', 467 'examples/printing/printing.cc',
460 ], 468 ],
469 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
470 'msvs_disabled_warnings': [ 4267, ],
461 }, 471 },
462 ], 472 ],
463 } 473 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698