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

Side by Side Diff: ppapi/ppapi_sources.gypi

Issue 10905227: Introduce PPB_Flash_Font. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 2 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/flash_font_file_resource.h » ('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 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 'c/dev/ppp_network_state_dev.h', 83 'c/dev/ppp_network_state_dev.h',
84 'c/dev/ppp_scrollbar_dev.h', 84 'c/dev/ppp_scrollbar_dev.h',
85 'c/dev/ppp_selection_dev.h', 85 'c/dev/ppp_selection_dev.h',
86 'c/dev/ppp_text_input_dev.h', 86 'c/dev/ppp_text_input_dev.h',
87 'c/dev/ppp_video_decoder_dev.h', 87 'c/dev/ppp_video_decoder_dev.h',
88 'c/dev/ppp_widget_dev.h', 88 'c/dev/ppp_widget_dev.h',
89 'c/dev/ppp_zoom_dev.h', 89 'c/dev/ppp_zoom_dev.h',
90 90
91 # Private interfaces. 91 # Private interfaces.
92 'c/private/pp_file_handle.h', 92 'c/private/pp_file_handle.h',
93 'c/private/pp_private_font_charset.h',
93 'c/private/ppb_content_decryptor_private.h', 94 'c/private/ppb_content_decryptor_private.h',
94 'c/private/ppb_flash.h', 95 'c/private/ppb_flash.h',
95 'c/private/ppb_flash_clipboard.h', 96 'c/private/ppb_flash_clipboard.h',
96 'c/private/ppb_flash_file.h', 97 'c/private/ppb_flash_file.h',
98 'c/private/ppb_flash_font_file.h',
97 'c/private/ppb_flash_fullscreen.h', 99 'c/private/ppb_flash_fullscreen.h',
98 'c/private/ppb_flash_menu.h', 100 'c/private/ppb_flash_menu.h',
99 'c/private/ppb_flash_message_loop.h', 101 'c/private/ppb_flash_message_loop.h',
100 'c/private/ppb_flash_tcp_socket.h', 102 'c/private/ppb_flash_tcp_socket.h',
101 'c/private/ppb_gpu_blacklist_private.h', 103 'c/private/ppb_gpu_blacklist_private.h',
102 'c/private/ppb_host_resolver_private.h', 104 'c/private/ppb_host_resolver_private.h',
103 'c/private/ppb_instance_private.h', 105 'c/private/ppb_instance_private.h',
104 'c/private/ppb_nacl_private.h', 106 'c/private/ppb_nacl_private.h',
105 'c/private/ppb_net_address_private.h', 107 'c/private/ppb_net_address_private.h',
106 'c/private/ppb_pdf.h', 108 'c/private/ppb_pdf.h',
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
256 'cpp/private/content_decryptor_private.cc', 258 'cpp/private/content_decryptor_private.cc',
257 'cpp/private/content_decryptor_private.h', 259 'cpp/private/content_decryptor_private.h',
258 'cpp/private/flash.cc', 260 'cpp/private/flash.cc',
259 'cpp/private/flash.h', 261 'cpp/private/flash.h',
260 'cpp/private/flash_clipboard.cc', 262 'cpp/private/flash_clipboard.cc',
261 'cpp/private/flash_clipboard.h', 263 'cpp/private/flash_clipboard.h',
262 'cpp/private/flash_device_id.cc', 264 'cpp/private/flash_device_id.cc',
263 'cpp/private/flash_device_id.h', 265 'cpp/private/flash_device_id.h',
264 'cpp/private/flash_file.cc', 266 'cpp/private/flash_file.cc',
265 'cpp/private/flash_file.h', 267 'cpp/private/flash_file.h',
268 'cpp/private/flash_font_file.cc',
269 'cpp/private/flash_font_file.h',
266 'cpp/private/flash_fullscreen.cc', 270 'cpp/private/flash_fullscreen.cc',
267 'cpp/private/flash_fullscreen.h', 271 'cpp/private/flash_fullscreen.h',
268 'cpp/private/flash_menu.cc', 272 'cpp/private/flash_menu.cc',
269 'cpp/private/flash_menu.h', 273 'cpp/private/flash_menu.h',
270 'cpp/private/flash_message_loop.cc', 274 'cpp/private/flash_message_loop.cc',
271 'cpp/private/flash_message_loop.h', 275 'cpp/private/flash_message_loop.h',
272 'cpp/private/host_resolver_private.cc', 276 'cpp/private/host_resolver_private.cc',
273 'cpp/private/host_resolver_private.h', 277 'cpp/private/host_resolver_private.h',
274 'cpp/private/instance_private.cc', 278 'cpp/private/instance_private.cc',
275 'cpp/private/instance_private.h', 279 'cpp/private/instance_private.h',
(...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after
461 'tests/test_x509_certificate_private.h', 465 'tests/test_x509_certificate_private.h',
462 466
463 # Deprecated test cases. 467 # Deprecated test cases.
464 'tests/test_instance_deprecated.cc', 468 'tests/test_instance_deprecated.cc',
465 'tests/test_instance_deprecated.h', 469 'tests/test_instance_deprecated.h',
466 'tests/test_var_deprecated.cc', 470 'tests/test_var_deprecated.cc',
467 'tests/test_var_deprecated.h', 471 'tests/test_var_deprecated.h',
468 ], 472 ],
469 }, 473 },
470 } 474 }
OLDNEW
« no previous file with comments | « ppapi/ppapi_shared.gypi ('k') | ppapi/proxy/flash_font_file_resource.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698