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

Side by Side Diff: ppapi/ppapi_sources.gypi

Issue 10544104: Add more testing to trusted graphics_3d. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 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
« no previous file with comments | « no previous file | ppapi/ppapi_tests.gypi » ('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) 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 'variables': { 6 'variables': {
7 'c_source_files': [ 7 'c_source_files': [
8 'c/pp_array_output.h', 8 'c/pp_array_output.h',
9 'c/pp_bool.h', 9 'c/pp_bool.h',
10 'c/pp_completion_callback.h', 10 'c/pp_completion_callback.h',
(...skipping 374 matching lines...) Expand 10 before | Expand all | Expand 10 after
385 # Test cases (PLEASE KEEP THIS SECTION IN ALPHABETICAL ORDER) 385 # Test cases (PLEASE KEEP THIS SECTION IN ALPHABETICAL ORDER)
386 'tests/test_tcp_server_socket_private_disallowed.cc', 386 'tests/test_tcp_server_socket_private_disallowed.cc',
387 'tests/test_tcp_socket_private_disallowed.cc', 387 'tests/test_tcp_socket_private_disallowed.cc',
388 'tests/test_udp_socket_private_disallowed.cc', 388 'tests/test_udp_socket_private_disallowed.cc',
389 ], 389 ],
390 # 390 #
391 # Sources used in trusted tests. 391 # Sources used in trusted tests.
392 # 392 #
393 'test_trusted_source_files': [ 393 'test_trusted_source_files': [
394 # Test cases (PLEASE KEEP THIS SECTION IN ALPHABETICAL ORDER) 394 # Test cases (PLEASE KEEP THIS SECTION IN ALPHABETICAL ORDER)
395 'lib/gl/gles2/gles2.c',
396 'lib/gl/gles2/gl2ext_ppapi.c',
397 'lib/gl/gles2/gl2ext_ppapi.h',
395 'tests/test_broker.cc', 398 'tests/test_broker.cc',
396 'tests/test_broker.h', 399 'tests/test_broker.h',
397 'tests/test_browser_font.cc', 400 'tests/test_browser_font.cc',
398 'tests/test_browser_font.h', 401 'tests/test_browser_font.h',
399 'tests/test_buffer.cc', 402 'tests/test_buffer.cc',
400 'tests/test_buffer.h', 403 'tests/test_buffer.h',
401 'tests/test_c_includes.c', 404 'tests/test_c_includes.c',
402 'tests/test_char_set.cc', 405 'tests/test_char_set.cc',
403 'tests/test_char_set.h', 406 'tests/test_char_set.h',
404 'tests/test_core.cc', 407 'tests/test_core.cc',
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
439 'tests/test_x509_certificate_private.h', 442 'tests/test_x509_certificate_private.h',
440 443
441 # Deprecated test cases. 444 # Deprecated test cases.
442 'tests/test_instance_deprecated.cc', 445 'tests/test_instance_deprecated.cc',
443 'tests/test_instance_deprecated.h', 446 'tests/test_instance_deprecated.h',
444 'tests/test_var_deprecated.cc', 447 'tests/test_var_deprecated.cc',
445 'tests/test_var_deprecated.h', 448 'tests/test_var_deprecated.h',
446 ], 449 ],
447 }, 450 },
448 } 451 }
OLDNEW
« no previous file with comments | « no previous file | ppapi/ppapi_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698