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

Side by Side Diff: ppapi/ppapi_proxy.gypi

Issue 23809016: [PPAPI] ResourceVar now reference counts its PP_Resource in the plugin. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fix Windows compile. Created 7 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
« no previous file with comments | « content/renderer/pepper/host_var_tracker.cc ('k') | ppapi/proxy/plugin_resource_var.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 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'ppapi_proxy_target': 0, 8 'ppapi_proxy_target': 0,
9 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 'proxy/plugin_dispatcher.h', 98 'proxy/plugin_dispatcher.h',
99 'proxy/plugin_globals.cc', 99 'proxy/plugin_globals.cc',
100 'proxy/plugin_globals.h', 100 'proxy/plugin_globals.h',
101 'proxy/plugin_main_nacl.cc', 101 'proxy/plugin_main_nacl.cc',
102 'proxy/plugin_message_filter.cc', 102 'proxy/plugin_message_filter.cc',
103 'proxy/plugin_message_filter.h', 103 'proxy/plugin_message_filter.h',
104 'proxy/plugin_resource.cc', 104 'proxy/plugin_resource.cc',
105 'proxy/plugin_resource.h', 105 'proxy/plugin_resource.h',
106 'proxy/plugin_resource_tracker.cc', 106 'proxy/plugin_resource_tracker.cc',
107 'proxy/plugin_resource_tracker.h', 107 'proxy/plugin_resource_tracker.h',
108 'proxy/plugin_resource_var.cc',
109 'proxy/plugin_resource_var.h',
108 'proxy/plugin_var_serialization_rules.cc', 110 'proxy/plugin_var_serialization_rules.cc',
109 'proxy/plugin_var_serialization_rules.h', 111 'proxy/plugin_var_serialization_rules.h',
110 'proxy/plugin_var_tracker.cc', 112 'proxy/plugin_var_tracker.cc',
111 'proxy/plugin_var_tracker.h', 113 'proxy/plugin_var_tracker.h',
112 'proxy/ppapi_command_buffer_proxy.cc', 114 'proxy/ppapi_command_buffer_proxy.cc',
113 'proxy/ppapi_command_buffer_proxy.h', 115 'proxy/ppapi_command_buffer_proxy.h',
114 'proxy/ppapi_messages.h', 116 'proxy/ppapi_messages.h',
115 'proxy/ppapi_message_utils.h', 117 'proxy/ppapi_message_utils.h',
116 'proxy/ppb_audio_proxy.cc', 118 'proxy/ppb_audio_proxy.cc',
117 'proxy/ppb_audio_proxy.h', 119 'proxy/ppb_audio_proxy.h',
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
249 'proxy/serialized_flash_menu.cc', 251 'proxy/serialized_flash_menu.cc',
250 'proxy/talk_resource.cc', 252 'proxy/talk_resource.cc',
251 'proxy/video_capture_resource.cc', 253 'proxy/video_capture_resource.cc',
252 ], 254 ],
253 }], 255 }],
254 ], 256 ],
255 }], 257 }],
256 ], 258 ],
257 }, 259 },
258 } 260 }
OLDNEW
« no previous file with comments | « content/renderer/pepper/host_var_tracker.cc ('k') | ppapi/proxy/plugin_resource_var.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698