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

Side by Side Diff: ppapi/ppapi_sources.gypi

Issue 197623005: Rename PPB_Find_Dev to PPB_Find_Private (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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 | Annotate | Revision Log
« 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_completion_callback.h', 10 'c/pp_completion_callback.h',
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 # Dev interfaces. 75 # Dev interfaces.
76 'c/dev/pp_cursor_type_dev.h', 76 'c/dev/pp_cursor_type_dev.h',
77 'c/dev/pp_optional_structs_dev.h', 77 'c/dev/pp_optional_structs_dev.h',
78 'c/dev/pp_video_dev.h', 78 'c/dev/pp_video_dev.h',
79 'c/dev/ppb_alarms_dev.h', 79 'c/dev/ppb_alarms_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_find_dev.h',
86 'c/dev/ppb_font_dev.h', 85 'c/dev/ppb_font_dev.h',
87 'c/dev/ppb_ime_input_event_dev.h', 86 'c/dev/ppb_ime_input_event_dev.h',
88 'c/dev/ppb_memory_dev.h', 87 'c/dev/ppb_memory_dev.h',
89 'c/dev/ppb_printing_dev.h', 88 'c/dev/ppb_printing_dev.h',
90 'c/dev/ppb_scrollbar_dev.h', 89 'c/dev/ppb_scrollbar_dev.h',
91 'c/dev/ppb_text_input_dev.h', 90 'c/dev/ppb_text_input_dev.h',
92 'c/dev/ppb_truetype_font_dev.h', 91 'c/dev/ppb_truetype_font_dev.h',
93 'c/dev/ppb_url_util_dev.h', 92 'c/dev/ppb_url_util_dev.h',
94 'c/dev/ppb_video_decoder_dev.h', 93 'c/dev/ppb_video_decoder_dev.h',
95 'c/dev/ppb_widget_dev.h', 94 'c/dev/ppb_widget_dev.h',
96 'c/dev/ppb_zoom_dev.h', 95 'c/dev/ppb_zoom_dev.h',
97 'c/dev/ppp_find_dev.h',
98 'c/dev/ppp_network_state_dev.h', 96 'c/dev/ppp_network_state_dev.h',
99 'c/dev/ppp_scrollbar_dev.h', 97 'c/dev/ppp_scrollbar_dev.h',
100 'c/dev/ppp_selection_dev.h', 98 'c/dev/ppp_selection_dev.h',
101 'c/dev/ppp_text_input_dev.h', 99 'c/dev/ppp_text_input_dev.h',
102 'c/dev/ppp_video_decoder_dev.h', 100 'c/dev/ppp_video_decoder_dev.h',
103 'c/dev/ppp_widget_dev.h', 101 'c/dev/ppp_widget_dev.h',
104 'c/dev/ppp_zoom_dev.h', 102 'c/dev/ppp_zoom_dev.h',
105 103
106 # Private interfaces. 104 # Private interfaces.
107 'c/private/pp_file_handle.h', 105 'c/private/pp_file_handle.h',
108 'c/private/pp_private_font_charset.h', 106 'c/private/pp_private_font_charset.h',
109 'c/private/pp_video_frame_private.h', 107 'c/private/pp_video_frame_private.h',
110 'c/private/ppb_content_decryptor_private.h', 108 'c/private/ppb_content_decryptor_private.h',
111 'c/private/ppb_ext_crx_file_system_private.h', 109 'c/private/ppb_ext_crx_file_system_private.h',
110 'c/private/ppb_find_private.h',
112 'c/private/ppb_flash.h', 111 'c/private/ppb_flash.h',
113 'c/private/ppb_flash_clipboard.h', 112 'c/private/ppb_flash_clipboard.h',
114 'c/private/ppb_flash_file.h', 113 'c/private/ppb_flash_file.h',
115 'c/private/ppb_flash_font_file.h', 114 'c/private/ppb_flash_font_file.h',
116 'c/private/ppb_flash_fullscreen.h', 115 'c/private/ppb_flash_fullscreen.h',
117 'c/private/ppb_flash_menu.h', 116 'c/private/ppb_flash_menu.h',
118 'c/private/ppb_flash_message_loop.h', 117 'c/private/ppb_flash_message_loop.h',
119 'c/private/ppb_host_resolver_private.h', 118 'c/private/ppb_host_resolver_private.h',
120 'c/private/ppb_instance_private.h', 119 'c/private/ppb_instance_private.h',
121 'c/private/ppb_isolated_file_system_private.h', 120 'c/private/ppb_isolated_file_system_private.h',
122 'c/private/ppb_nacl_private.h', 121 'c/private/ppb_nacl_private.h',
123 'c/private/ppb_net_address_private.h', 122 'c/private/ppb_net_address_private.h',
124 'c/private/ppb_output_protection_private.h', 123 'c/private/ppb_output_protection_private.h',
125 'c/private/ppb_pdf.h', 124 'c/private/ppb_pdf.h',
126 'c/private/ppb_platform_verification_private.h', 125 'c/private/ppb_platform_verification_private.h',
127 'c/private/ppb_proxy_private.h', 126 'c/private/ppb_proxy_private.h',
128 'c/private/ppb_testing_private.h', 127 'c/private/ppb_testing_private.h',
129 'c/private/ppb_tcp_server_socket_private.h', 128 'c/private/ppb_tcp_server_socket_private.h',
130 'c/private/ppb_tcp_socket_private.h', 129 'c/private/ppb_tcp_socket_private.h',
131 'c/private/ppb_udp_socket_private.h', 130 'c/private/ppb_udp_socket_private.h',
132 'c/private/ppb_uma_private.h', 131 'c/private/ppb_uma_private.h',
133 'c/private/ppb_video_destination_private.h', 132 'c/private/ppb_video_destination_private.h',
134 'c/private/ppb_video_source_private.h', 133 'c/private/ppb_video_source_private.h',
135 'c/private/ppb_x509_certificate_private.h', 134 'c/private/ppb_x509_certificate_private.h',
136 'c/private/ppp_content_decryptor_private.h', 135 'c/private/ppp_content_decryptor_private.h',
136 'c/private/ppp_find_private.h',
137 'c/private/ppp_instance_private.h', 137 'c/private/ppp_instance_private.h',
138 138
139 # Deprecated interfaces. 139 # Deprecated interfaces.
140 'c/dev/deprecated_bool.h', 140 'c/dev/deprecated_bool.h',
141 'c/dev/ppb_var_deprecated.h', 141 'c/dev/ppb_var_deprecated.h',
142 'c/dev/ppp_class_deprecated.h', 142 'c/dev/ppp_class_deprecated.h',
143 143
144 # Trusted interfaces. 144 # Trusted interfaces.
145 'c/trusted/ppb_broker_trusted.h', 145 'c/trusted/ppb_broker_trusted.h',
146 'c/trusted/ppb_browser_font_trusted.h', 146 'c/trusted/ppb_browser_font_trusted.h',
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
255 'cpp/dev/buffer_dev.cc', 255 'cpp/dev/buffer_dev.cc',
256 'cpp/dev/buffer_dev.h', 256 'cpp/dev/buffer_dev.h',
257 'cpp/dev/crypto_dev.cc', 257 'cpp/dev/crypto_dev.cc',
258 'cpp/dev/crypto_dev.h', 258 'cpp/dev/crypto_dev.h',
259 'cpp/dev/cursor_control_dev.cc', 259 'cpp/dev/cursor_control_dev.cc',
260 'cpp/dev/cursor_control_dev.h', 260 'cpp/dev/cursor_control_dev.h',
261 'cpp/dev/device_ref_dev.cc', 261 'cpp/dev/device_ref_dev.cc',
262 'cpp/dev/device_ref_dev.h', 262 'cpp/dev/device_ref_dev.h',
263 'cpp/dev/file_chooser_dev.cc', 263 'cpp/dev/file_chooser_dev.cc',
264 'cpp/dev/file_chooser_dev.h', 264 'cpp/dev/file_chooser_dev.h',
265 'cpp/dev/find_dev.cc',
266 'cpp/dev/find_dev.h',
267 'cpp/dev/font_dev.cc', 265 'cpp/dev/font_dev.cc',
268 'cpp/dev/font_dev.h', 266 'cpp/dev/font_dev.h',
269 'cpp/dev/graphics_2d_dev.cc', 267 'cpp/dev/graphics_2d_dev.cc',
270 'cpp/dev/graphics_2d_dev.h', 268 'cpp/dev/graphics_2d_dev.h',
271 'cpp/dev/ime_input_event_dev.cc', 269 'cpp/dev/ime_input_event_dev.cc',
272 'cpp/dev/ime_input_event_dev.h', 270 'cpp/dev/ime_input_event_dev.h',
273 'cpp/dev/may_own_ptr_dev.h', 271 'cpp/dev/may_own_ptr_dev.h',
274 'cpp/dev/memory_dev.cc', 272 'cpp/dev/memory_dev.cc',
275 'cpp/dev/memory_dev.h', 273 'cpp/dev/memory_dev.h',
276 'cpp/dev/optional_dev.h', 274 'cpp/dev/optional_dev.h',
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
311 'cpp/dev/scriptable_object_deprecated.h', 309 'cpp/dev/scriptable_object_deprecated.h',
312 'cpp/dev/scriptable_object_deprecated.cc', 310 'cpp/dev/scriptable_object_deprecated.cc',
313 311
314 # Private interfaces. 312 # Private interfaces.
315 'cpp/private/content_decryptor_private.cc', 313 'cpp/private/content_decryptor_private.cc',
316 'cpp/private/content_decryptor_private.h', 314 'cpp/private/content_decryptor_private.h',
317 'cpp/private/ext_crx_file_system_private.cc', 315 'cpp/private/ext_crx_file_system_private.cc',
318 'cpp/private/ext_crx_file_system_private.h', 316 'cpp/private/ext_crx_file_system_private.h',
319 'cpp/private/file_io_private.cc', 317 'cpp/private/file_io_private.cc',
320 'cpp/private/file_io_private.h', 318 'cpp/private/file_io_private.h',
319 'cpp/private/find_private.cc',
320 'cpp/private/find_private.h',
321 'cpp/private/flash.cc', 321 'cpp/private/flash.cc',
322 'cpp/private/flash.h', 322 'cpp/private/flash.h',
323 'cpp/private/flash_clipboard.cc', 323 'cpp/private/flash_clipboard.cc',
324 'cpp/private/flash_clipboard.h', 324 'cpp/private/flash_clipboard.h',
325 'cpp/private/flash_device_id.cc', 325 'cpp/private/flash_device_id.cc',
326 'cpp/private/flash_device_id.h', 326 'cpp/private/flash_device_id.h',
327 'cpp/private/flash_drm.cc', 327 'cpp/private/flash_drm.cc',
328 'cpp/private/flash_drm.h', 328 'cpp/private/flash_drm.h',
329 'cpp/private/flash_file.cc', 329 'cpp/private/flash_file.cc',
330 'cpp/private/flash_file.h', 330 'cpp/private/flash_file.h',
(...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after
587 'tests/test_x509_certificate_private.h', 587 'tests/test_x509_certificate_private.h',
588 588
589 # Deprecated test cases. 589 # Deprecated test cases.
590 'tests/test_instance_deprecated.cc', 590 'tests/test_instance_deprecated.cc',
591 'tests/test_instance_deprecated.h', 591 'tests/test_instance_deprecated.h',
592 'tests/test_var_deprecated.cc', 592 'tests/test_var_deprecated.cc',
593 'tests/test_var_deprecated.h', 593 'tests/test_var_deprecated.h',
594 ], 594 ],
595 }, 595 },
596 } 596 }
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