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

Side by Side Diff: ppapi/ppapi_sources.gypi

Issue 324983005: [PPAPI] Add browser tests for compositor API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@compositor_api_impl_new
Patch Set: Disable the test on MACOSX Created 6 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
« no previous file with comments | « ppapi/examples/compositor/compositor.cc ('k') | ppapi/proxy/compositor_layer_resource.h » ('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_codecs.h', 10 'c/pp_codecs.h',
(...skipping 388 matching lines...) Expand 10 before | Expand all | Expand 10 after
399 'tests/all_cpp_includes.h', 399 'tests/all_cpp_includes.h',
400 'tests/arch_dependent_sizes_32.h', 400 'tests/arch_dependent_sizes_32.h',
401 'tests/arch_dependent_sizes_64.h', 401 'tests/arch_dependent_sizes_64.h',
402 'tests/pp_thread.h', 402 'tests/pp_thread.h',
403 'tests/test_audio.cc', 403 'tests/test_audio.cc',
404 'tests/test_audio.h', 404 'tests/test_audio.h',
405 'tests/test_audio_config.cc', 405 'tests/test_audio_config.cc',
406 'tests/test_audio_config.h', 406 'tests/test_audio_config.h',
407 'tests/test_case.cc', 407 'tests/test_case.cc',
408 'tests/test_case.h', 408 'tests/test_case.h',
409 'tests/test_compositor.cc',
410 'tests/test_compositor.h',
409 'tests/test_console.cc', 411 'tests/test_console.cc',
410 'tests/test_console.h', 412 'tests/test_console.h',
411 'tests/test_core.cc', 413 'tests/test_core.cc',
412 'tests/test_core.h', 414 'tests/test_core.h',
413 'tests/test_cursor_control.cc', 415 'tests/test_cursor_control.cc',
414 'tests/test_cursor_control.h', 416 'tests/test_cursor_control.h',
415 'tests/test_empty.cc', 417 'tests/test_empty.cc',
416 'tests/test_empty.h', 418 'tests/test_empty.h',
417 'tests/test_file_io.cc', 419 'tests/test_file_io.cc',
418 'tests/test_file_io.h', 420 'tests/test_file_io.h',
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
572 'tests/test_x509_certificate_private.h', 574 'tests/test_x509_certificate_private.h',
573 575
574 # Deprecated test cases. 576 # Deprecated test cases.
575 'tests/test_instance_deprecated.cc', 577 'tests/test_instance_deprecated.cc',
576 'tests/test_instance_deprecated.h', 578 'tests/test_instance_deprecated.h',
577 'tests/test_var_deprecated.cc', 579 'tests/test_var_deprecated.cc',
578 'tests/test_var_deprecated.h', 580 'tests/test_var_deprecated.h',
579 ], 581 ],
580 }, 582 },
581 } 583 }
OLDNEW
« no previous file with comments | « ppapi/examples/compositor/compositor.cc ('k') | ppapi/proxy/compositor_layer_resource.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698