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

Side by Side Diff: ppapi/ppapi_shared.gypi

Issue 8496045: Re-land r109086: Add private Pepper API for dealing with PP_Flash_NetAddress. (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
« no previous file with comments | « ppapi/cpp/private/flash_net_address.cc ('k') | ppapi/proxy/interface_list.cc » ('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) 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 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 'shared_impl/instance_impl.h', 56 'shared_impl/instance_impl.h',
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.
67 'shared_impl/private/flash_net_address_impl.cc',
66 'shared_impl/proxy_lock.cc', 68 'shared_impl/proxy_lock.cc',
67 'shared_impl/proxy_lock.h', 69 'shared_impl/proxy_lock.h',
68 'shared_impl/resource.cc', 70 'shared_impl/resource.cc',
69 'shared_impl/resource.h', 71 'shared_impl/resource.h',
70 'shared_impl/resource_tracker.cc', 72 'shared_impl/resource_tracker.cc',
71 'shared_impl/resource_tracker.h', 73 'shared_impl/resource_tracker.h',
72 'shared_impl/scoped_pp_resource.cc', 74 'shared_impl/scoped_pp_resource.cc',
73 'shared_impl/scoped_pp_resource.h', 75 'shared_impl/scoped_pp_resource.h',
74 'shared_impl/time_conversion.cc', 76 'shared_impl/time_conversion.cc',
75 'shared_impl/time_conversion.h', 77 'shared_impl/time_conversion.h',
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
174 'thunk/ppb_video_layer_api.h', 176 'thunk/ppb_video_layer_api.h',
175 'thunk/ppb_video_layer_thunk.cc', 177 'thunk/ppb_video_layer_thunk.cc',
176 'thunk/ppb_widget_api.h', 178 'thunk/ppb_widget_api.h',
177 'thunk/ppb_widget_thunk.cc', 179 'thunk/ppb_widget_thunk.cc',
178 'thunk/ppb_zoom_thunk.cc', 180 'thunk/ppb_zoom_thunk.cc',
179 'thunk/thunk.h', 181 'thunk/thunk.h',
180 ], 182 ],
181 }, 183 },
182 ], 184 ],
183 } 185 }
OLDNEW
« no previous file with comments | « ppapi/cpp/private/flash_net_address.cc ('k') | ppapi/proxy/interface_list.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698