OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'includes': [ | 6 'includes': [ |
7 '../../../../../native_client/build/common.gypi', | 7 '../../../../../native_client/build/common.gypi', |
8 ], | 8 ], |
9 'targets': [ | 9 'targets': [ |
10 { | 10 { |
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
94 'plugin_ppp_messaging_rpc_server.cc', | 94 'plugin_ppp_messaging_rpc_server.cc', |
95 'plugin_ppp_mouse_lock_rpc_server.cc', | 95 'plugin_ppp_mouse_lock_rpc_server.cc', |
96 'plugin_ppp_printing_rpc_server.cc', | 96 'plugin_ppp_printing_rpc_server.cc', |
97 'plugin_ppp_scrollbar_rpc_server.cc', | 97 'plugin_ppp_scrollbar_rpc_server.cc', |
98 'plugin_ppp_selection_rpc_server.cc', | 98 'plugin_ppp_selection_rpc_server.cc', |
99 'plugin_ppp_widget_rpc_server.cc', | 99 'plugin_ppp_widget_rpc_server.cc', |
100 'plugin_ppp_zoom_rpc_server.cc', | 100 'plugin_ppp_zoom_rpc_server.cc', |
101 'plugin_ppp_rpc_server.cc', | 101 'plugin_ppp_rpc_server.cc', |
102 'plugin_resource.cc', | 102 'plugin_resource.cc', |
103 'plugin_resource_tracker.cc', | 103 'plugin_resource_tracker.cc', |
104 'plugin_threading.cc', | |
105 'plugin_upcall.cc', | 104 'plugin_upcall.cc', |
106 'ppp_instance_combined.cc', | 105 'ppp_instance_combined.cc', |
107 'proxy_var.cc', | 106 'proxy_var.cc', |
108 'proxy_var_cache.cc', | 107 'proxy_var_cache.cc', |
109 'utility.cc', | 108 'utility.cc', |
110 'view_data.cc', | 109 'view_data.cc', |
111 # Autogenerated files | 110 # Autogenerated files |
112 'ppp_rpc_server.cc', | 111 'ppp_rpc_server.cc', |
113 'ppb_rpc_client.cc', | 112 'ppb_rpc_client.cc', |
114 'upcall_client.cc' | 113 'upcall_client.cc' |
115 ], | 114 ], |
116 }, | 115 }, |
117 }, | 116 }, |
118 ], | 117 ], |
119 } | 118 } |
OLD | NEW |