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

Side by Side Diff: ppapi/ppapi_sources.gypi

Issue 264303002: PPAPI: Implement synchronous postMessage (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge 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
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 439 matching lines...) Expand 10 before | Expand all | Expand 10 after
450 'tests/test_ime_input_event.cc', 450 'tests/test_ime_input_event.cc',
451 'tests/test_ime_input_event.h', 451 'tests/test_ime_input_event.h',
452 'tests/test_input_event.cc', 452 'tests/test_input_event.cc',
453 'tests/test_input_event.h', 453 'tests/test_input_event.h',
454 'tests/test_media_stream_audio_track.cc', 454 'tests/test_media_stream_audio_track.cc',
455 'tests/test_media_stream_audio_track.h', 455 'tests/test_media_stream_audio_track.h',
456 'tests/test_media_stream_video_track.cc', 456 'tests/test_media_stream_video_track.cc',
457 'tests/test_media_stream_video_track.h', 457 'tests/test_media_stream_video_track.h',
458 'tests/test_memory.cc', 458 'tests/test_memory.cc',
459 'tests/test_memory.h', 459 'tests/test_memory.h',
460 'tests/test_message_handler.cc',
461 'tests/test_message_handler.h',
460 'tests/test_message_loop.cc', 462 'tests/test_message_loop.cc',
461 'tests/test_message_loop.h', 463 'tests/test_message_loop.h',
462 'tests/test_mouse_cursor.cc', 464 'tests/test_mouse_cursor.cc',
463 'tests/test_mouse_cursor.h', 465 'tests/test_mouse_cursor.h',
464 'tests/test_mouse_lock.cc', 466 'tests/test_mouse_lock.cc',
465 'tests/test_mouse_lock.h', 467 'tests/test_mouse_lock.h',
466 'tests/test_net_address.cc', 468 'tests/test_net_address.cc',
467 'tests/test_net_address.h', 469 'tests/test_net_address.h',
468 'tests/test_net_address_private_untrusted.cc', 470 'tests/test_net_address_private_untrusted.cc',
469 'tests/test_net_address_private_untrusted.h', 471 'tests/test_net_address_private_untrusted.h',
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
581 'tests/test_x509_certificate_private.h', 583 'tests/test_x509_certificate_private.h',
582 584
583 # Deprecated test cases. 585 # Deprecated test cases.
584 'tests/test_instance_deprecated.cc', 586 'tests/test_instance_deprecated.cc',
585 'tests/test_instance_deprecated.h', 587 'tests/test_instance_deprecated.h',
586 'tests/test_var_deprecated.cc', 588 'tests/test_var_deprecated.cc',
587 'tests/test_var_deprecated.h', 589 'tests/test_var_deprecated.h',
588 ], 590 ],
589 }, 591 },
590 } 592 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698