| OLD | NEW |
| 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 } |
| OLD | NEW |