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

Side by Side Diff: ppapi/ppapi_sources.gypi

Issue 10815080: Add an interface for nacl to create delete-on-close temp files, (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: revert buildbot hack Created 8 years, 4 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/native_client/src/trusted/plugin/temporary_file.cc ('k') | no next file » | 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 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 'c/dev/ppp_find_dev.h', 83 'c/dev/ppp_find_dev.h',
84 'c/dev/ppp_network_state_dev.h', 84 'c/dev/ppp_network_state_dev.h',
85 'c/dev/ppp_scrollbar_dev.h', 85 'c/dev/ppp_scrollbar_dev.h',
86 'c/dev/ppp_selection_dev.h', 86 'c/dev/ppp_selection_dev.h',
87 'c/dev/ppp_text_input_dev.h', 87 'c/dev/ppp_text_input_dev.h',
88 'c/dev/ppp_video_decoder_dev.h', 88 'c/dev/ppp_video_decoder_dev.h',
89 'c/dev/ppp_widget_dev.h', 89 'c/dev/ppp_widget_dev.h',
90 'c/dev/ppp_zoom_dev.h', 90 'c/dev/ppp_zoom_dev.h',
91 91
92 # Private interfaces. 92 # Private interfaces.
93 'c/private/pp_file_handle.h',
93 'c/private/ppb_flash.h', 94 'c/private/ppb_flash.h',
94 'c/private/ppb_flash_clipboard.h', 95 'c/private/ppb_flash_clipboard.h',
95 'c/private/ppb_flash_file.h', 96 'c/private/ppb_flash_file.h',
96 'c/private/ppb_flash_fullscreen.h', 97 'c/private/ppb_flash_fullscreen.h',
97 'c/private/ppb_flash_menu.h', 98 'c/private/ppb_flash_menu.h',
98 'c/private/ppb_flash_message_loop.h', 99 'c/private/ppb_flash_message_loop.h',
99 'c/private/ppb_flash_tcp_socket.h', 100 'c/private/ppb_flash_tcp_socket.h',
100 'c/private/ppb_flash_udp_socket.h', 101 'c/private/ppb_flash_udp_socket.h',
101 'c/private/ppb_gpu_blacklist_private.h', 102 'c/private/ppb_gpu_blacklist_private.h',
102 'c/private/ppb_host_resolver_private.h', 103 'c/private/ppb_host_resolver_private.h',
(...skipping 351 matching lines...) Expand 10 before | Expand all | Expand 10 after
454 'tests/test_x509_certificate_private.h', 455 'tests/test_x509_certificate_private.h',
455 456
456 # Deprecated test cases. 457 # Deprecated test cases.
457 'tests/test_instance_deprecated.cc', 458 'tests/test_instance_deprecated.cc',
458 'tests/test_instance_deprecated.h', 459 'tests/test_instance_deprecated.h',
459 'tests/test_var_deprecated.cc', 460 'tests/test_var_deprecated.cc',
460 'tests/test_var_deprecated.h', 461 'tests/test_var_deprecated.h',
461 ], 462 ],
462 }, 463 },
463 } 464 }
OLDNEW
« no previous file with comments | « ppapi/native_client/src/trusted/plugin/temporary_file.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698