| 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': 'static_library', | 9 'type': 'static_library', |
| 10 'dependencies': [ | 10 'dependencies': [ |
| (...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 61 'shared_impl/webkit_forwarding.cc', | 61 'shared_impl/webkit_forwarding.cc', |
| 62 'shared_impl/webkit_forwarding.h', | 62 'shared_impl/webkit_forwarding.h', |
| 63 | 63 |
| 64 'thunk/common.h', | 64 'thunk/common.h', |
| 65 'thunk/common.cc', | 65 'thunk/common.cc', |
| 66 'thunk/enter.h', | 66 'thunk/enter.h', |
| 67 'thunk/ppb_audio_api.h', | 67 'thunk/ppb_audio_api.h', |
| 68 'thunk/ppb_audio_config_api.h', | 68 'thunk/ppb_audio_config_api.h', |
| 69 'thunk/ppb_audio_config_thunk.cc', | 69 'thunk/ppb_audio_config_thunk.cc', |
| 70 'thunk/ppb_audio_thunk.cc', | 70 'thunk/ppb_audio_thunk.cc', |
| 71 'thunk/ppb_audio_trusted_api.h', | |
| 72 'thunk/ppb_audio_trusted_thunk.cc', | 71 'thunk/ppb_audio_trusted_thunk.cc', |
| 73 'thunk/ppb_broker_api.h', | 72 'thunk/ppb_broker_api.h', |
| 74 'thunk/ppb_broker_thunk.cc', | 73 'thunk/ppb_broker_thunk.cc', |
| 75 'thunk/ppb_buffer_api.h', | 74 'thunk/ppb_buffer_api.h', |
| 76 'thunk/ppb_buffer_thunk.cc', | 75 'thunk/ppb_buffer_thunk.cc', |
| 77 'thunk/ppb_buffer_trusted_api.h', | 76 'thunk/ppb_buffer_trusted_api.h', |
| 78 'thunk/ppb_buffer_trusted_thunk.cc', | 77 'thunk/ppb_buffer_trusted_thunk.cc', |
| 79 'thunk/ppb_char_set_api.h', | 78 'thunk/ppb_char_set_api.h', |
| 80 'thunk/ppb_char_set_thunk.cc', | 79 'thunk/ppb_char_set_thunk.cc', |
| 81 'thunk/ppb_context_3d_api.h', | 80 'thunk/ppb_context_3d_api.h', |
| (...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 140 'thunk/ppb_video_layer_api.h', | 139 'thunk/ppb_video_layer_api.h', |
| 141 'thunk/ppb_video_layer_thunk.cc', | 140 'thunk/ppb_video_layer_thunk.cc', |
| 142 'thunk/ppb_widget_api.h', | 141 'thunk/ppb_widget_api.h', |
| 143 'thunk/ppb_widget_thunk.cc', | 142 'thunk/ppb_widget_thunk.cc', |
| 144 'thunk/ppb_zoom_thunk.cc', | 143 'thunk/ppb_zoom_thunk.cc', |
| 145 'thunk/thunk.h', | 144 'thunk/thunk.h', |
| 146 ], | 145 ], |
| 147 }, | 146 }, |
| 148 ], | 147 ], |
| 149 } | 148 } |
| OLD | NEW |