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

Side by Side Diff: trunk/src/ppapi/ppapi_proxy.gypi

Issue 12920003: Revert 189518 "PPAPI: Remove threading options; it's always on" (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 9 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 | « trunk/src/ppapi/ppapi_ipc_untrusted.gyp ('k') | trunk/src/ppapi/ppapi_proxy_untrusted.gyp » ('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 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 'proxy/host_dispatcher.cc', 62 'proxy/host_dispatcher.cc',
63 'proxy/host_dispatcher.h', 63 'proxy/host_dispatcher.h',
64 'proxy/host_resolver_private_resource.cc', 64 'proxy/host_resolver_private_resource.cc',
65 'proxy/host_resolver_private_resource.h', 65 'proxy/host_resolver_private_resource.h',
66 'proxy/host_var_serialization_rules.cc', 66 'proxy/host_var_serialization_rules.cc',
67 'proxy/host_var_serialization_rules.h', 67 'proxy/host_var_serialization_rules.h',
68 'proxy/interface_list.cc', 68 'proxy/interface_list.cc',
69 'proxy/interface_list.h', 69 'proxy/interface_list.h',
70 'proxy/interface_proxy.cc', 70 'proxy/interface_proxy.cc',
71 'proxy/interface_proxy.h', 71 'proxy/interface_proxy.h',
72 'proxy/locking_resource_releaser.h',
73 'proxy/plugin_array_buffer_var.cc', 72 'proxy/plugin_array_buffer_var.cc',
74 'proxy/plugin_array_buffer_var.h', 73 'proxy/plugin_array_buffer_var.h',
75 'proxy/plugin_dispatcher.cc', 74 'proxy/plugin_dispatcher.cc',
76 'proxy/plugin_dispatcher.h', 75 'proxy/plugin_dispatcher.h',
77 'proxy/plugin_globals.cc', 76 'proxy/plugin_globals.cc',
78 'proxy/plugin_globals.h', 77 'proxy/plugin_globals.h',
79 'proxy/plugin_main_nacl.cc', 78 'proxy/plugin_main_nacl.cc',
80 'proxy/plugin_message_filter.cc', 79 'proxy/plugin_message_filter.cc',
81 'proxy/plugin_message_filter.h', 80 'proxy/plugin_message_filter.h',
82 'proxy/plugin_resource.cc', 81 'proxy/plugin_resource.cc',
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
219 'proxy/serialized_flash_menu.cc', 218 'proxy/serialized_flash_menu.cc',
220 'proxy/talk_resource.cc', 219 'proxy/talk_resource.cc',
221 'proxy/video_capture_resource.cc', 220 'proxy/video_capture_resource.cc',
222 ], 221 ],
223 }], 222 }],
224 ], 223 ],
225 }], 224 }],
226 ], 225 ],
227 }, 226 },
228 } 227 }
OLDNEW
« no previous file with comments | « trunk/src/ppapi/ppapi_ipc_untrusted.gyp ('k') | trunk/src/ppapi/ppapi_proxy_untrusted.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698