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

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
« no previous file with comments | « ppapi/ppapi_proxy.gypi ('k') | ppapi/proxy/message_handler.h » ('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 428 matching lines...) Expand 10 before | Expand all | Expand 10 after
439 'tests/test_ime_input_event.cc', 439 'tests/test_ime_input_event.cc',
440 'tests/test_ime_input_event.h', 440 'tests/test_ime_input_event.h',
441 'tests/test_input_event.cc', 441 'tests/test_input_event.cc',
442 'tests/test_input_event.h', 442 'tests/test_input_event.h',
443 'tests/test_media_stream_audio_track.cc', 443 'tests/test_media_stream_audio_track.cc',
444 'tests/test_media_stream_audio_track.h', 444 'tests/test_media_stream_audio_track.h',
445 'tests/test_media_stream_video_track.cc', 445 'tests/test_media_stream_video_track.cc',
446 'tests/test_media_stream_video_track.h', 446 'tests/test_media_stream_video_track.h',
447 'tests/test_memory.cc', 447 'tests/test_memory.cc',
448 'tests/test_memory.h', 448 'tests/test_memory.h',
449 'tests/test_message_handler.cc',
450 'tests/test_message_handler.h',
449 'tests/test_message_loop.cc', 451 'tests/test_message_loop.cc',
450 'tests/test_message_loop.h', 452 'tests/test_message_loop.h',
451 'tests/test_mouse_cursor.cc', 453 'tests/test_mouse_cursor.cc',
452 'tests/test_mouse_cursor.h', 454 'tests/test_mouse_cursor.h',
453 'tests/test_mouse_lock.cc', 455 'tests/test_mouse_lock.cc',
454 'tests/test_mouse_lock.h', 456 'tests/test_mouse_lock.h',
455 'tests/test_net_address.cc', 457 'tests/test_net_address.cc',
456 'tests/test_net_address.h', 458 'tests/test_net_address.h',
457 'tests/test_net_address_private_untrusted.cc', 459 'tests/test_net_address_private_untrusted.cc',
458 'tests/test_net_address_private_untrusted.h', 460 'tests/test_net_address_private_untrusted.h',
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
570 'tests/test_x509_certificate_private.h', 572 'tests/test_x509_certificate_private.h',
571 573
572 # Deprecated test cases. 574 # Deprecated test cases.
573 'tests/test_instance_deprecated.cc', 575 'tests/test_instance_deprecated.cc',
574 'tests/test_instance_deprecated.h', 576 'tests/test_instance_deprecated.h',
575 'tests/test_var_deprecated.cc', 577 'tests/test_var_deprecated.cc',
576 'tests/test_var_deprecated.h', 578 'tests/test_var_deprecated.h',
577 ], 579 ],
578 }, 580 },
579 } 581 }
OLDNEW
« no previous file with comments | « ppapi/ppapi_proxy.gypi ('k') | ppapi/proxy/message_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698