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

Side by Side Diff: ppapi/ppapi_sources.gypi

Issue 305513003: Add ppapi, improve Windows GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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
« no previous file with comments | « ppapi/BUILD.gn ('k') | skia/BUILD.gn » ('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_codecs.h', 10 'c/pp_codecs.h',
(...skipping 521 matching lines...) Expand 10 before | Expand all | Expand 10 after
532 # Sources used in trusted tests. 532 # Sources used in trusted tests.
533 # 533 #
534 'test_trusted_source_files': [ 534 'test_trusted_source_files': [
535 # Test cases (PLEASE KEEP THIS SECTION IN ALPHABETICAL ORDER) 535 # Test cases (PLEASE KEEP THIS SECTION IN ALPHABETICAL ORDER)
536 'tests/test_broker.cc', 536 'tests/test_broker.cc',
537 'tests/test_broker.h', 537 'tests/test_broker.h',
538 'tests/test_browser_font.cc', 538 'tests/test_browser_font.cc',
539 'tests/test_browser_font.h', 539 'tests/test_browser_font.h',
540 'tests/test_buffer.cc', 540 'tests/test_buffer.cc',
541 'tests/test_buffer.h', 541 'tests/test_buffer.h',
542 'tests/test_c_includes.c',
543 'tests/test_char_set.cc', 542 'tests/test_char_set.cc',
544 'tests/test_char_set.h', 543 'tests/test_char_set.h',
545 'tests/test_cpp_includes.cc',
546 'tests/test_crypto.cc', 544 'tests/test_crypto.cc',
547 'tests/test_crypto.h', 545 'tests/test_crypto.h',
548 'tests/test_flash.cc', 546 'tests/test_flash.cc',
549 'tests/test_flash.h', 547 'tests/test_flash.h',
550 'tests/test_flash_clipboard.cc', 548 'tests/test_flash_clipboard.cc',
551 'tests/test_flash_clipboard.h', 549 'tests/test_flash_clipboard.h',
552 'tests/test_flash_drm.cc', 550 'tests/test_flash_drm.cc',
553 'tests/test_flash_drm.h', 551 'tests/test_flash_drm.h',
554 'tests/test_flash_file.cc', 552 'tests/test_flash_file.cc',
555 'tests/test_flash_file.h', 553 'tests/test_flash_file.h',
556 'tests/test_flash_fullscreen.cc', 554 'tests/test_flash_fullscreen.cc',
557 'tests/test_flash_fullscreen.h', 555 'tests/test_flash_fullscreen.h',
558 'tests/test_flash_message_loop.cc', 556 'tests/test_flash_message_loop.cc',
559 'tests/test_flash_message_loop.h', 557 'tests/test_flash_message_loop.h',
560 'tests/test_net_address_private.cc', 558 'tests/test_net_address_private.cc',
561 'tests/test_net_address_private.h', 559 'tests/test_net_address_private.h',
562 'tests/test_pdf.cc', 560 'tests/test_pdf.cc',
563 'tests/test_pdf.h', 561 'tests/test_pdf.h',
564 'tests/test_platform_verification_private.cc', 562 'tests/test_platform_verification_private.cc',
565 'tests/test_platform_verification_private.h', 563 'tests/test_platform_verification_private.h',
566 'tests/test_struct_sizes.c',
567 'tests/test_talk_private.cc', 564 'tests/test_talk_private.cc',
568 'tests/test_talk_private.h', 565 'tests/test_talk_private.h',
569 'tests/test_tcp_socket_private_trusted.cc', 566 'tests/test_tcp_socket_private_trusted.cc',
570 'tests/test_tcp_socket_private_trusted.h', 567 'tests/test_tcp_socket_private_trusted.h',
571 'tests/test_url_util.cc', 568 'tests/test_url_util.cc',
572 'tests/test_url_util.h', 569 'tests/test_url_util.h',
573 'tests/test_utils.cc',
574 'tests/test_utils.h', 570 'tests/test_utils.h',
575 'tests/test_video_decoder_dev.cc', 571 'tests/test_video_decoder_dev.cc',
576 'tests/test_video_decoder_dev.h', 572 'tests/test_video_decoder_dev.h',
577 'tests/test_x509_certificate_private.cc', 573 'tests/test_x509_certificate_private.cc',
578 'tests/test_x509_certificate_private.h', 574 'tests/test_x509_certificate_private.h',
579 575
580 # Deprecated test cases. 576 # Deprecated test cases.
581 'tests/test_instance_deprecated.cc', 577 'tests/test_instance_deprecated.cc',
582 'tests/test_instance_deprecated.h', 578 'tests/test_instance_deprecated.h',
583 'tests/test_var_deprecated.cc', 579 'tests/test_var_deprecated.cc',
584 'tests/test_var_deprecated.h', 580 'tests/test_var_deprecated.h',
585 ], 581 ],
586 }, 582 },
587 } 583 }
OLDNEW
« no previous file with comments | « ppapi/BUILD.gn ('k') | skia/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698