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

Side by Side Diff: ppapi/ppapi_sources.gypi

Issue 905023005: Pepper: PPB_VideoEncoder implementation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update after bbudge's review Created 5 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
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_url_request.h', 501 'tests/test_url_request.h',
502 'tests/test_utils.cc', 502 'tests/test_utils.cc',
503 'tests/test_var.cc', 503 'tests/test_var.cc',
504 'tests/test_var.h', 504 'tests/test_var.h',
505 'tests/test_var_resource.cc', 505 'tests/test_var_resource.cc',
506 'tests/test_var_resource.h', 506 'tests/test_var_resource.h',
507 'tests/test_video_decoder.cc', 507 'tests/test_video_decoder.cc',
508 'tests/test_video_decoder.h', 508 'tests/test_video_decoder.h',
509 'tests/test_video_destination.cc', 509 'tests/test_video_destination.cc',
510 'tests/test_video_destination.h', 510 'tests/test_video_destination.h',
511 'tests/test_video_encoder.cc',
512 'tests/test_video_encoder.h',
511 'tests/test_video_source.cc', 513 'tests/test_video_source.cc',
512 'tests/test_video_source.h', 514 'tests/test_video_source.h',
513 'tests/test_view.cc', 515 'tests/test_view.cc',
514 'tests/test_view.h', 516 'tests/test_view.h',
515 'tests/test_websocket.cc', 517 'tests/test_websocket.cc',
516 'tests/test_websocket.h', 518 'tests/test_websocket.h',
517 'tests/testing_instance.cc', 519 'tests/testing_instance.cc',
518 'tests/testing_instance.h', 520 'tests/testing_instance.h',
519 521
520 # Compile-time tests 522 # Compile-time tests
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
579 'tests/test_x509_certificate_private.h', 581 'tests/test_x509_certificate_private.h',
580 582
581 # Deprecated test cases. 583 # Deprecated test cases.
582 'tests/test_instance_deprecated.cc', 584 'tests/test_instance_deprecated.cc',
583 'tests/test_instance_deprecated.h', 585 'tests/test_instance_deprecated.h',
584 'tests/test_var_deprecated.cc', 586 'tests/test_var_deprecated.cc',
585 'tests/test_var_deprecated.h', 587 'tests/test_var_deprecated.h',
586 ], 588 ],
587 }, 589 },
588 } 590 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698