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( | 5 gypi_values = exec_script( |
6 "//build/gypi_to_gn.py", | 6 "//build/gypi_to_gn.py", |
7 [ rebase_path("ppapi_sources.gypi") ], | 7 [ rebase_path("ppapi_sources.gypi") ], |
8 "scope", | 8 "scope", |
9 [ "ppapi_sources.gypi" ]) | 9 [ "ppapi_sources.gypi" ]) |
10 | 10 |
(...skipping 313 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
324 "thunk/ppb_video_decoder_api.h", | 324 "thunk/ppb_video_decoder_api.h", |
325 "thunk/ppb_video_decoder_dev_api.h", | 325 "thunk/ppb_video_decoder_dev_api.h", |
326 "thunk/ppb_video_decoder_thunk.cc", | 326 "thunk/ppb_video_decoder_thunk.cc", |
327 "thunk/ppb_video_destination_private_api.h", | 327 "thunk/ppb_video_destination_private_api.h", |
328 "thunk/ppb_video_destination_private_thunk.cc", | 328 "thunk/ppb_video_destination_private_thunk.cc", |
329 "thunk/ppb_video_frame_api.h", | 329 "thunk/ppb_video_frame_api.h", |
330 "thunk/ppb_video_frame_thunk.cc", | 330 "thunk/ppb_video_frame_thunk.cc", |
331 "thunk/ppb_video_source_private_api.h", | 331 "thunk/ppb_video_source_private_api.h", |
332 "thunk/ppb_video_source_private_thunk.cc", | 332 "thunk/ppb_video_source_private_thunk.cc", |
333 "thunk/ppb_view_api.h", | 333 "thunk/ppb_view_api.h", |
| 334 "thunk/ppb_view_dev_thunk.cc", |
334 "thunk/ppb_view_thunk.cc", | 335 "thunk/ppb_view_thunk.cc", |
335 "thunk/ppb_websocket_api.h", | 336 "thunk/ppb_websocket_api.h", |
336 "thunk/ppb_websocket_thunk.cc", | 337 "thunk/ppb_websocket_thunk.cc", |
337 "thunk/ppb_widget_api.h", | 338 "thunk/ppb_widget_api.h", |
338 "thunk/ppb_widget_dev_thunk.cc", | 339 "thunk/ppb_widget_dev_thunk.cc", |
339 "thunk/ppb_x509_certificate_private_api.h", | 340 "thunk/ppb_x509_certificate_private_api.h", |
340 "thunk/ppb_x509_certificate_private_thunk.cc", | 341 "thunk/ppb_x509_certificate_private_thunk.cc", |
341 "thunk/ppb_zoom_dev_thunk.cc", | 342 "thunk/ppb_zoom_dev_thunk.cc", |
342 "thunk/thunk.h", | 343 "thunk/thunk.h", |
343 ] | 344 ] |
(...skipping 451 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
795 ":ppapi_shared", | 796 ":ppapi_shared", |
796 "//base/test:test_support", | 797 "//base/test:test_support", |
797 "//ipc", | 798 "//ipc", |
798 "//ipc:test_support", | 799 "//ipc:test_support", |
799 "//testing/gmock", | 800 "//testing/gmock", |
800 "//testing/gtest", | 801 "//testing/gtest", |
801 ] | 802 ] |
802 } | 803 } |
803 | 804 |
804 # TODO(GYP) other targets from ppapi_tests.gyp | 805 # TODO(GYP) other targets from ppapi_tests.gyp |
OLD | NEW |