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

Side by Side Diff: ppapi/ppapi_sources.gypi

Issue 10534045: Add CreateTemporaryFile to PPB_Flash_File_ModuleLocal. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . 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/c/private/ppb_flash_file.h ('k') | ppapi/proxy/pepper_file_messages.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 396 matching lines...) Expand 10 before | Expand all | Expand 10 after
407 'tests/test_char_set.h', 407 'tests/test_char_set.h',
408 'tests/test_core.cc', 408 'tests/test_core.cc',
409 'tests/test_core.h', 409 'tests/test_core.h',
410 'tests/test_cpp_includes.cc', 410 'tests/test_cpp_includes.cc',
411 'tests/test_crypto.cc', 411 'tests/test_crypto.cc',
412 'tests/test_crypto.h', 412 'tests/test_crypto.h',
413 'tests/test_flash.cc', 413 'tests/test_flash.cc',
414 'tests/test_flash.h', 414 'tests/test_flash.h',
415 'tests/test_flash_clipboard.cc', 415 'tests/test_flash_clipboard.cc',
416 'tests/test_flash_clipboard.h', 416 'tests/test_flash_clipboard.h',
417 'tests/test_flash_file.cc',
418 'tests/test_flash_file.h',
417 'tests/test_flash_fullscreen.cc', 419 'tests/test_flash_fullscreen.cc',
418 'tests/test_flash_fullscreen.h', 420 'tests/test_flash_fullscreen.h',
419 'tests/test_flash_message_loop.cc', 421 'tests/test_flash_message_loop.cc',
420 'tests/test_flash_message_loop.h', 422 'tests/test_flash_message_loop.h',
421 'tests/test_fullscreen.cc', 423 'tests/test_fullscreen.cc',
422 'tests/test_fullscreen.h', 424 'tests/test_fullscreen.h',
423 'tests/test_graphics_3d.cc', 425 'tests/test_graphics_3d.cc',
424 'tests/test_graphics_3d.h', 426 'tests/test_graphics_3d.h',
425 'tests/test_net_address_private.cc', 427 'tests/test_net_address_private.cc',
426 'tests/test_net_address_private.h', 428 'tests/test_net_address_private.h',
(...skipping 16 matching lines...) Expand all
443 'tests/test_x509_certificate_private.h', 445 'tests/test_x509_certificate_private.h',
444 446
445 # Deprecated test cases. 447 # Deprecated test cases.
446 'tests/test_instance_deprecated.cc', 448 'tests/test_instance_deprecated.cc',
447 'tests/test_instance_deprecated.h', 449 'tests/test_instance_deprecated.h',
448 'tests/test_var_deprecated.cc', 450 'tests/test_var_deprecated.cc',
449 'tests/test_var_deprecated.h', 451 'tests/test_var_deprecated.h',
450 ], 452 ],
451 }, 453 },
452 } 454 }
OLDNEW
« no previous file with comments | « ppapi/c/private/ppb_flash_file.h ('k') | ppapi/proxy/pepper_file_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698