| 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 164 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 175 'thunk/ppb_url_request_info_thunk.cc', | 175 'thunk/ppb_url_request_info_thunk.cc', |
| 176 'thunk/ppb_url_response_info_api.h', | 176 'thunk/ppb_url_response_info_api.h', |
| 177 'thunk/ppb_url_response_info_thunk.cc', | 177 'thunk/ppb_url_response_info_thunk.cc', |
| 178 'thunk/ppb_url_util_thunk.cc', | 178 'thunk/ppb_url_util_thunk.cc', |
| 179 'thunk/ppb_video_capture_api.h', | 179 'thunk/ppb_video_capture_api.h', |
| 180 'thunk/ppb_video_capture_thunk.cc', | 180 'thunk/ppb_video_capture_thunk.cc', |
| 181 'thunk/ppb_video_decoder_api.h', | 181 'thunk/ppb_video_decoder_api.h', |
| 182 'thunk/ppb_video_decoder_thunk.cc', | 182 'thunk/ppb_video_decoder_thunk.cc', |
| 183 'thunk/ppb_video_layer_api.h', | 183 'thunk/ppb_video_layer_api.h', |
| 184 'thunk/ppb_video_layer_thunk.cc', | 184 'thunk/ppb_video_layer_thunk.cc', |
| 185 'thunk/ppb_websocket_api.h', |
| 186 'thunk/ppb_websocket_thunk.cc', |
| 185 'thunk/ppb_widget_api.h', | 187 'thunk/ppb_widget_api.h', |
| 186 'thunk/ppb_widget_thunk.cc', | 188 'thunk/ppb_widget_thunk.cc', |
| 187 'thunk/ppb_zoom_thunk.cc', | 189 'thunk/ppb_zoom_thunk.cc', |
| 188 'thunk/thunk.h', | 190 'thunk/thunk.h', |
| 189 ], | 191 ], |
| 190 }, | 192 }, |
| 191 ], | 193 ], |
| 192 } | 194 } |
| OLD | NEW |