OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 gypi_values = exec_script("//build/gypi_to_gn.py", | 5 gypi_values = exec_script("//build/gypi_to_gn.py", |
6 [ rebase_path("ppapi_sources.gypi") ], | 6 [ rebase_path("ppapi_sources.gypi") ], |
7 "scope", | 7 "scope", |
8 [ "ppapi_sources.gypi" ]) | 8 [ "ppapi_sources.gypi" ]) |
9 | 9 |
10 # TODO(GYP) support chrome_multiple_dll | 10 # TODO(GYP) support chrome_multiple_dll |
(...skipping 314 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
325 "thunk/ppb_url_response_info_thunk.cc", | 325 "thunk/ppb_url_response_info_thunk.cc", |
326 "thunk/ppb_var_array_thunk.cc", | 326 "thunk/ppb_var_array_thunk.cc", |
327 "thunk/ppb_var_dictionary_thunk.cc", | 327 "thunk/ppb_var_dictionary_thunk.cc", |
328 "thunk/ppb_video_capture_api.h", | 328 "thunk/ppb_video_capture_api.h", |
329 "thunk/ppb_video_capture_thunk.cc", | 329 "thunk/ppb_video_capture_thunk.cc", |
330 "thunk/ppb_video_decoder_api.h", | 330 "thunk/ppb_video_decoder_api.h", |
331 "thunk/ppb_video_decoder_dev_api.h", | 331 "thunk/ppb_video_decoder_dev_api.h", |
332 "thunk/ppb_video_decoder_thunk.cc", | 332 "thunk/ppb_video_decoder_thunk.cc", |
333 "thunk/ppb_video_destination_private_api.h", | 333 "thunk/ppb_video_destination_private_api.h", |
334 "thunk/ppb_video_destination_private_thunk.cc", | 334 "thunk/ppb_video_destination_private_thunk.cc", |
| 335 "thunk/ppb_video_encoder_api.h", |
| 336 "thunk/ppb_video_encoder_thunk.cc", |
335 "thunk/ppb_video_frame_api.h", | 337 "thunk/ppb_video_frame_api.h", |
336 "thunk/ppb_video_frame_thunk.cc", | 338 "thunk/ppb_video_frame_thunk.cc", |
337 "thunk/ppb_video_source_private_api.h", | 339 "thunk/ppb_video_source_private_api.h", |
338 "thunk/ppb_video_source_private_thunk.cc", | 340 "thunk/ppb_video_source_private_thunk.cc", |
339 "thunk/ppb_view_api.h", | 341 "thunk/ppb_view_api.h", |
340 "thunk/ppb_view_dev_thunk.cc", | 342 "thunk/ppb_view_dev_thunk.cc", |
341 "thunk/ppb_view_thunk.cc", | 343 "thunk/ppb_view_thunk.cc", |
342 "thunk/ppb_websocket_api.h", | 344 "thunk/ppb_websocket_api.h", |
343 "thunk/ppb_websocket_thunk.cc", | 345 "thunk/ppb_websocket_thunk.cc", |
344 "thunk/ppb_widget_api.h", | 346 "thunk/ppb_widget_api.h", |
(...skipping 368 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
713 "proxy/ppb_video_decoder_proxy.cc", | 715 "proxy/ppb_video_decoder_proxy.cc", |
714 "proxy/ppb_video_decoder_proxy.h", | 716 "proxy/ppb_video_decoder_proxy.h", |
715 "proxy/ppp_content_decryptor_private_proxy.cc", | 717 "proxy/ppp_content_decryptor_private_proxy.cc", |
716 "proxy/ppp_content_decryptor_private_proxy.h", | 718 "proxy/ppp_content_decryptor_private_proxy.h", |
717 "proxy/ppp_instance_private_proxy.cc", | 719 "proxy/ppp_instance_private_proxy.cc", |
718 "proxy/ppp_instance_private_proxy.h", | 720 "proxy/ppp_instance_private_proxy.h", |
719 "proxy/ppp_video_decoder_proxy.cc", | 721 "proxy/ppp_video_decoder_proxy.cc", |
720 "proxy/ppp_video_decoder_proxy.h", | 722 "proxy/ppp_video_decoder_proxy.h", |
721 "proxy/video_decoder_resource.cc", | 723 "proxy/video_decoder_resource.cc", |
722 "proxy/video_decoder_resource.h", | 724 "proxy/video_decoder_resource.h", |
| 725 "proxy/video_encoder_resource.cc", |
| 726 "proxy/video_encoder_resource.h", |
723 "proxy/talk_resource.cc", | 727 "proxy/talk_resource.cc", |
724 "proxy/talk_resource.h", | 728 "proxy/talk_resource.h", |
725 "proxy/video_capture_resource.cc", | 729 "proxy/video_capture_resource.cc", |
726 "proxy/video_capture_resource.h", | 730 "proxy/video_capture_resource.h", |
727 ] | 731 ] |
728 } | 732 } |
729 | 733 |
730 defines = [ "PPAPI_PROXY_IMPLEMENTATION" ] | 734 defines = [ "PPAPI_PROXY_IMPLEMENTATION" ] |
731 | 735 |
732 deps = [ | 736 deps = [ |
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
808 ":ppapi_proxy", | 812 ":ppapi_proxy", |
809 ":ppapi_shared", | 813 ":ppapi_shared", |
810 "//base/test:test_support", | 814 "//base/test:test_support", |
811 "//ipc", | 815 "//ipc", |
812 "//ipc:test_support", | 816 "//ipc:test_support", |
813 "//testing/gmock", | 817 "//testing/gmock", |
814 "//testing/gtest", | 818 "//testing/gtest", |
815 ] | 819 ] |
816 } | 820 } |
817 # TODO(GYP) other targets from ppapi_tests.gyp | 821 # TODO(GYP) other targets from ppapi_tests.gyp |
OLD | NEW |