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

Side by Side Diff: src/shared/ppapi_proxy/ppapi_proxy.gyp

Issue 6177007: ppapi_proxy: Support loading and reading urls. Proxy URLLoader.... (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client/
Patch Set: '' Created 9 years, 11 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 | « src/shared/ppapi_proxy/plugin_var.cc ('k') | src/shared/ppapi_proxy/ppb_rpc_client.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) 2010 The Native Client Authors. All rights reserved. 1 # Copyright (c) 2010 The Native Client 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 'includes': [ 6 'includes': [
7 '../../../build/common.gypi', 7 '../../../build/common.gypi',
8 ], 8 ],
9 'targets': [ 9 'targets': [
10 { 10 {
11 'target_name': 'nacl_ppapi_browser', 11 'target_name': 'nacl_ppapi_browser',
12 'type': 'static_library', 12 'type': 'static_library',
13 'sources': [ 13 'sources': [
14 'browser_audio.cc', 14 'browser_audio.cc',
15 'browser_audio_config.cc', 15 'browser_audio_config.cc',
16 'browser_core.cc', 16 'browser_core.cc',
17 'browser_callback.cc', 17 'browser_callback.cc',
18 'browser_globals.cc', 18 'browser_globals.cc',
19 'browser_graphics_2d.cc', 19 'browser_graphics_2d.cc',
20 'browser_image_data.cc', 20 'browser_image_data.cc',
21 'browser_ppb_instance_rpc_server.cc', 21 'browser_ppb_instance_rpc_server.cc',
22 'browser_ppb_rpc_server.cc', 22 'browser_ppb_rpc_server.cc',
23 'browser_ppb_url_loader_rpc_server.cc',
23 'browser_ppb_url_request_info_rpc_server.cc', 24 'browser_ppb_url_request_info_rpc_server.cc',
24 'browser_ppb_url_response_info_rpc_server.cc', 25 'browser_ppb_url_response_info_rpc_server.cc',
25 'browser_ppp_instance.cc', 26 'browser_ppp_instance.cc',
26 'browser_ppp.cc', 27 'browser_ppp.cc',
27 'browser_upcall.cc', 28 'browser_upcall.cc',
28 'object.cc', 29 'object.cc',
29 'object_proxy.cc', 30 'object_proxy.cc',
30 'object_serialize.cc', 31 'object_serialize.cc',
31 'objectstub_rpc_impl.cc', 32 'objectstub_rpc_impl.cc',
32 'utility.cc', 33 'utility.cc',
33 # Autogerated files 34 # Autogerated files
34 'ppp_rpc_client.cc', 35 'ppp_rpc_client.cc',
35 'ppb_rpc_server.cc', 36 'ppb_rpc_server.cc',
36 'upcall_server.cc', 37 'upcall_server.cc',
37 ], 38 ],
38 'include_dirs': [ 39 'include_dirs': [
39 '<(DEPTH)/native_client/src/shared/ppapi_proxy/trusted', 40 '<(DEPTH)/native_client/src/shared/ppapi_proxy/trusted',
40 ], 41 ],
41 }, 42 },
42 ], 43 ],
43 } 44 }
OLDNEW
« no previous file with comments | « src/shared/ppapi_proxy/plugin_var.cc ('k') | src/shared/ppapi_proxy/ppb_rpc_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698