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

Side by Side Diff: ppapi/ppapi_sources.gypi

Issue 318763003: PPAPI: Add C++ wrapper for MessageHandler stuff. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: move messag_handler.h to HEADERS section of library.dsc Created 6 years, 3 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/cpp/message_handler.h ('k') | ppapi/tests/test_message_handler.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_codecs.h', 10 'c/pp_codecs.h',
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
190 'cpp/input_event.h', 190 'cpp/input_event.h',
191 'cpp/instance.cc', 191 'cpp/instance.cc',
192 'cpp/instance.h', 192 'cpp/instance.h',
193 'cpp/instance_handle.cc', 193 'cpp/instance_handle.cc',
194 'cpp/instance_handle.h', 194 'cpp/instance_handle.h',
195 'cpp/logging.h', 195 'cpp/logging.h',
196 'cpp/media_stream_audio_track.cc', 196 'cpp/media_stream_audio_track.cc',
197 'cpp/media_stream_audio_track.h', 197 'cpp/media_stream_audio_track.h',
198 'cpp/media_stream_video_track.cc', 198 'cpp/media_stream_video_track.cc',
199 'cpp/media_stream_video_track.h', 199 'cpp/media_stream_video_track.h',
200 'cpp/message_handler.h',
200 'cpp/message_loop.cc', 201 'cpp/message_loop.cc',
201 'cpp/message_loop.h', 202 'cpp/message_loop.h',
202 'cpp/module.cc', 203 'cpp/module.cc',
203 'cpp/module.h', 204 'cpp/module.h',
204 'cpp/module_impl.h', 205 'cpp/module_impl.h',
205 'cpp/mouse_cursor.cc', 206 'cpp/mouse_cursor.cc',
206 'cpp/mouse_cursor.h', 207 'cpp/mouse_cursor.h',
207 'cpp/mouse_lock.cc', 208 'cpp/mouse_lock.cc',
208 'cpp/mouse_lock.h', 209 'cpp/mouse_lock.h',
209 'cpp/net_address.cc', 210 'cpp/net_address.cc',
(...skipping 364 matching lines...) Expand 10 before | Expand all | Expand 10 after
574 'tests/test_x509_certificate_private.h', 575 'tests/test_x509_certificate_private.h',
575 576
576 # Deprecated test cases. 577 # Deprecated test cases.
577 'tests/test_instance_deprecated.cc', 578 'tests/test_instance_deprecated.cc',
578 'tests/test_instance_deprecated.h', 579 'tests/test_instance_deprecated.h',
579 'tests/test_var_deprecated.cc', 580 'tests/test_var_deprecated.cc',
580 'tests/test_var_deprecated.h', 581 'tests/test_var_deprecated.h',
581 ], 582 ],
582 }, 583 },
583 } 584 }
OLDNEW
« no previous file with comments | « ppapi/cpp/message_handler.h ('k') | ppapi/tests/test_message_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698