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

Side by Side Diff: ppapi/ppapi_proxy.gypi

Issue 16819002: PPAPI: Introduce PPB_NetworkProxy_Dev (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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
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 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 'proxy/host_dispatcher.h', 67 'proxy/host_dispatcher.h',
68 'proxy/host_resolver_private_resource.cc', 68 'proxy/host_resolver_private_resource.cc',
69 'proxy/host_resolver_private_resource.h', 69 'proxy/host_resolver_private_resource.h',
70 'proxy/host_var_serialization_rules.cc', 70 'proxy/host_var_serialization_rules.cc',
71 'proxy/host_var_serialization_rules.h', 71 'proxy/host_var_serialization_rules.h',
72 'proxy/interface_list.cc', 72 'proxy/interface_list.cc',
73 'proxy/interface_list.h', 73 'proxy/interface_list.h',
74 'proxy/interface_proxy.cc', 74 'proxy/interface_proxy.cc',
75 'proxy/interface_proxy.h', 75 'proxy/interface_proxy.h',
76 'proxy/locking_resource_releaser.h', 76 'proxy/locking_resource_releaser.h',
77 'proxy/network_proxy_resource.cc',
78 'proxy/network_proxy_resource.h',
77 'proxy/pdf_resource.cc', 79 'proxy/pdf_resource.cc',
78 'proxy/pdf_resource.h', 80 'proxy/pdf_resource.h',
79 'proxy/plugin_array_buffer_var.cc', 81 'proxy/plugin_array_buffer_var.cc',
80 'proxy/plugin_array_buffer_var.h', 82 'proxy/plugin_array_buffer_var.h',
81 'proxy/plugin_dispatcher.cc', 83 'proxy/plugin_dispatcher.cc',
82 'proxy/plugin_dispatcher.h', 84 'proxy/plugin_dispatcher.h',
83 'proxy/plugin_globals.cc', 85 'proxy/plugin_globals.cc',
84 'proxy/plugin_globals.h', 86 'proxy/plugin_globals.h',
85 'proxy/plugin_main_nacl.cc', 87 'proxy/plugin_main_nacl.cc',
86 'proxy/plugin_message_filter.cc', 88 'proxy/plugin_message_filter.cc',
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
230 'proxy/video_capture_resource.cc', 232 'proxy/video_capture_resource.cc',
231 'proxy/video_destination_resource.cc', 233 'proxy/video_destination_resource.cc',
232 'proxy/video_source_resource.cc', 234 'proxy/video_source_resource.cc',
233 ], 235 ],
234 }], 236 }],
235 ], 237 ],
236 }], 238 }],
237 ], 239 ],
238 }, 240 },
239 } 241 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698