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

Side by Side Diff: ppapi/ppapi_sources.gypi

Issue 670653005: Fix Flash fullscreen focus regressions, and add interactive_ui_tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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
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 536 matching lines...) Expand 10 before | Expand all | Expand 10 after
547 'tests/test_flash.cc', 547 'tests/test_flash.cc',
548 'tests/test_flash.h', 548 'tests/test_flash.h',
549 'tests/test_flash_clipboard.cc', 549 'tests/test_flash_clipboard.cc',
550 'tests/test_flash_clipboard.h', 550 'tests/test_flash_clipboard.h',
551 'tests/test_flash_drm.cc', 551 'tests/test_flash_drm.cc',
552 'tests/test_flash_drm.h', 552 'tests/test_flash_drm.h',
553 'tests/test_flash_file.cc', 553 'tests/test_flash_file.cc',
554 'tests/test_flash_file.h', 554 'tests/test_flash_file.h',
555 'tests/test_flash_fullscreen.cc', 555 'tests/test_flash_fullscreen.cc',
556 'tests/test_flash_fullscreen.h', 556 'tests/test_flash_fullscreen.h',
557 'tests/test_flash_fullscreen_for_browser_ui.cc',
558 'tests/test_flash_fullscreen_for_browser_ui.h',
557 'tests/test_flash_message_loop.cc', 559 'tests/test_flash_message_loop.cc',
558 'tests/test_flash_message_loop.h', 560 'tests/test_flash_message_loop.h',
559 'tests/test_net_address_private.cc', 561 'tests/test_net_address_private.cc',
560 'tests/test_net_address_private.h', 562 'tests/test_net_address_private.h',
561 'tests/test_pdf.cc', 563 'tests/test_pdf.cc',
562 'tests/test_pdf.h', 564 'tests/test_pdf.h',
563 'tests/test_platform_verification_private.cc', 565 'tests/test_platform_verification_private.cc',
564 'tests/test_platform_verification_private.h', 566 'tests/test_platform_verification_private.h',
565 'tests/test_talk_private.cc', 567 'tests/test_talk_private.cc',
566 'tests/test_talk_private.h', 568 'tests/test_talk_private.h',
567 'tests/test_tcp_socket_private_trusted.cc', 569 'tests/test_tcp_socket_private_trusted.cc',
568 'tests/test_tcp_socket_private_trusted.h', 570 'tests/test_tcp_socket_private_trusted.h',
569 'tests/test_url_util.cc', 571 'tests/test_url_util.cc',
570 'tests/test_url_util.h', 572 'tests/test_url_util.h',
571 'tests/test_utils.h', 573 'tests/test_utils.h',
572 'tests/test_video_decoder_dev.cc', 574 'tests/test_video_decoder_dev.cc',
573 'tests/test_video_decoder_dev.h', 575 'tests/test_video_decoder_dev.h',
574 'tests/test_x509_certificate_private.cc', 576 'tests/test_x509_certificate_private.cc',
575 'tests/test_x509_certificate_private.h', 577 'tests/test_x509_certificate_private.h',
576 578
577 # Deprecated test cases. 579 # Deprecated test cases.
578 'tests/test_instance_deprecated.cc', 580 'tests/test_instance_deprecated.cc',
579 'tests/test_instance_deprecated.h', 581 'tests/test_instance_deprecated.h',
580 'tests/test_var_deprecated.cc', 582 'tests/test_var_deprecated.cc',
581 'tests/test_var_deprecated.h', 583 'tests/test_var_deprecated.h',
582 ], 584 ],
583 }, 585 },
584 } 586 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698