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

Side by Side Diff: ppapi/ppapi_shared.gypi

Issue 9006055: Move the tracked completion callback code into shared impl. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 8 years, 12 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 | « no previous file | ppapi/ppapi_tests.gypi » ('j') | ppapi/proxy/plugin_globals.cc » ('J')
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 12 matching lines...) Expand all
23 'PPAPI_SHARED_IMPLEMENTATION', 23 'PPAPI_SHARED_IMPLEMENTATION',
24 'PPAPI_THUNK_IMPLEMENTATION', 24 'PPAPI_THUNK_IMPLEMENTATION',
25 ], 25 ],
26 'include_dirs': [ 26 'include_dirs': [
27 '..', 27 '..',
28 ], 28 ],
29 'export_dependent_settings': [ 29 'export_dependent_settings': [
30 '../base/base.gyp:base', 30 '../base/base.gyp:base',
31 ], 31 ],
32 'sources': [ 32 'sources': [
33 'shared_impl/callback_tracker.cc',
34 'shared_impl/callback_tracker.h',
33 'shared_impl/file_type_conversion.cc', 35 'shared_impl/file_type_conversion.cc',
34 'shared_impl/file_type_conversion.h', 36 'shared_impl/file_type_conversion.h',
35 'shared_impl/function_group_base.cc', 37 'shared_impl/function_group_base.cc',
36 'shared_impl/function_group_base.h', 38 'shared_impl/function_group_base.h',
37 'shared_impl/host_resource.h', 39 'shared_impl/host_resource.h',
38 'shared_impl/id_assignment.cc', 40 'shared_impl/id_assignment.cc',
39 'shared_impl/id_assignment.h', 41 'shared_impl/id_assignment.h',
40 'shared_impl/platform_file.cc', 42 'shared_impl/platform_file.cc',
41 'shared_impl/platform_file.h', 43 'shared_impl/platform_file.h',
42 'shared_impl/ppapi_globals.cc', 44 'shared_impl/ppapi_globals.cc',
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 'shared_impl/proxy_lock.cc', 84 'shared_impl/proxy_lock.cc',
83 'shared_impl/proxy_lock.h', 85 'shared_impl/proxy_lock.h',
84 'shared_impl/resource.cc', 86 'shared_impl/resource.cc',
85 'shared_impl/resource.h', 87 'shared_impl/resource.h',
86 'shared_impl/resource_tracker.cc', 88 'shared_impl/resource_tracker.cc',
87 'shared_impl/resource_tracker.h', 89 'shared_impl/resource_tracker.h',
88 'shared_impl/scoped_pp_resource.cc', 90 'shared_impl/scoped_pp_resource.cc',
89 'shared_impl/scoped_pp_resource.h', 91 'shared_impl/scoped_pp_resource.h',
90 'shared_impl/time_conversion.cc', 92 'shared_impl/time_conversion.cc',
91 'shared_impl/time_conversion.h', 93 'shared_impl/time_conversion.h',
94 'shared_impl/tracked_callback.cc',
95 'shared_impl/tracked_callback.h',
92 'shared_impl/var.cc', 96 'shared_impl/var.cc',
93 'shared_impl/var.h', 97 'shared_impl/var.h',
94 'shared_impl/var_tracker.cc', 98 'shared_impl/var_tracker.cc',
95 'shared_impl/var_tracker.h', 99 'shared_impl/var_tracker.h',
96 'shared_impl/webkit_forwarding.cc', 100 'shared_impl/webkit_forwarding.cc',
97 'shared_impl/webkit_forwarding.h', 101 'shared_impl/webkit_forwarding.h',
98 # TODO(viettrungluu): Split these out; it won't be used in NaCl. 102 # TODO(viettrungluu): Split these out; it won't be used in NaCl.
99 'shared_impl/private/net_address_private_impl.cc', 103 'shared_impl/private/net_address_private_impl.cc',
100 'shared_impl/private/net_address_private_impl.h', 104 'shared_impl/private/net_address_private_impl.h',
101 105
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
192 'thunk/ppb_websocket_api.h', 196 'thunk/ppb_websocket_api.h',
193 'thunk/ppb_websocket_thunk.cc', 197 'thunk/ppb_websocket_thunk.cc',
194 'thunk/ppb_widget_api.h', 198 'thunk/ppb_widget_api.h',
195 'thunk/ppb_widget_thunk.cc', 199 'thunk/ppb_widget_thunk.cc',
196 'thunk/ppb_zoom_thunk.cc', 200 'thunk/ppb_zoom_thunk.cc',
197 'thunk/thunk.h', 201 'thunk/thunk.h',
198 ], 202 ],
199 }, 203 },
200 ], 204 ],
201 } 205 }
OLDNEW
« no previous file with comments | « no previous file | ppapi/ppapi_tests.gypi » ('j') | ppapi/proxy/plugin_globals.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698