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

Side by Side Diff: ppapi/ppapi_sources.gypi

Issue 10638007: Pepper Flash: Add trivial C++ wrappers for PPB_Flash_File_{ModuleLocal,FileRef}. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ffffuuuuuuuuuuuuuuuuuuuuuuuuuuu Created 8 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/cpp/private/flash_file.cc ('k') | ppapi/tests/test_flash_file.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_completion_callback.h', 10 'c/pp_completion_callback.h',
(...skipping 237 matching lines...) Expand 10 before | Expand all | Expand 10 after
248 'cpp/dev/scriptable_object_deprecated.h', 248 'cpp/dev/scriptable_object_deprecated.h',
249 'cpp/dev/scriptable_object_deprecated.cc', 249 'cpp/dev/scriptable_object_deprecated.cc',
250 250
251 # Private interfaces. 251 # Private interfaces.
252 'cpp/private/flash.cc', 252 'cpp/private/flash.cc',
253 'cpp/private/flash.h', 253 'cpp/private/flash.h',
254 'cpp/private/flash_clipboard.cc', 254 'cpp/private/flash_clipboard.cc',
255 'cpp/private/flash_clipboard.h', 255 'cpp/private/flash_clipboard.h',
256 'cpp/private/flash_device_id.cc', 256 'cpp/private/flash_device_id.cc',
257 'cpp/private/flash_device_id.h', 257 'cpp/private/flash_device_id.h',
258 'cpp/private/flash_file.cc',
259 'cpp/private/flash_file.h',
258 'cpp/private/flash_fullscreen.cc', 260 'cpp/private/flash_fullscreen.cc',
259 'cpp/private/flash_fullscreen.h', 261 'cpp/private/flash_fullscreen.h',
260 'cpp/private/flash_menu.cc', 262 'cpp/private/flash_menu.cc',
261 'cpp/private/flash_menu.h', 263 'cpp/private/flash_menu.h',
262 'cpp/private/flash_message_loop.cc', 264 'cpp/private/flash_message_loop.cc',
263 'cpp/private/flash_message_loop.h', 265 'cpp/private/flash_message_loop.h',
264 'cpp/private/host_resolver_private.cc', 266 'cpp/private/host_resolver_private.cc',
265 'cpp/private/host_resolver_private.h', 267 'cpp/private/host_resolver_private.h',
266 'cpp/private/instance_private.cc', 268 'cpp/private/instance_private.cc',
267 'cpp/private/instance_private.h', 269 'cpp/private/instance_private.h',
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
445 'tests/test_x509_certificate_private.h', 447 'tests/test_x509_certificate_private.h',
446 448
447 # Deprecated test cases. 449 # Deprecated test cases.
448 'tests/test_instance_deprecated.cc', 450 'tests/test_instance_deprecated.cc',
449 'tests/test_instance_deprecated.h', 451 'tests/test_instance_deprecated.h',
450 'tests/test_var_deprecated.cc', 452 'tests/test_var_deprecated.cc',
451 'tests/test_var_deprecated.h', 453 'tests/test_var_deprecated.h',
452 ], 454 ],
453 }, 455 },
454 } 456 }
OLDNEW
« no previous file with comments | « ppapi/cpp/private/flash_file.cc ('k') | ppapi/tests/test_flash_file.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698