Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(160)

Side by Side Diff: ppapi/ppapi_shared.gypi

Issue 7206016: Convert most remaining resources to use the API/thunk system. The significant (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 'thunk/ppb_audio_trusted_api.h', 56 'thunk/ppb_audio_trusted_api.h',
57 'thunk/ppb_audio_trusted_thunk.cc', 57 'thunk/ppb_audio_trusted_thunk.cc',
58 'thunk/ppb_broker_api.h', 58 'thunk/ppb_broker_api.h',
59 'thunk/ppb_broker_thunk.cc', 59 'thunk/ppb_broker_thunk.cc',
60 'thunk/ppb_buffer_api.h', 60 'thunk/ppb_buffer_api.h',
61 'thunk/ppb_buffer_thunk.cc', 61 'thunk/ppb_buffer_thunk.cc',
62 'thunk/ppb_buffer_trusted_api.h', 62 'thunk/ppb_buffer_trusted_api.h',
63 'thunk/ppb_buffer_trusted_thunk.cc', 63 'thunk/ppb_buffer_trusted_thunk.cc',
64 'thunk/ppb_char_set_api.h', 64 'thunk/ppb_char_set_api.h',
65 'thunk/ppb_char_set_thunk.cc', 65 'thunk/ppb_char_set_thunk.cc',
66 'thunk/ppb_context_3d_api.h',
67 'thunk/ppb_context_3d_thunk.cc',
68 'thunk/ppb_context_3d_trusted_thunk.cc',
66 'thunk/ppb_cursor_control_api.h', 69 'thunk/ppb_cursor_control_api.h',
67 'thunk/ppb_cursor_control_thunk.cc', 70 'thunk/ppb_cursor_control_thunk.cc',
68 'thunk/ppb_directory_reader_api.h', 71 'thunk/ppb_directory_reader_api.h',
69 'thunk/ppb_directory_reader_thunk.cc', 72 'thunk/ppb_directory_reader_thunk.cc',
70 'thunk/ppb_file_chooser_api.h', 73 'thunk/ppb_file_chooser_api.h',
71 'thunk/ppb_file_chooser_thunk.cc', 74 'thunk/ppb_file_chooser_thunk.cc',
72 'thunk/ppb_file_io_api.h', 75 'thunk/ppb_file_io_api.h',
73 'thunk/ppb_file_io_thunk.cc', 76 'thunk/ppb_file_io_thunk.cc',
74 'thunk/ppb_file_io_trusted_thunk.cc', 77 'thunk/ppb_file_io_trusted_thunk.cc',
75 'thunk/ppb_file_ref_api.h', 78 'thunk/ppb_file_ref_api.h',
76 'thunk/ppb_file_ref_thunk.cc', 79 'thunk/ppb_file_ref_thunk.cc',
77 'thunk/ppb_file_system_api.h', 80 'thunk/ppb_file_system_api.h',
78 'thunk/ppb_file_system_thunk.cc', 81 'thunk/ppb_file_system_thunk.cc',
79 'thunk/ppb_find_api.h', 82 'thunk/ppb_find_api.h',
80 'thunk/ppb_find_thunk.cc', 83 'thunk/ppb_find_thunk.cc',
81 'thunk/ppb_flash_menu_api.h', 84 'thunk/ppb_flash_menu_api.h',
82 'thunk/ppb_flash_menu_thunk.cc', 85 'thunk/ppb_flash_menu_thunk.cc',
83 'thunk/ppb_flash_net_connector_api.h', 86 'thunk/ppb_flash_net_connector_api.h',
84 'thunk/ppb_flash_net_connector_thunk.cc', 87 'thunk/ppb_flash_net_connector_thunk.cc',
85 'thunk/ppb_font_api.h', 88 'thunk/ppb_font_api.h',
86 'thunk/ppb_font_thunk.cc', 89 'thunk/ppb_font_thunk.cc',
87 'thunk/ppb_fullscreen_thunk.cc', 90 'thunk/ppb_fullscreen_thunk.cc',
91 'thunk/ppb_gles_chromium_texture_mapping_thunk.cc',
88 'thunk/ppb_graphics_2d_api.h', 92 'thunk/ppb_graphics_2d_api.h',
89 'thunk/ppb_graphics_2d_thunk.cc', 93 'thunk/ppb_graphics_2d_thunk.cc',
94 'thunk/ppb_graphics_3d_api.h',
95 'thunk/ppb_graphics_3d_thunk.cc',
90 'thunk/ppb_image_data_api.h', 96 'thunk/ppb_image_data_api.h',
91 'thunk/ppb_image_data_thunk.cc', 97 'thunk/ppb_image_data_thunk.cc',
92 'thunk/ppb_image_data_trusted_thunk.cc', 98 'thunk/ppb_image_data_trusted_thunk.cc',
93 'thunk/ppb_instance_api.h', 99 'thunk/ppb_instance_api.h',
94 'thunk/ppb_instance_thunk.cc', 100 'thunk/ppb_instance_thunk.cc',
101 'thunk/ppb_layer_compositor_api.h',
102 'thunk/ppb_layer_compositor_thunk.cc',
95 'thunk/ppb_pdf_api.h', 103 'thunk/ppb_pdf_api.h',
96 'thunk/ppb_surface_3d_api.h', 104 'thunk/ppb_surface_3d_api.h',
97 'thunk/ppb_surface_3d_thunk.cc', 105 'thunk/ppb_surface_3d_thunk.cc',
106 'thunk/ppb_transport_api.h',
107 'thunk/ppb_transport_thunk.cc',
98 'thunk/ppb_url_loader_api.h', 108 'thunk/ppb_url_loader_api.h',
99 'thunk/ppb_url_loader_thunk.cc', 109 'thunk/ppb_url_loader_thunk.cc',
100 'thunk/ppb_url_request_info_api.h', 110 'thunk/ppb_url_request_info_api.h',
101 'thunk/ppb_url_request_info_thunk.cc', 111 'thunk/ppb_url_request_info_thunk.cc',
102 'thunk/ppb_url_response_info_api.h', 112 'thunk/ppb_url_response_info_api.h',
103 'thunk/ppb_url_response_info_thunk.cc', 113 'thunk/ppb_url_response_info_thunk.cc',
104 'thunk/ppb_video_decoder_api.h', 114 'thunk/ppb_video_decoder_api.h',
105 'thunk/ppb_video_decoder_thunk.cc', 115 'thunk/ppb_video_decoder_thunk.cc',
106 'thunk/ppb_video_layer_api.h', 116 'thunk/ppb_video_layer_api.h',
107 'thunk/ppb_video_layer_thunk.cc', 117 'thunk/ppb_video_layer_thunk.cc',
108 'thunk/ppb_widget_api.h', 118 'thunk/ppb_widget_api.h',
109 'thunk/ppb_widget_thunk.cc', 119 'thunk/ppb_widget_thunk.cc',
110 'thunk/thunk.h', 120 'thunk/thunk.h',
111 ], 121 ],
112 }, 122 },
113 ], 123 ],
114 } 124 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698