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

Side by Side Diff: ppapi/ppapi_sources.gypi

Issue 26803004: PPAPI: Add PluginPrivateFileSystem (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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 | Annotate | Revision Log
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 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
112 'c/private/ppb_flash_fullscreen.h', 112 'c/private/ppb_flash_fullscreen.h',
113 'c/private/ppb_flash_menu.h', 113 'c/private/ppb_flash_menu.h',
114 'c/private/ppb_flash_message_loop.h', 114 'c/private/ppb_flash_message_loop.h',
115 'c/private/ppb_host_resolver_private.h', 115 'c/private/ppb_host_resolver_private.h',
116 'c/private/ppb_instance_private.h', 116 'c/private/ppb_instance_private.h',
117 'c/private/ppb_nacl_private.h', 117 'c/private/ppb_nacl_private.h',
118 'c/private/ppb_net_address_private.h', 118 'c/private/ppb_net_address_private.h',
119 'c/private/ppb_output_protection_private.h', 119 'c/private/ppb_output_protection_private.h',
120 'c/private/ppb_pdf.h', 120 'c/private/ppb_pdf.h',
121 'c/private/ppb_platform_verification_private.h', 121 'c/private/ppb_platform_verification_private.h',
122 'c/private/ppb_plugin_private_file_system_private.h',
122 'c/private/ppb_proxy_private.h', 123 'c/private/ppb_proxy_private.h',
123 'c/private/ppp_instance_private.h', 124 'c/private/ppp_instance_private.h',
124 'c/private/ppb_tcp_server_socket_private.h', 125 'c/private/ppb_tcp_server_socket_private.h',
125 'c/private/ppb_tcp_socket_private.h', 126 'c/private/ppb_tcp_socket_private.h',
126 'c/private/ppb_udp_socket_private.h', 127 'c/private/ppb_udp_socket_private.h',
127 'c/private/ppb_video_destination_private.h', 128 'c/private/ppb_video_destination_private.h',
128 'c/private/ppb_video_source_private.h', 129 'c/private/ppb_video_source_private.h',
129 'c/private/ppb_x509_certificate_private.h', 130 'c/private/ppb_x509_certificate_private.h',
130 'c/private/ppp_content_decryptor_private.h', 131 'c/private/ppp_content_decryptor_private.h',
131 132
(...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after
323 'cpp/private/net_address_private.cc', 324 'cpp/private/net_address_private.cc',
324 'cpp/private/net_address_private.h', 325 'cpp/private/net_address_private.h',
325 'cpp/private/output_protection_private.cc', 326 'cpp/private/output_protection_private.cc',
326 'cpp/private/output_protection_private.h', 327 'cpp/private/output_protection_private.h',
327 'cpp/private/pass_file_handle.cc', 328 'cpp/private/pass_file_handle.cc',
328 'cpp/private/pass_file_handle.h', 329 'cpp/private/pass_file_handle.h',
329 'cpp/private/pdf.cc', 330 'cpp/private/pdf.cc',
330 'cpp/private/pdf.h', 331 'cpp/private/pdf.h',
331 'cpp/private/platform_verification.cc', 332 'cpp/private/platform_verification.cc',
332 'cpp/private/platform_verification.h', 333 'cpp/private/platform_verification.h',
334 'cpp/private/plugin_private_file_system_private.cc',
335 'cpp/private/plugin_private_file_system_private.h',
333 'cpp/private/tcp_server_socket_private.cc', 336 'cpp/private/tcp_server_socket_private.cc',
334 'cpp/private/tcp_server_socket_private.h', 337 'cpp/private/tcp_server_socket_private.h',
335 'cpp/private/tcp_socket_private.cc', 338 'cpp/private/tcp_socket_private.cc',
336 'cpp/private/tcp_socket_private.h', 339 'cpp/private/tcp_socket_private.h',
337 'cpp/private/udp_socket_private.cc', 340 'cpp/private/udp_socket_private.cc',
338 'cpp/private/udp_socket_private.h', 341 'cpp/private/udp_socket_private.h',
339 'cpp/private/var_private.cc', 342 'cpp/private/var_private.cc',
340 'cpp/private/var_private.h', 343 'cpp/private/var_private.h',
341 'cpp/private/video_destination_private.cc', 344 'cpp/private/video_destination_private.cc',
342 'cpp/private/video_destination_private.h', 345 'cpp/private/video_destination_private.h',
(...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after
563 'tests/test_x509_certificate_private.h', 566 'tests/test_x509_certificate_private.h',
564 567
565 # Deprecated test cases. 568 # Deprecated test cases.
566 'tests/test_instance_deprecated.cc', 569 'tests/test_instance_deprecated.cc',
567 'tests/test_instance_deprecated.h', 570 'tests/test_instance_deprecated.h',
568 'tests/test_var_deprecated.cc', 571 'tests/test_var_deprecated.cc',
569 'tests/test_var_deprecated.h', 572 'tests/test_var_deprecated.h',
570 ], 573 ],
571 }, 574 },
572 } 575 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698