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

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

Issue 23463037: Revert 223482 "Simplify PPB_NetworkMonitor proxy." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: 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 | 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 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 'proxy/host_resolver_resource_base.h', 75 'proxy/host_resolver_resource_base.h',
76 'proxy/host_var_serialization_rules.cc', 76 'proxy/host_var_serialization_rules.cc',
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_list_resource.cc',
86 'proxy/network_list_resource.h',
87 'proxy/network_monitor_resource.cc',
88 'proxy/network_monitor_resource.h',
89 'proxy/network_proxy_resource.cc', 85 'proxy/network_proxy_resource.cc',
90 'proxy/network_proxy_resource.h', 86 'proxy/network_proxy_resource.h',
91 'proxy/pdf_resource.cc', 87 'proxy/pdf_resource.cc',
92 'proxy/pdf_resource.h', 88 'proxy/pdf_resource.h',
93 'proxy/plugin_array_buffer_var.cc', 89 'proxy/plugin_array_buffer_var.cc',
94 'proxy/plugin_array_buffer_var.h', 90 'proxy/plugin_array_buffer_var.h',
95 'proxy/plugin_dispatcher.cc', 91 'proxy/plugin_dispatcher.cc',
96 'proxy/plugin_dispatcher.h', 92 'proxy/plugin_dispatcher.h',
97 'proxy/plugin_globals.cc', 93 'proxy/plugin_globals.cc',
98 'proxy/plugin_globals.h', 94 'proxy/plugin_globals.h',
(...skipping 25 matching lines...) Expand all
124 'proxy/ppb_flash_message_loop_proxy.cc', 120 'proxy/ppb_flash_message_loop_proxy.cc',
125 'proxy/ppb_flash_message_loop_proxy.h', 121 'proxy/ppb_flash_message_loop_proxy.h',
126 'proxy/ppb_graphics_3d_proxy.cc', 122 'proxy/ppb_graphics_3d_proxy.cc',
127 'proxy/ppb_graphics_3d_proxy.h', 123 'proxy/ppb_graphics_3d_proxy.h',
128 'proxy/ppb_image_data_proxy.cc', 124 'proxy/ppb_image_data_proxy.cc',
129 'proxy/ppb_image_data_proxy.h', 125 'proxy/ppb_image_data_proxy.h',
130 'proxy/ppb_instance_proxy.cc', 126 'proxy/ppb_instance_proxy.cc',
131 'proxy/ppb_instance_proxy.h', 127 'proxy/ppb_instance_proxy.h',
132 'proxy/ppb_message_loop_proxy.cc', 128 'proxy/ppb_message_loop_proxy.cc',
133 'proxy/ppb_message_loop_proxy.h', 129 'proxy/ppb_message_loop_proxy.h',
130 'proxy/ppb_network_monitor_private_proxy.cc',
131 'proxy/ppb_network_monitor_private_proxy.h',
134 'proxy/ppb_testing_proxy.cc', 132 'proxy/ppb_testing_proxy.cc',
135 'proxy/ppb_testing_proxy.h', 133 'proxy/ppb_testing_proxy.h',
136 'proxy/ppb_var_deprecated_proxy.cc', 134 'proxy/ppb_var_deprecated_proxy.cc',
137 'proxy/ppb_var_deprecated_proxy.h', 135 'proxy/ppb_var_deprecated_proxy.h',
138 'proxy/ppb_video_decoder_proxy.cc', 136 'proxy/ppb_video_decoder_proxy.cc',
139 'proxy/ppb_video_decoder_proxy.h', 137 'proxy/ppb_video_decoder_proxy.h',
140 'proxy/ppb_x509_certificate_private_proxy.cc', 138 'proxy/ppb_x509_certificate_private_proxy.cc',
141 'proxy/ppb_x509_certificate_private_proxy.h', 139 'proxy/ppb_x509_certificate_private_proxy.h',
142 'proxy/ppp_class_proxy.cc', 140 'proxy/ppp_class_proxy.cc',
143 'proxy/ppp_class_proxy.h', 141 'proxy/ppp_class_proxy.h',
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
247 'proxy/serialized_flash_menu.cc', 245 'proxy/serialized_flash_menu.cc',
248 'proxy/talk_resource.cc', 246 'proxy/talk_resource.cc',
249 'proxy/video_capture_resource.cc', 247 'proxy/video_capture_resource.cc',
250 ], 248 ],
251 }], 249 }],
252 ], 250 ],
253 }], 251 }],
254 ], 252 ],
255 }, 253 },
256 } 254 }
OLDNEW
« no previous file with comments | « trunk/src/content/public/common/socket_permission_request.h ('k') | trunk/src/ppapi/ppapi_shared.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698