| 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 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 78 'shared_impl/var.h', | 78 'shared_impl/var.h', |
| 79 'shared_impl/var_tracker.cc', | 79 'shared_impl/var_tracker.cc', |
| 80 'shared_impl/var_tracker.h', | 80 'shared_impl/var_tracker.h', |
| 81 'shared_impl/video_decoder_impl.cc', | 81 'shared_impl/video_decoder_impl.cc', |
| 82 'shared_impl/video_decoder_impl.h', | 82 'shared_impl/video_decoder_impl.h', |
| 83 'shared_impl/webkit_forwarding.cc', | 83 'shared_impl/webkit_forwarding.cc', |
| 84 'shared_impl/webkit_forwarding.h', | 84 'shared_impl/webkit_forwarding.h', |
| 85 | 85 |
| 86 'thunk/common.h', | 86 'thunk/common.h', |
| 87 'thunk/common.cc', | 87 'thunk/common.cc', |
| 88 'thunk/enter.cc', | |
| 89 'thunk/enter.h', | 88 'thunk/enter.h', |
| 90 'thunk/ppb_audio_api.h', | 89 'thunk/ppb_audio_api.h', |
| 91 'thunk/ppb_audio_config_api.h', | 90 'thunk/ppb_audio_config_api.h', |
| 92 'thunk/ppb_audio_config_thunk.cc', | 91 'thunk/ppb_audio_config_thunk.cc', |
| 93 'thunk/ppb_audio_thunk.cc', | 92 'thunk/ppb_audio_thunk.cc', |
| 94 'thunk/ppb_audio_trusted_thunk.cc', | 93 'thunk/ppb_audio_trusted_thunk.cc', |
| 95 'thunk/ppb_broker_api.h', | 94 'thunk/ppb_broker_api.h', |
| 96 'thunk/ppb_broker_thunk.cc', | 95 'thunk/ppb_broker_thunk.cc', |
| 97 'thunk/ppb_buffer_api.h', | 96 'thunk/ppb_buffer_api.h', |
| 98 'thunk/ppb_buffer_thunk.cc', | 97 'thunk/ppb_buffer_thunk.cc', |
| 99 'thunk/ppb_buffer_trusted_api.h', | 98 'thunk/ppb_buffer_trusted_api.h', |
| 100 'thunk/ppb_buffer_trusted_thunk.cc', | 99 'thunk/ppb_buffer_trusted_thunk.cc', |
| 101 'thunk/ppb_char_set_api.h', | 100 'thunk/ppb_char_set_api.h', |
| 102 'thunk/ppb_char_set_thunk.cc', | 101 'thunk/ppb_char_set_thunk.cc', |
| 103 'thunk/ppb_console_thunk.cc', | |
| 104 'thunk/ppb_context_3d_api.h', | 102 'thunk/ppb_context_3d_api.h', |
| 105 'thunk/ppb_context_3d_thunk.cc', | 103 'thunk/ppb_context_3d_thunk.cc', |
| 106 'thunk/ppb_context_3d_trusted_thunk.cc', | 104 'thunk/ppb_context_3d_trusted_thunk.cc', |
| 107 'thunk/ppb_cursor_control_api.h', | 105 'thunk/ppb_cursor_control_api.h', |
| 108 'thunk/ppb_cursor_control_thunk.cc', | 106 'thunk/ppb_cursor_control_thunk.cc', |
| 109 'thunk/ppb_directory_reader_api.h', | 107 'thunk/ppb_directory_reader_api.h', |
| 110 'thunk/ppb_directory_reader_thunk.cc', | 108 'thunk/ppb_directory_reader_thunk.cc', |
| 111 'thunk/ppb_input_event_api.h', | 109 'thunk/ppb_input_event_api.h', |
| 112 'thunk/ppb_input_event_thunk.cc', | 110 'thunk/ppb_input_event_thunk.cc', |
| 113 'thunk/ppb_file_chooser_api.h', | 111 'thunk/ppb_file_chooser_api.h', |
| (...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 166 'thunk/ppb_video_layer_api.h', | 164 'thunk/ppb_video_layer_api.h', |
| 167 'thunk/ppb_video_layer_thunk.cc', | 165 'thunk/ppb_video_layer_thunk.cc', |
| 168 'thunk/ppb_widget_api.h', | 166 'thunk/ppb_widget_api.h', |
| 169 'thunk/ppb_widget_thunk.cc', | 167 'thunk/ppb_widget_thunk.cc', |
| 170 'thunk/ppb_zoom_thunk.cc', | 168 'thunk/ppb_zoom_thunk.cc', |
| 171 'thunk/thunk.h', | 169 'thunk/thunk.h', |
| 172 ], | 170 ], |
| 173 }, | 171 }, |
| 174 ], | 172 ], |
| 175 } | 173 } |
| OLD | NEW |