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

Side by Side Diff: ppapi/ppapi_sources.gypi

Issue 10545036: Add PPAPI decryptor interfaces. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased on origin/master and fixed a minor conflict Created 8 years, 6 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
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 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 'c/ppp_instance.h', 53 'c/ppp_instance.h',
54 'c/ppp_messaging.h', 54 'c/ppp_messaging.h',
55 'c/ppp_mouse_lock.h', 55 'c/ppp_mouse_lock.h',
56 56
57 # Dev interfaces. 57 # Dev interfaces.
58 'c/dev/pp_cursor_type_dev.h', 58 'c/dev/pp_cursor_type_dev.h',
59 'c/dev/pp_video_dev.h', 59 'c/dev/pp_video_dev.h',
60 'c/dev/ppb_buffer_dev.h', 60 'c/dev/ppb_buffer_dev.h',
61 'c/dev/ppb_char_set_dev.h', 61 'c/dev/ppb_char_set_dev.h',
62 'c/dev/ppb_console_dev.h', 62 'c/dev/ppb_console_dev.h',
63 'c/dev/ppb_content_decryption_module_dev.h',
63 'c/dev/ppb_cursor_control_dev.h', 64 'c/dev/ppb_cursor_control_dev.h',
64 'c/dev/ppb_device_ref_dev.h', 65 'c/dev/ppb_device_ref_dev.h',
65 'c/dev/ppb_directory_reader_dev.h', 66 'c/dev/ppb_directory_reader_dev.h',
66 'c/dev/ppb_file_chooser_dev.h', 67 'c/dev/ppb_file_chooser_dev.h',
67 'c/dev/ppb_find_dev.h', 68 'c/dev/ppb_find_dev.h',
68 'c/dev/ppb_font_dev.h', 69 'c/dev/ppb_font_dev.h',
69 'c/dev/ppb_fullscreen_dev.h', 70 'c/dev/ppb_fullscreen_dev.h',
70 'c/dev/ppb_ime_input_event_dev.h', 71 'c/dev/ppb_ime_input_event_dev.h',
71 'c/dev/ppb_memory_dev.h', 72 'c/dev/ppb_memory_dev.h',
72 'c/dev/ppb_message_loop_dev.h', 73 'c/dev/ppb_message_loop_dev.h',
73 'c/dev/ppb_printing_dev.h', 74 'c/dev/ppb_printing_dev.h',
74 'c/dev/ppb_resource_array_dev.h', 75 'c/dev/ppb_resource_array_dev.h',
75 'c/dev/ppb_scrollbar_dev.h', 76 'c/dev/ppb_scrollbar_dev.h',
76 'c/dev/ppb_testing_dev.h', 77 'c/dev/ppb_testing_dev.h',
77 'c/dev/ppb_text_input_dev.h', 78 'c/dev/ppb_text_input_dev.h',
78 'c/dev/ppb_url_util_dev.h', 79 'c/dev/ppb_url_util_dev.h',
79 'c/dev/ppb_video_decoder_dev.h', 80 'c/dev/ppb_video_decoder_dev.h',
80 'c/dev/ppb_widget_dev.h', 81 'c/dev/ppb_widget_dev.h',
81 'c/dev/ppb_zoom_dev.h', 82 'c/dev/ppb_zoom_dev.h',
83 'c/dev/ppp_content_decryption_module_dev.h',
82 'c/dev/ppp_cursor_control_dev.h', 84 'c/dev/ppp_cursor_control_dev.h',
83 'c/dev/ppp_find_dev.h', 85 'c/dev/ppp_find_dev.h',
84 'c/dev/ppp_network_state_dev.h', 86 'c/dev/ppp_network_state_dev.h',
85 'c/dev/ppp_scrollbar_dev.h', 87 'c/dev/ppp_scrollbar_dev.h',
86 'c/dev/ppp_selection_dev.h', 88 'c/dev/ppp_selection_dev.h',
87 'c/dev/ppp_text_input_dev.h', 89 'c/dev/ppp_text_input_dev.h',
88 'c/dev/ppp_video_decoder_dev.h', 90 'c/dev/ppp_video_decoder_dev.h',
89 'c/dev/ppp_widget_dev.h', 91 'c/dev/ppp_widget_dev.h',
90 'c/dev/ppp_zoom_dev.h', 92 'c/dev/ppp_zoom_dev.h',
91 93
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
190 'cpp/view.cc', 192 'cpp/view.cc',
191 'cpp/view.h', 193 'cpp/view.h',
192 'cpp/websocket.cc', 194 'cpp/websocket.cc',
193 'cpp/websocket.h', 195 'cpp/websocket.h',
194 196
195 # Dev interfaces. 197 # Dev interfaces.
196 'cpp/dev/audio_input_dev.cc', 198 'cpp/dev/audio_input_dev.cc',
197 'cpp/dev/audio_input_dev.h', 199 'cpp/dev/audio_input_dev.h',
198 'cpp/dev/buffer_dev.cc', 200 'cpp/dev/buffer_dev.cc',
199 'cpp/dev/buffer_dev.h', 201 'cpp/dev/buffer_dev.h',
202 'cpp/dev/content_decryption_module_dev.cc',
203 'cpp/dev/content_decryption_module_dev.h',
200 'cpp/dev/device_ref_dev.cc', 204 'cpp/dev/device_ref_dev.cc',
201 'cpp/dev/device_ref_dev.h', 205 'cpp/dev/device_ref_dev.h',
202 'cpp/dev/directory_entry_dev.cc', 206 'cpp/dev/directory_entry_dev.cc',
203 'cpp/dev/directory_entry_dev.h', 207 'cpp/dev/directory_entry_dev.h',
204 'cpp/dev/directory_reader_dev.cc', 208 'cpp/dev/directory_reader_dev.cc',
205 'cpp/dev/directory_reader_dev.h', 209 'cpp/dev/directory_reader_dev.h',
206 'cpp/dev/file_chooser_dev.cc', 210 'cpp/dev/file_chooser_dev.cc',
207 'cpp/dev/file_chooser_dev.h', 211 'cpp/dev/file_chooser_dev.h',
208 'cpp/dev/find_dev.cc', 212 'cpp/dev/find_dev.cc',
209 'cpp/dev/find_dev.h', 213 'cpp/dev/find_dev.h',
(...skipping 235 matching lines...) Expand 10 before | Expand all | Expand 10 after
445 'tests/test_x509_certificate_private.h', 449 'tests/test_x509_certificate_private.h',
446 450
447 # Deprecated test cases. 451 # Deprecated test cases.
448 'tests/test_instance_deprecated.cc', 452 'tests/test_instance_deprecated.cc',
449 'tests/test_instance_deprecated.h', 453 'tests/test_instance_deprecated.h',
450 'tests/test_var_deprecated.cc', 454 'tests/test_var_deprecated.cc',
451 'tests/test_var_deprecated.h', 455 'tests/test_var_deprecated.h',
452 ], 456 ],
453 }, 457 },
454 } 458 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698