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

Side by Side Diff: ppapi/ppapi_shared.gypi

Issue 8506016: Remove 'Flash' from TCP/UDP Pepper interfaces. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'ppapi_shared', 8 'target_name': 'ppapi_shared',
9 'type': '<(component)', 9 'type': '<(component)',
10 'dependencies': [ 10 'dependencies': [
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 'shared_impl/memory_impl.cc', 57 'shared_impl/memory_impl.cc',
58 'shared_impl/opengles2_impl.cc', 58 'shared_impl/opengles2_impl.cc',
59 'shared_impl/opengles2_impl.h', 59 'shared_impl/opengles2_impl.h',
60 'shared_impl/ppapi_globals.cc', 60 'shared_impl/ppapi_globals.cc',
61 'shared_impl/ppapi_globals.h', 61 'shared_impl/ppapi_globals.h',
62 'shared_impl/ppapi_preferences.cc', 62 'shared_impl/ppapi_preferences.cc',
63 'shared_impl/ppapi_preferences.h', 63 'shared_impl/ppapi_preferences.h',
64 'shared_impl/ppp_instance_combined.cc', 64 'shared_impl/ppp_instance_combined.cc',
65 'shared_impl/ppp_instance_combined.h', 65 'shared_impl/ppp_instance_combined.h',
66 # TODO(viettrungluu): Split this out; it won't be used in NaCl. 66 # TODO(viettrungluu): Split this out; it won't be used in NaCl.
67 'shared_impl/private/flash_net_address_impl.cc', 67 'shared_impl/private/net_address_impl.cc',
68 'shared_impl/proxy_lock.cc', 68 'shared_impl/proxy_lock.cc',
69 'shared_impl/proxy_lock.h', 69 'shared_impl/proxy_lock.h',
70 'shared_impl/resource.cc', 70 'shared_impl/resource.cc',
71 'shared_impl/resource.h', 71 'shared_impl/resource.h',
72 'shared_impl/resource_tracker.cc', 72 'shared_impl/resource_tracker.cc',
73 'shared_impl/resource_tracker.h', 73 'shared_impl/resource_tracker.h',
74 'shared_impl/scoped_pp_resource.cc', 74 'shared_impl/scoped_pp_resource.cc',
75 'shared_impl/scoped_pp_resource.h', 75 'shared_impl/scoped_pp_resource.h',
76 'shared_impl/time_conversion.cc', 76 'shared_impl/time_conversion.cc',
77 'shared_impl/time_conversion.h', 77 'shared_impl/time_conversion.h',
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
124 'thunk/ppb_file_system_api.h', 124 'thunk/ppb_file_system_api.h',
125 'thunk/ppb_file_system_thunk.cc', 125 'thunk/ppb_file_system_thunk.cc',
126 'thunk/ppb_find_thunk.cc', 126 'thunk/ppb_find_thunk.cc',
127 'thunk/ppb_flash_clipboard_api.h', 127 'thunk/ppb_flash_clipboard_api.h',
128 'thunk/ppb_flash_clipboard_thunk.cc', 128 'thunk/ppb_flash_clipboard_thunk.cc',
129 'thunk/ppb_flash_fullscreen_thunk.cc', 129 'thunk/ppb_flash_fullscreen_thunk.cc',
130 'thunk/ppb_flash_menu_api.h', 130 'thunk/ppb_flash_menu_api.h',
131 'thunk/ppb_flash_menu_thunk.cc', 131 'thunk/ppb_flash_menu_thunk.cc',
132 'thunk/ppb_flash_net_connector_api.h', 132 'thunk/ppb_flash_net_connector_api.h',
133 'thunk/ppb_flash_net_connector_thunk.cc', 133 'thunk/ppb_flash_net_connector_thunk.cc',
134 'thunk/ppb_flash_tcp_socket_api.h', 134 'thunk/ppb_tcp_socket_api.h',
yzshen1 2011/11/09 23:53:55 Sort, please.
Dmitry Polukhin 2011/11/10 15:10:11 Done.
135 'thunk/ppb_flash_tcp_socket_thunk.cc', 135 'thunk/ppb_tcp_socket_thunk.cc',
136 'thunk/ppb_flash_udp_socket_api.h', 136 'thunk/ppb_udp_socket_api.h',
137 'thunk/ppb_flash_udp_socket_thunk.cc', 137 'thunk/ppb_udp_socket_thunk.cc',
138 'thunk/ppb_font_api.h', 138 'thunk/ppb_font_api.h',
139 'thunk/ppb_font_thunk.cc', 139 'thunk/ppb_font_thunk.cc',
140 'thunk/ppb_fullscreen_thunk.cc', 140 'thunk/ppb_fullscreen_thunk.cc',
141 'thunk/ppb_gles_chromium_texture_mapping_thunk.cc', 141 'thunk/ppb_gles_chromium_texture_mapping_thunk.cc',
142 'thunk/ppb_graphics_2d_api.h', 142 'thunk/ppb_graphics_2d_api.h',
143 'thunk/ppb_graphics_2d_thunk.cc', 143 'thunk/ppb_graphics_2d_thunk.cc',
144 'thunk/ppb_graphics_3d_api.h', 144 'thunk/ppb_graphics_3d_api.h',
145 'thunk/ppb_graphics_3d_thunk.cc', 145 'thunk/ppb_graphics_3d_thunk.cc',
146 'thunk/ppb_graphics_3d_trusted_thunk.cc', 146 'thunk/ppb_graphics_3d_trusted_thunk.cc',
147 'thunk/ppb_image_data_api.h', 147 'thunk/ppb_image_data_api.h',
(...skipping 28 matching lines...) Expand all
176 'thunk/ppb_video_layer_api.h', 176 'thunk/ppb_video_layer_api.h',
177 'thunk/ppb_video_layer_thunk.cc', 177 'thunk/ppb_video_layer_thunk.cc',
178 'thunk/ppb_widget_api.h', 178 'thunk/ppb_widget_api.h',
179 'thunk/ppb_widget_thunk.cc', 179 'thunk/ppb_widget_thunk.cc',
180 'thunk/ppb_zoom_thunk.cc', 180 'thunk/ppb_zoom_thunk.cc',
181 'thunk/thunk.h', 181 'thunk/thunk.h',
182 ], 182 ],
183 }, 183 },
184 ], 184 ],
185 } 185 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698