OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 'target_name': 'ppapi_shared', | 8 'target_name': 'ppapi_shared', |
9 'type': '<(component)', | 9 'type': '<(component)', |
10 'dependencies': [ | 10 'dependencies': [ |
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
170 'thunk/ppb_url_request_info_thunk.cc', | 170 'thunk/ppb_url_request_info_thunk.cc', |
171 'thunk/ppb_url_response_info_api.h', | 171 'thunk/ppb_url_response_info_api.h', |
172 'thunk/ppb_url_response_info_thunk.cc', | 172 'thunk/ppb_url_response_info_thunk.cc', |
173 'thunk/ppb_url_util_thunk.cc', | 173 'thunk/ppb_url_util_thunk.cc', |
174 'thunk/ppb_video_capture_api.h', | 174 'thunk/ppb_video_capture_api.h', |
175 'thunk/ppb_video_capture_thunk.cc', | 175 'thunk/ppb_video_capture_thunk.cc', |
176 'thunk/ppb_video_decoder_api.h', | 176 'thunk/ppb_video_decoder_api.h', |
177 'thunk/ppb_video_decoder_thunk.cc', | 177 'thunk/ppb_video_decoder_thunk.cc', |
178 'thunk/ppb_video_layer_api.h', | 178 'thunk/ppb_video_layer_api.h', |
179 'thunk/ppb_video_layer_thunk.cc', | 179 'thunk/ppb_video_layer_thunk.cc', |
| 180 'thunk/ppb_websocket_api.h', |
| 181 'thunk/ppb_websocket_thunk.cc', |
180 'thunk/ppb_widget_api.h', | 182 'thunk/ppb_widget_api.h', |
181 'thunk/ppb_widget_thunk.cc', | 183 'thunk/ppb_widget_thunk.cc', |
182 'thunk/ppb_zoom_thunk.cc', | 184 'thunk/ppb_zoom_thunk.cc', |
183 'thunk/thunk.h', | 185 'thunk/thunk.h', |
184 ], | 186 ], |
185 }, | 187 }, |
186 ], | 188 ], |
187 } | 189 } |
OLD | NEW |