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

Side by Side Diff: ppapi/ppapi_sources.gypi

Issue 1161563002: Remove unused in-process pepper APIs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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/ppapi_shared.gypi ('k') | ppapi/proxy/interface_list.cc » ('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 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 'c/dev/pp_video_dev.h', 79 'c/dev/pp_video_dev.h',
80 'c/dev/ppb_buffer_dev.h', 80 'c/dev/ppb_buffer_dev.h',
81 'c/dev/ppb_char_set_dev.h', 81 'c/dev/ppb_char_set_dev.h',
82 'c/dev/ppb_cursor_control_dev.h', 82 'c/dev/ppb_cursor_control_dev.h',
83 'c/dev/ppb_device_ref_dev.h', 83 'c/dev/ppb_device_ref_dev.h',
84 'c/dev/ppb_file_chooser_dev.h', 84 'c/dev/ppb_file_chooser_dev.h',
85 'c/dev/ppb_font_dev.h', 85 'c/dev/ppb_font_dev.h',
86 'c/dev/ppb_ime_input_event_dev.h', 86 'c/dev/ppb_ime_input_event_dev.h',
87 'c/dev/ppb_memory_dev.h', 87 'c/dev/ppb_memory_dev.h',
88 'c/dev/ppb_printing_dev.h', 88 'c/dev/ppb_printing_dev.h',
89 'c/dev/ppb_scrollbar_dev.h',
90 'c/dev/ppb_text_input_dev.h', 89 'c/dev/ppb_text_input_dev.h',
91 'c/dev/ppb_truetype_font_dev.h', 90 'c/dev/ppb_truetype_font_dev.h',
92 'c/dev/ppb_url_util_dev.h', 91 'c/dev/ppb_url_util_dev.h',
93 'c/dev/ppb_video_decoder_dev.h', 92 'c/dev/ppb_video_decoder_dev.h',
94 'c/dev/ppb_widget_dev.h',
95 'c/dev/ppb_zoom_dev.h',
96 'c/dev/ppp_network_state_dev.h', 93 'c/dev/ppp_network_state_dev.h',
97 'c/dev/ppp_scrollbar_dev.h',
98 'c/dev/ppp_selection_dev.h',
99 'c/dev/ppp_text_input_dev.h', 94 'c/dev/ppp_text_input_dev.h',
100 'c/dev/ppp_video_decoder_dev.h', 95 'c/dev/ppp_video_decoder_dev.h',
101 'c/dev/ppp_widget_dev.h',
102 'c/dev/ppp_zoom_dev.h',
103 96
104 # Private interfaces. 97 # Private interfaces.
105 'c/private/pp_file_handle.h', 98 'c/private/pp_file_handle.h',
106 'c/private/pp_private_font_charset.h', 99 'c/private/pp_private_font_charset.h',
107 'c/private/pp_video_frame_private.h', 100 'c/private/pp_video_frame_private.h',
108 'c/private/ppb_camera_capabilities_private.h', 101 'c/private/ppb_camera_capabilities_private.h',
109 'c/private/ppb_camera_device_private.h', 102 'c/private/ppb_camera_device_private.h',
110 'c/private/ppb_content_decryptor_private.h', 103 'c/private/ppb_content_decryptor_private.h',
111 'c/private/ppb_ext_crx_file_system_private.h', 104 'c/private/ppb_ext_crx_file_system_private.h',
112 'c/private/ppb_find_private.h', 105 'c/private/ppb_find_private.h',
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
268 'cpp/dev/file_chooser_dev.cc', 261 'cpp/dev/file_chooser_dev.cc',
269 'cpp/dev/file_chooser_dev.h', 262 'cpp/dev/file_chooser_dev.h',
270 'cpp/dev/font_dev.cc', 263 'cpp/dev/font_dev.cc',
271 'cpp/dev/font_dev.h', 264 'cpp/dev/font_dev.h',
272 'cpp/dev/ime_input_event_dev.cc', 265 'cpp/dev/ime_input_event_dev.cc',
273 'cpp/dev/ime_input_event_dev.h', 266 'cpp/dev/ime_input_event_dev.h',
274 'cpp/dev/memory_dev.cc', 267 'cpp/dev/memory_dev.cc',
275 'cpp/dev/memory_dev.h', 268 'cpp/dev/memory_dev.h',
276 'cpp/dev/printing_dev.cc', 269 'cpp/dev/printing_dev.cc',
277 'cpp/dev/printing_dev.h', 270 'cpp/dev/printing_dev.h',
278 'cpp/dev/scrollbar_dev.cc',
279 'cpp/dev/scrollbar_dev.h',
280 'cpp/dev/selection_dev.cc',
281 'cpp/dev/selection_dev.h',
282 'cpp/dev/text_input_dev.cc', 271 'cpp/dev/text_input_dev.cc',
283 'cpp/dev/text_input_dev.h', 272 'cpp/dev/text_input_dev.h',
284 'cpp/dev/truetype_font_dev.cc', 273 'cpp/dev/truetype_font_dev.cc',
285 'cpp/dev/truetype_font_dev.h', 274 'cpp/dev/truetype_font_dev.h',
286 'cpp/dev/url_util_dev.cc', 275 'cpp/dev/url_util_dev.cc',
287 'cpp/dev/url_util_dev.h', 276 'cpp/dev/url_util_dev.h',
288 'cpp/dev/video_capture_client_dev.cc', 277 'cpp/dev/video_capture_client_dev.cc',
289 'cpp/dev/video_capture_client_dev.h', 278 'cpp/dev/video_capture_client_dev.h',
290 'cpp/dev/video_capture_dev.cc', 279 'cpp/dev/video_capture_dev.cc',
291 'cpp/dev/video_capture_dev.h', 280 'cpp/dev/video_capture_dev.h',
292 'cpp/dev/video_decoder_client_dev.cc', 281 'cpp/dev/video_decoder_client_dev.cc',
293 'cpp/dev/video_decoder_client_dev.h', 282 'cpp/dev/video_decoder_client_dev.h',
294 'cpp/dev/video_decoder_dev.cc', 283 'cpp/dev/video_decoder_dev.cc',
295 'cpp/dev/video_decoder_dev.h', 284 'cpp/dev/video_decoder_dev.h',
296 'cpp/dev/view_dev.cc', 285 'cpp/dev/view_dev.cc',
297 'cpp/dev/view_dev.h', 286 'cpp/dev/view_dev.h',
298 'cpp/dev/widget_client_dev.cc',
299 'cpp/dev/widget_client_dev.h',
300 'cpp/dev/widget_dev.cc',
301 'cpp/dev/widget_dev.h',
302 'cpp/dev/zoom_dev.cc',
303 'cpp/dev/zoom_dev.h',
304 287
305 # Deprecated interfaces. 288 # Deprecated interfaces.
306 'cpp/dev/scriptable_object_deprecated.cc', 289 'cpp/dev/scriptable_object_deprecated.cc',
307 'cpp/dev/scriptable_object_deprecated.h', 290 'cpp/dev/scriptable_object_deprecated.h',
308 291
309 # Private interfaces. 292 # Private interfaces.
310 'cpp/private/camera_capabilities_private.cc', 293 'cpp/private/camera_capabilities_private.cc',
311 'cpp/private/camera_capabilities_private.h', 294 'cpp/private/camera_capabilities_private.h',
312 'cpp/private/camera_device_private.cc', 295 'cpp/private/camera_device_private.cc',
313 'cpp/private/camera_device_private.h', 296 'cpp/private/camera_device_private.h',
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
470 'tests/test_network_proxy.cc', 453 'tests/test_network_proxy.cc',
471 'tests/test_network_proxy.h', 454 'tests/test_network_proxy.h',
472 'tests/test_output_protection_private.cc', 455 'tests/test_output_protection_private.cc',
473 'tests/test_output_protection_private.h', 456 'tests/test_output_protection_private.h',
474 'tests/test_paint_aggregator.cc', 457 'tests/test_paint_aggregator.cc',
475 'tests/test_paint_aggregator.h', 458 'tests/test_paint_aggregator.h',
476 'tests/test_post_message.cc', 459 'tests/test_post_message.cc',
477 'tests/test_post_message.h', 460 'tests/test_post_message.h',
478 'tests/test_printing.cc', 461 'tests/test_printing.cc',
479 'tests/test_printing.h', 462 'tests/test_printing.h',
480 'tests/test_scrollbar.cc',
481 'tests/test_scrollbar.h',
482 'tests/test_tcp_server_socket_private.cc', 463 'tests/test_tcp_server_socket_private.cc',
483 'tests/test_tcp_server_socket_private.h', 464 'tests/test_tcp_server_socket_private.h',
484 'tests/test_tcp_socket.cc', 465 'tests/test_tcp_socket.cc',
485 'tests/test_tcp_socket.h', 466 'tests/test_tcp_socket.h',
486 'tests/test_tcp_socket_private.cc', 467 'tests/test_tcp_socket_private.cc',
487 'tests/test_tcp_socket_private.h', 468 'tests/test_tcp_socket_private.h',
488 'tests/test_test_internals.cc', 469 'tests/test_test_internals.cc',
489 'tests/test_test_internals.h', 470 'tests/test_test_internals.h',
490 'tests/test_trace_event.cc', 471 'tests/test_trace_event.cc',
491 'tests/test_trace_event.h', 472 'tests/test_trace_event.h',
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
581 'tests/test_x509_certificate_private.h', 562 'tests/test_x509_certificate_private.h',
582 563
583 # Deprecated test cases. 564 # Deprecated test cases.
584 'tests/test_instance_deprecated.cc', 565 'tests/test_instance_deprecated.cc',
585 'tests/test_instance_deprecated.h', 566 'tests/test_instance_deprecated.h',
586 'tests/test_var_deprecated.cc', 567 'tests/test_var_deprecated.cc',
587 'tests/test_var_deprecated.h', 568 'tests/test_var_deprecated.h',
588 ], 569 ],
589 }, 570 },
590 } 571 }
OLDNEW
« no previous file with comments | « ppapi/ppapi_shared.gypi ('k') | ppapi/proxy/interface_list.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698