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

Side by Side Diff: ppapi/ppapi_sources.gypi

Issue 13004012: Implement the host side of the PPB_PDF proxy. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 8 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 | « chrome/test/ppapi/ppapi_browsertest.cc ('k') | ppapi/proxy/pdf_resource.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 471 matching lines...) Expand 10 before | Expand all | Expand 10 after
482 'tests/test_flash_clipboard.cc', 482 'tests/test_flash_clipboard.cc',
483 'tests/test_flash_clipboard.h', 483 'tests/test_flash_clipboard.h',
484 'tests/test_flash_file.cc', 484 'tests/test_flash_file.cc',
485 'tests/test_flash_file.h', 485 'tests/test_flash_file.h',
486 'tests/test_flash_fullscreen.cc', 486 'tests/test_flash_fullscreen.cc',
487 'tests/test_flash_fullscreen.h', 487 'tests/test_flash_fullscreen.h',
488 'tests/test_flash_message_loop.cc', 488 'tests/test_flash_message_loop.cc',
489 'tests/test_flash_message_loop.h', 489 'tests/test_flash_message_loop.h',
490 'tests/test_net_address_private.cc', 490 'tests/test_net_address_private.cc',
491 'tests/test_net_address_private.h', 491 'tests/test_net_address_private.h',
492 'tests/test_pdf.cc',
493 'tests/test_pdf.h',
492 'tests/test_resource_array.cc', 494 'tests/test_resource_array.cc',
493 'tests/test_resource_array.h', 495 'tests/test_resource_array.h',
494 'tests/test_struct_sizes.c', 496 'tests/test_struct_sizes.c',
495 'tests/test_talk_private.cc', 497 'tests/test_talk_private.cc',
496 'tests/test_talk_private.h', 498 'tests/test_talk_private.h',
497 'tests/test_tcp_socket_private_trusted.cc', 499 'tests/test_tcp_socket_private_trusted.cc',
498 'tests/test_tcp_socket_private_trusted.h', 500 'tests/test_tcp_socket_private_trusted.h',
499 'tests/test_uma.cc', 501 'tests/test_uma.cc',
500 'tests/test_uma.h', 502 'tests/test_uma.h',
501 'tests/test_url_util.cc', 503 'tests/test_url_util.cc',
502 'tests/test_url_util.h', 504 'tests/test_url_util.h',
503 'tests/test_utils.cc', 505 'tests/test_utils.cc',
504 'tests/test_utils.h', 506 'tests/test_utils.h',
505 'tests/test_video_decoder.cc', 507 'tests/test_video_decoder.cc',
506 'tests/test_video_decoder.h', 508 'tests/test_video_decoder.h',
507 'tests/test_x509_certificate_private.cc', 509 'tests/test_x509_certificate_private.cc',
508 'tests/test_x509_certificate_private.h', 510 'tests/test_x509_certificate_private.h',
509 511
510 # Deprecated test cases. 512 # Deprecated test cases.
511 'tests/test_instance_deprecated.cc', 513 'tests/test_instance_deprecated.cc',
512 'tests/test_instance_deprecated.h', 514 'tests/test_instance_deprecated.h',
513 'tests/test_var_deprecated.cc', 515 'tests/test_var_deprecated.cc',
514 'tests/test_var_deprecated.h', 516 'tests/test_var_deprecated.h',
515 ], 517 ],
516 }, 518 },
517 } 519 }
OLDNEW
« no previous file with comments | « chrome/test/ppapi/ppapi_browsertest.cc ('k') | ppapi/proxy/pdf_resource.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698