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

Side by Side Diff: ppapi/ppapi_proxy.gypi

Issue 24039002: Pepper API implementation for output protection. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: avoid PostTask methods in dtor 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
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 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 'proxy/host_var_serialization_rules.h', 77 'proxy/host_var_serialization_rules.h',
78 'proxy/interface_list.cc', 78 'proxy/interface_list.cc',
79 'proxy/interface_list.h', 79 'proxy/interface_list.h',
80 'proxy/interface_proxy.cc', 80 'proxy/interface_proxy.cc',
81 'proxy/interface_proxy.h', 81 'proxy/interface_proxy.h',
82 'proxy/locking_resource_releaser.h', 82 'proxy/locking_resource_releaser.h',
83 'proxy/net_address_resource.cc', 83 'proxy/net_address_resource.cc',
84 'proxy/net_address_resource.h', 84 'proxy/net_address_resource.h',
85 'proxy/network_proxy_resource.cc', 85 'proxy/network_proxy_resource.cc',
86 'proxy/network_proxy_resource.h', 86 'proxy/network_proxy_resource.h',
87 'proxy/output_protection_resource.cc',
88 'proxy/output_protection_resource.h',
87 'proxy/pdf_resource.cc', 89 'proxy/pdf_resource.cc',
88 'proxy/pdf_resource.h', 90 'proxy/pdf_resource.h',
89 'proxy/plugin_array_buffer_var.cc', 91 'proxy/plugin_array_buffer_var.cc',
90 'proxy/plugin_array_buffer_var.h', 92 'proxy/plugin_array_buffer_var.h',
91 'proxy/plugin_dispatcher.cc', 93 'proxy/plugin_dispatcher.cc',
92 'proxy/plugin_dispatcher.h', 94 'proxy/plugin_dispatcher.h',
93 'proxy/plugin_globals.cc', 95 'proxy/plugin_globals.cc',
94 'proxy/plugin_globals.h', 96 'proxy/plugin_globals.h',
95 'proxy/plugin_main_nacl.cc', 97 'proxy/plugin_main_nacl.cc',
96 'proxy/plugin_message_filter.cc', 98 'proxy/plugin_message_filter.cc',
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
245 'proxy/serialized_flash_menu.cc', 247 'proxy/serialized_flash_menu.cc',
246 'proxy/talk_resource.cc', 248 'proxy/talk_resource.cc',
247 'proxy/video_capture_resource.cc', 249 'proxy/video_capture_resource.cc',
248 ], 250 ],
249 }], 251 }],
250 ], 252 ],
251 }], 253 }],
252 ], 254 ],
253 }, 255 },
254 } 256 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698