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

Side by Side Diff: ppapi/ppapi_sources.gypi

Issue 24039002: Pepper API implementation for output protection. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: revise output configurator related code. rebased. Created 7 years, 3 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_completion_callback.h', 10 'c/pp_completion_callback.h',
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
107 'c/private/ppb_flash_clipboard.h', 107 'c/private/ppb_flash_clipboard.h',
108 'c/private/ppb_flash_file.h', 108 'c/private/ppb_flash_file.h',
109 'c/private/ppb_flash_font_file.h', 109 'c/private/ppb_flash_font_file.h',
110 'c/private/ppb_flash_fullscreen.h', 110 'c/private/ppb_flash_fullscreen.h',
111 'c/private/ppb_flash_menu.h', 111 'c/private/ppb_flash_menu.h',
112 'c/private/ppb_flash_message_loop.h', 112 'c/private/ppb_flash_message_loop.h',
113 'c/private/ppb_host_resolver_private.h', 113 'c/private/ppb_host_resolver_private.h',
114 'c/private/ppb_instance_private.h', 114 'c/private/ppb_instance_private.h',
115 'c/private/ppb_nacl_private.h', 115 'c/private/ppb_nacl_private.h',
116 'c/private/ppb_net_address_private.h', 116 'c/private/ppb_net_address_private.h',
117 'c/private/ppb_output_protection_private.h',
117 'c/private/ppb_pdf.h', 118 'c/private/ppb_pdf.h',
118 'c/private/ppb_platform_verification_private.h', 119 'c/private/ppb_platform_verification_private.h',
119 'c/private/ppb_proxy_private.h', 120 'c/private/ppb_proxy_private.h',
120 'c/private/ppp_instance_private.h', 121 'c/private/ppp_instance_private.h',
121 'c/private/ppb_network_list_private.h', 122 'c/private/ppb_network_list_private.h',
122 'c/private/ppb_network_monitor_private.h', 123 'c/private/ppb_network_monitor_private.h',
123 'c/private/ppb_tcp_server_socket_private.h', 124 'c/private/ppb_tcp_server_socket_private.h',
124 'c/private/ppb_tcp_socket_private.h', 125 'c/private/ppb_tcp_socket_private.h',
125 'c/private/ppb_udp_socket_private.h', 126 'c/private/ppb_udp_socket_private.h',
126 'c/private/ppb_video_destination_private.h', 127 'c/private/ppb_video_destination_private.h',
(...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after
315 'cpp/private/host_resolver_private.cc', 316 'cpp/private/host_resolver_private.cc',
316 'cpp/private/host_resolver_private.h', 317 'cpp/private/host_resolver_private.h',
317 'cpp/private/instance_private.cc', 318 'cpp/private/instance_private.cc',
318 'cpp/private/instance_private.h', 319 'cpp/private/instance_private.h',
319 'cpp/private/net_address_private.cc', 320 'cpp/private/net_address_private.cc',
320 'cpp/private/net_address_private.h', 321 'cpp/private/net_address_private.h',
321 'cpp/private/network_list_private.cc', 322 'cpp/private/network_list_private.cc',
322 'cpp/private/network_list_private.h', 323 'cpp/private/network_list_private.h',
323 'cpp/private/network_monitor_private.cc', 324 'cpp/private/network_monitor_private.cc',
324 'cpp/private/network_monitor_private.h', 325 'cpp/private/network_monitor_private.h',
326 'cpp/private/output_protection_private.cc',
327 'cpp/private/output_protection_private.h',
325 'cpp/private/pass_file_handle.cc', 328 'cpp/private/pass_file_handle.cc',
326 'cpp/private/pass_file_handle.h', 329 'cpp/private/pass_file_handle.h',
327 'cpp/private/pdf.cc', 330 'cpp/private/pdf.cc',
328 'cpp/private/pdf.h', 331 'cpp/private/pdf.h',
329 'cpp/private/platform_verification.cc', 332 'cpp/private/platform_verification.cc',
330 'cpp/private/platform_verification.h', 333 'cpp/private/platform_verification.h',
331 'cpp/private/tcp_server_socket_private.cc', 334 'cpp/private/tcp_server_socket_private.cc',
332 'cpp/private/tcp_server_socket_private.h', 335 'cpp/private/tcp_server_socket_private.h',
333 'cpp/private/tcp_socket_private.cc', 336 'cpp/private/tcp_socket_private.cc',
334 'cpp/private/tcp_socket_private.h', 337 'cpp/private/tcp_socket_private.h',
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
444 'tests/test_mouse_lock.cc', 447 'tests/test_mouse_lock.cc',
445 'tests/test_mouse_lock.h', 448 'tests/test_mouse_lock.h',
446 'tests/test_net_address.cc', 449 'tests/test_net_address.cc',
447 'tests/test_net_address.h', 450 'tests/test_net_address.h',
448 'tests/test_net_address_private_untrusted.cc', 451 'tests/test_net_address_private_untrusted.cc',
449 'tests/test_net_address_private_untrusted.h', 452 'tests/test_net_address_private_untrusted.h',
450 'tests/test_network_monitor_private.cc', 453 'tests/test_network_monitor_private.cc',
451 'tests/test_network_monitor_private.h', 454 'tests/test_network_monitor_private.h',
452 'tests/test_network_proxy.cc', 455 'tests/test_network_proxy.cc',
453 'tests/test_network_proxy.h', 456 'tests/test_network_proxy.h',
457 'tests/test_output_protection_private.cc',
458 'tests/test_output_protection_private.h',
454 'tests/test_paint_aggregator.cc', 459 'tests/test_paint_aggregator.cc',
455 'tests/test_paint_aggregator.h', 460 'tests/test_paint_aggregator.h',
456 'tests/test_post_message.cc', 461 'tests/test_post_message.cc',
457 'tests/test_post_message.h', 462 'tests/test_post_message.h',
458 'tests/test_printing.cc', 463 'tests/test_printing.cc',
459 'tests/test_printing.h', 464 'tests/test_printing.h',
460 'tests/test_scrollbar.cc', 465 'tests/test_scrollbar.cc',
461 'tests/test_scrollbar.h', 466 'tests/test_scrollbar.h',
462 'tests/test_tcp_server_socket_private.cc', 467 'tests/test_tcp_server_socket_private.cc',
463 'tests/test_tcp_server_socket_private.h', 468 'tests/test_tcp_server_socket_private.h',
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
559 'tests/test_x509_certificate_private.h', 564 'tests/test_x509_certificate_private.h',
560 565
561 # Deprecated test cases. 566 # Deprecated test cases.
562 'tests/test_instance_deprecated.cc', 567 'tests/test_instance_deprecated.cc',
563 'tests/test_instance_deprecated.h', 568 'tests/test_instance_deprecated.h',
564 'tests/test_var_deprecated.cc', 569 'tests/test_var_deprecated.cc',
565 'tests/test_var_deprecated.h', 570 'tests/test_var_deprecated.h',
566 ], 571 ],
567 }, 572 },
568 } 573 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698