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

Side by Side Diff: ppapi/ppapi_sources.gypi

Issue 337683002: Revert of Implement software fallback for PPB_VideoDecoder. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 | Annotate | Revision Log
« no previous file with comments | « ppapi/examples/video_decode/video_decode.cc ('k') | ppapi/proxy/ppapi_messages.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 490 matching lines...) Expand 10 before | Expand all | Expand 10 after
501 'tests/test_uma.h', 501 'tests/test_uma.h',
502 'tests/test_url_loader.cc', 502 'tests/test_url_loader.cc',
503 'tests/test_url_loader.h', 503 'tests/test_url_loader.h',
504 'tests/test_url_request.cc', 504 'tests/test_url_request.cc',
505 'tests/test_url_request.h', 505 'tests/test_url_request.h',
506 'tests/test_utils.cc', 506 'tests/test_utils.cc',
507 'tests/test_var.cc', 507 'tests/test_var.cc',
508 'tests/test_var.h', 508 'tests/test_var.h',
509 'tests/test_var_resource.cc', 509 'tests/test_var_resource.cc',
510 'tests/test_var_resource.h', 510 'tests/test_var_resource.h',
511 'tests/test_video_decoder.cc',
512 'tests/test_video_decoder.h',
513 'tests/test_video_destination.cc', 511 'tests/test_video_destination.cc',
514 'tests/test_video_destination.h', 512 'tests/test_video_destination.h',
515 'tests/test_video_source.cc', 513 'tests/test_video_source.cc',
516 'tests/test_video_source.h', 514 'tests/test_video_source.h',
517 'tests/test_view.cc', 515 'tests/test_view.cc',
518 'tests/test_view.h', 516 'tests/test_view.h',
519 'tests/test_websocket.cc', 517 'tests/test_websocket.cc',
520 'tests/test_websocket.h', 518 'tests/test_websocket.h',
521 'tests/testing_instance.cc', 519 'tests/testing_instance.cc',
522 'tests/testing_instance.h', 520 'tests/testing_instance.h',
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
581 'tests/test_x509_certificate_private.h', 579 'tests/test_x509_certificate_private.h',
582 580
583 # Deprecated test cases. 581 # Deprecated test cases.
584 'tests/test_instance_deprecated.cc', 582 'tests/test_instance_deprecated.cc',
585 'tests/test_instance_deprecated.h', 583 'tests/test_instance_deprecated.h',
586 'tests/test_var_deprecated.cc', 584 'tests/test_var_deprecated.cc',
587 'tests/test_var_deprecated.h', 585 'tests/test_var_deprecated.h',
588 ], 586 ],
589 }, 587 },
590 } 588 }
OLDNEW
« no previous file with comments | « ppapi/examples/video_decode/video_decode.cc ('k') | ppapi/proxy/ppapi_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698