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

Side by Side Diff: ppapi/ppapi_tests.gypi

Issue 7648033: Add means for running some tests only o-o-p, add messaging o-o-p test. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: updated a copyright header Created 9 years, 3 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 | « ppapi/c/dev/ppb_testing_dev.h ('k') | ppapi/proxy/plugin_dispatcher.cc » ('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 (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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_example', 8 'target_name': 'ppapi_example',
9 'dependencies': [ 9 'dependencies': [
10 'ppapi.gyp:ppapi_cpp' 10 'ppapi.gyp:ppapi_cpp'
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 'tests/test_case.cc', 65 'tests/test_case.cc',
66 'tests/test_case.h', 66 'tests/test_case.h',
67 'tests/testing_instance.cc', 67 'tests/testing_instance.cc',
68 'tests/testing_instance.h', 68 'tests/testing_instance.h',
69 69
70 # Test cases. 70 # Test cases.
71 'tests/all_c_includes.h', 71 'tests/all_c_includes.h',
72 'tests/all_cpp_includes.h', 72 'tests/all_cpp_includes.h',
73 'tests/arch_dependent_sizes_32.h', 73 'tests/arch_dependent_sizes_32.h',
74 'tests/arch_dependent_sizes_64.h', 74 'tests/arch_dependent_sizes_64.h',
75 'tests/pp_thread.h',
75 'tests/test_broker.cc', 76 'tests/test_broker.cc',
76 'tests/test_broker.h', 77 'tests/test_broker.h',
77 'tests/test_buffer.cc', 78 'tests/test_buffer.cc',
78 'tests/test_buffer.h', 79 'tests/test_buffer.h',
79 'tests/test_c_includes.c', 80 'tests/test_c_includes.c',
80 'tests/test_char_set.cc', 81 'tests/test_char_set.cc',
81 'tests/test_char_set.h', 82 'tests/test_char_set.h',
82 'tests/test_core.cc', 83 'tests/test_core.cc',
83 'tests/test_core.h', 84 'tests/test_core.h',
84 'tests/test_cpp_includes.cc', 85 'tests/test_cpp_includes.cc',
(...skipping 270 matching lines...) Expand 10 before | Expand all | Expand 10 after
355 ], 356 ],
356 'sources': [ 357 'sources': [
357 'examples/gles2/gles2.cc', 358 'examples/gles2/gles2.cc',
358 'examples/gles2/testdata.h', 359 'examples/gles2/testdata.h',
359 ], 360 ],
360 }, 361 },
361 ], 362 ],
362 }] 363 }]
363 ] 364 ]
364 } 365 }
OLDNEW
« no previous file with comments | « ppapi/c/dev/ppb_testing_dev.h ('k') | ppapi/proxy/plugin_dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698