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

Side by Side Diff: ppapi/ppapi_sources.gypi

Issue 15491006: Rename PPB_Flash_DeviceID interface to PPB_Flash_DRM (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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 265 matching lines...) Expand 10 before | Expand all | Expand 10 after
276 'cpp/private/content_decryptor_private.cc', 276 'cpp/private/content_decryptor_private.cc',
277 'cpp/private/content_decryptor_private.h', 277 'cpp/private/content_decryptor_private.h',
278 'cpp/private/ext_crx_file_system_private.cc', 278 'cpp/private/ext_crx_file_system_private.cc',
279 'cpp/private/ext_crx_file_system_private.h', 279 'cpp/private/ext_crx_file_system_private.h',
280 'cpp/private/file_io_private.cc', 280 'cpp/private/file_io_private.cc',
281 'cpp/private/file_io_private.h', 281 'cpp/private/file_io_private.h',
282 'cpp/private/flash.cc', 282 'cpp/private/flash.cc',
283 'cpp/private/flash.h', 283 'cpp/private/flash.h',
284 'cpp/private/flash_clipboard.cc', 284 'cpp/private/flash_clipboard.cc',
285 'cpp/private/flash_clipboard.h', 285 'cpp/private/flash_clipboard.h',
286 'cpp/private/flash_device_id.cc', 286 'cpp/private/flash_drm.cc',
287 'cpp/private/flash_device_id.h', 287 'cpp/private/flash_drm.h',
288 'cpp/private/flash_file.cc', 288 'cpp/private/flash_file.cc',
289 'cpp/private/flash_file.h', 289 'cpp/private/flash_file.h',
290 'cpp/private/flash_font_file.cc', 290 'cpp/private/flash_font_file.cc',
291 'cpp/private/flash_font_file.h', 291 'cpp/private/flash_font_file.h',
292 'cpp/private/flash_fullscreen.cc', 292 'cpp/private/flash_fullscreen.cc',
293 'cpp/private/flash_fullscreen.h', 293 'cpp/private/flash_fullscreen.h',
294 'cpp/private/flash_menu.cc', 294 'cpp/private/flash_menu.cc',
295 'cpp/private/flash_menu.h', 295 'cpp/private/flash_menu.h',
296 'cpp/private/flash_message_loop.cc', 296 'cpp/private/flash_message_loop.cc',
297 'cpp/private/flash_message_loop.h', 297 'cpp/private/flash_message_loop.h',
(...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after
490 'tests/test_c_includes.c', 490 'tests/test_c_includes.c',
491 'tests/test_char_set.cc', 491 'tests/test_char_set.cc',
492 'tests/test_char_set.h', 492 'tests/test_char_set.h',
493 'tests/test_cpp_includes.cc', 493 'tests/test_cpp_includes.cc',
494 'tests/test_crypto.cc', 494 'tests/test_crypto.cc',
495 'tests/test_crypto.h', 495 'tests/test_crypto.h',
496 'tests/test_flash.cc', 496 'tests/test_flash.cc',
497 'tests/test_flash.h', 497 'tests/test_flash.h',
498 'tests/test_flash_clipboard.cc', 498 'tests/test_flash_clipboard.cc',
499 'tests/test_flash_clipboard.h', 499 'tests/test_flash_clipboard.h',
500 'tests/test_flash_device_id.cc', 500 'tests/test_flash_drm.cc',
501 'tests/test_flash_device_id.h', 501 'tests/test_flash_drm.h',
502 'tests/test_flash_file.cc', 502 'tests/test_flash_file.cc',
503 'tests/test_flash_file.h', 503 'tests/test_flash_file.h',
504 'tests/test_flash_fullscreen.cc', 504 'tests/test_flash_fullscreen.cc',
505 'tests/test_flash_fullscreen.h', 505 'tests/test_flash_fullscreen.h',
506 'tests/test_flash_message_loop.cc', 506 'tests/test_flash_message_loop.cc',
507 'tests/test_flash_message_loop.h', 507 'tests/test_flash_message_loop.h',
508 'tests/test_net_address_private.cc', 508 'tests/test_net_address_private.cc',
509 'tests/test_net_address_private.h', 509 'tests/test_net_address_private.h',
510 'tests/test_pdf.cc', 510 'tests/test_pdf.cc',
511 'tests/test_pdf.h', 511 'tests/test_pdf.h',
(...skipping 16 matching lines...) Expand all
528 'tests/test_x509_certificate_private.h', 528 'tests/test_x509_certificate_private.h',
529 529
530 # Deprecated test cases. 530 # Deprecated test cases.
531 'tests/test_instance_deprecated.cc', 531 'tests/test_instance_deprecated.cc',
532 'tests/test_instance_deprecated.h', 532 'tests/test_instance_deprecated.h',
533 'tests/test_var_deprecated.cc', 533 'tests/test_var_deprecated.cc',
534 'tests/test_var_deprecated.h', 534 'tests/test_var_deprecated.h',
535 ], 535 ],
536 }, 536 },
537 } 537 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698