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

Side by Side Diff: src/shared/ppapi_proxy/build.scons

Issue 4210003: Started on Resource class. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Resource->PluginResource Created 10 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 | « src/include/ref_counted.h ('k') | src/shared/ppapi_proxy/nacl.scons » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # -*- python -*- 1 # -*- python -*-
2 # Copyright 2010 The Native Client Authors. All rights reserved. Use 2 # Copyright 2010 The Native Client Authors. All rights reserved. Use
3 # of this source code is governed by a BSD-style license that can be 3 # of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 Import('env') 6 Import('env')
7 7
8 # To get generated include files. 8 # To get generated include files.
9 env.Append(CPPPATH = [ '${TARGET_ROOT}' ]) 9 env.Append(CPPPATH = [ '${TARGET_ROOT}' ])
10 10
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 'object_serialize.cc', 114 'object_serialize.cc',
115 'objectstub_rpc_impl.cc', 115 'objectstub_rpc_impl.cc',
116 ppb_rpc_cc, 116 ppb_rpc_cc,
117 ppp_rpc_cc, 117 ppp_rpc_cc,
118 upcall_cc, 118 upcall_cc,
119 common_obj,]) 119 common_obj,])
120 120
121 121
122 env.DualLibrary('ppapi_plugin', 122 env.DualLibrary('ppapi_plugin',
123 ['plugin_instance.cc', 123 ['plugin_instance.cc',
124 'plugin_resource.cc',
125 'plugin_resource_tracker.cc',
124 'plugin_var.cc', 126 'plugin_var.cc',
125 common_obj]) 127 common_obj])
OLDNEW
« no previous file with comments | « src/include/ref_counted.h ('k') | src/shared/ppapi_proxy/nacl.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698