| 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 19 matching lines...) Expand all Loading... |
| 30 'shared_impl/char_set_impl.cc', | 30 'shared_impl/char_set_impl.cc', |
| 31 'shared_impl/char_set_impl.h', | 31 'shared_impl/char_set_impl.h', |
| 32 'shared_impl/crypto_impl.cc', | 32 'shared_impl/crypto_impl.cc', |
| 33 'shared_impl/crypto_impl.h', | 33 'shared_impl/crypto_impl.h', |
| 34 'shared_impl/font_impl.cc', | 34 'shared_impl/font_impl.cc', |
| 35 'shared_impl/font_impl.h', | 35 'shared_impl/font_impl.h', |
| 36 'shared_impl/function_group_base.cc', | 36 'shared_impl/function_group_base.cc', |
| 37 'shared_impl/function_group_base.h', | 37 'shared_impl/function_group_base.h', |
| 38 'shared_impl/image_data_impl.cc', | 38 'shared_impl/image_data_impl.cc', |
| 39 'shared_impl/image_data_impl.h', | 39 'shared_impl/image_data_impl.h', |
| 40 'shared_impl/input_event_impl.cc', |
| 41 'shared_impl/input_event_impl.h', |
| 42 'shared_impl/instance_impl.cc', |
| 43 'shared_impl/instance_impl.h', |
| 40 'shared_impl/ppapi_preferences.cc', | 44 'shared_impl/ppapi_preferences.cc', |
| 41 'shared_impl/ppapi_preferences.h', | 45 'shared_impl/ppapi_preferences.h', |
| 42 'shared_impl/resource_object_base.cc', | 46 'shared_impl/resource_object_base.cc', |
| 43 'shared_impl/resource_object_base.h', | 47 'shared_impl/resource_object_base.h', |
| 44 'shared_impl/tracker_base.cc', | 48 'shared_impl/tracker_base.cc', |
| 45 'shared_impl/tracker_base.h', | 49 'shared_impl/tracker_base.h', |
| 46 'shared_impl/url_util_impl.cc', | 50 'shared_impl/url_util_impl.cc', |
| 47 'shared_impl/url_util_impl.h', | 51 'shared_impl/url_util_impl.h', |
| 48 'shared_impl/webkit_forwarding.cc', | 52 'shared_impl/webkit_forwarding.cc', |
| 49 'shared_impl/webkit_forwarding.h', | 53 'shared_impl/webkit_forwarding.h', |
| (...skipping 13 matching lines...) Expand all Loading... |
| 63 'thunk/ppb_buffer_trusted_thunk.cc', | 67 'thunk/ppb_buffer_trusted_thunk.cc', |
| 64 'thunk/ppb_char_set_api.h', | 68 'thunk/ppb_char_set_api.h', |
| 65 'thunk/ppb_char_set_thunk.cc', | 69 'thunk/ppb_char_set_thunk.cc', |
| 66 'thunk/ppb_context_3d_api.h', | 70 'thunk/ppb_context_3d_api.h', |
| 67 'thunk/ppb_context_3d_thunk.cc', | 71 'thunk/ppb_context_3d_thunk.cc', |
| 68 'thunk/ppb_context_3d_trusted_thunk.cc', | 72 'thunk/ppb_context_3d_trusted_thunk.cc', |
| 69 'thunk/ppb_cursor_control_api.h', | 73 'thunk/ppb_cursor_control_api.h', |
| 70 'thunk/ppb_cursor_control_thunk.cc', | 74 'thunk/ppb_cursor_control_thunk.cc', |
| 71 'thunk/ppb_directory_reader_api.h', | 75 'thunk/ppb_directory_reader_api.h', |
| 72 'thunk/ppb_directory_reader_thunk.cc', | 76 'thunk/ppb_directory_reader_thunk.cc', |
| 77 'thunk/ppb_input_event_api.h', |
| 78 'thunk/ppb_input_event_thunk.cc', |
| 73 'thunk/ppb_file_chooser_api.h', | 79 'thunk/ppb_file_chooser_api.h', |
| 74 'thunk/ppb_file_chooser_thunk.cc', | 80 'thunk/ppb_file_chooser_thunk.cc', |
| 75 'thunk/ppb_file_io_api.h', | 81 'thunk/ppb_file_io_api.h', |
| 76 'thunk/ppb_file_io_thunk.cc', | 82 'thunk/ppb_file_io_thunk.cc', |
| 77 'thunk/ppb_file_io_trusted_thunk.cc', | 83 'thunk/ppb_file_io_trusted_thunk.cc', |
| 78 'thunk/ppb_file_ref_api.h', | 84 'thunk/ppb_file_ref_api.h', |
| 79 'thunk/ppb_file_ref_thunk.cc', | 85 'thunk/ppb_file_ref_thunk.cc', |
| 80 'thunk/ppb_file_system_api.h', | 86 'thunk/ppb_file_system_api.h', |
| 81 'thunk/ppb_file_system_thunk.cc', | 87 'thunk/ppb_file_system_thunk.cc', |
| 82 'thunk/ppb_find_api.h', | 88 'thunk/ppb_find_api.h', |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 117 'thunk/ppb_video_decoder_thunk.cc', | 123 'thunk/ppb_video_decoder_thunk.cc', |
| 118 'thunk/ppb_video_layer_api.h', | 124 'thunk/ppb_video_layer_api.h', |
| 119 'thunk/ppb_video_layer_thunk.cc', | 125 'thunk/ppb_video_layer_thunk.cc', |
| 120 'thunk/ppb_widget_api.h', | 126 'thunk/ppb_widget_api.h', |
| 121 'thunk/ppb_widget_thunk.cc', | 127 'thunk/ppb_widget_thunk.cc', |
| 122 'thunk/thunk.h', | 128 'thunk/thunk.h', |
| 123 ], | 129 ], |
| 124 }, | 130 }, |
| 125 ], | 131 ], |
| 126 } | 132 } |
| OLD | NEW |