OLD | NEW |
1 # Copyright (c) 2011 The Native Client Authors. All rights reserved. | 1 # Copyright (c) 2011 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 '../../../../../native_client/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_callback.cc', | 14 'browser_callback.cc', |
15 'browser_globals.cc', | 15 'browser_globals.cc', |
16 'browser_nacl_file_rpc_server.cc', | 16 'browser_nacl_file_rpc_server.cc', |
17 'browser_ppb_audio_rpc_server.cc', | 17 'browser_ppb_audio_rpc_server.cc', |
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
51 'browser_upcall.cc', | 51 'browser_upcall.cc', |
52 'input_event_data.cc', | 52 'input_event_data.cc', |
53 'object_serialize.cc', | 53 'object_serialize.cc', |
54 'utility.cc', | 54 'utility.cc', |
55 # Autogerated files | 55 # Autogerated files |
56 'ppp_rpc_client.cc', | 56 'ppp_rpc_client.cc', |
57 'ppb_rpc_server.cc', | 57 'ppb_rpc_server.cc', |
58 'upcall_server.cc', | 58 'upcall_server.cc', |
59 ], | 59 ], |
60 'include_dirs': [ | 60 'include_dirs': [ |
61 '<(DEPTH)/native_client/src/shared/ppapi_proxy/trusted', | 61 '<(DEPTH)/ppapi/native_client/src/shared/ppapi_proxy/trusted', |
| 62 '<(DEPTH)/ppapi', |
62 ], | 63 ], |
63 'dependencies': [ | 64 'dependencies': [ |
64 '<(DEPTH)/native_client/src/shared/ppapi/ppapi.gyp:ppapi_c_nacl', | 65 '<(DEPTH)/native_client/src/shared/ppapi/ppapi.gyp:ppapi_c_nacl', |
65 ], | 66 ], |
66 }, | 67 }, |
67 ], | 68 ], |
68 } | 69 } |
OLD | NEW |