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

Side by Side Diff: ppapi/ppapi_shared.gypi

Issue 8365017: Convert the flash clipboard API to thunk system. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 2 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': '<(component)', 9 'type': '<(component)',
10 'dependencies': [ 10 'dependencies': [
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
115 'thunk/ppb_file_chooser_thunk.cc', 115 'thunk/ppb_file_chooser_thunk.cc',
116 'thunk/ppb_file_io_api.h', 116 'thunk/ppb_file_io_api.h',
117 'thunk/ppb_file_io_thunk.cc', 117 'thunk/ppb_file_io_thunk.cc',
118 'thunk/ppb_file_io_trusted_thunk.cc', 118 'thunk/ppb_file_io_trusted_thunk.cc',
119 'thunk/ppb_file_ref_api.h', 119 'thunk/ppb_file_ref_api.h',
120 'thunk/ppb_file_ref_thunk.cc', 120 'thunk/ppb_file_ref_thunk.cc',
121 'thunk/ppb_file_system_api.h', 121 'thunk/ppb_file_system_api.h',
122 'thunk/ppb_file_system_thunk.cc', 122 'thunk/ppb_file_system_thunk.cc',
123 'thunk/ppb_find_thunk.cc', 123 'thunk/ppb_find_thunk.cc',
124 'thunk/ppb_flash_fullscreen_thunk.cc', 124 'thunk/ppb_flash_fullscreen_thunk.cc',
125 'thunk/ppb_flash_clipboard_api.h',
viettrungluu 2011/10/20 23:41:01 Nit: alphabetical order.
126 'thunk/ppb_flash_clipboard_thunk.cc',
125 'thunk/ppb_flash_menu_api.h', 127 'thunk/ppb_flash_menu_api.h',
126 'thunk/ppb_flash_menu_thunk.cc', 128 'thunk/ppb_flash_menu_thunk.cc',
127 'thunk/ppb_flash_net_connector_api.h', 129 'thunk/ppb_flash_net_connector_api.h',
128 'thunk/ppb_flash_net_connector_thunk.cc', 130 'thunk/ppb_flash_net_connector_thunk.cc',
129 'thunk/ppb_flash_tcp_socket_api.h', 131 'thunk/ppb_flash_tcp_socket_api.h',
130 'thunk/ppb_flash_tcp_socket_thunk.cc', 132 'thunk/ppb_flash_tcp_socket_thunk.cc',
131 'thunk/ppb_flash_udp_socket_api.h', 133 'thunk/ppb_flash_udp_socket_api.h',
132 'thunk/ppb_flash_udp_socket_thunk.cc', 134 'thunk/ppb_flash_udp_socket_thunk.cc',
133 'thunk/ppb_font_api.h', 135 'thunk/ppb_font_api.h',
134 'thunk/ppb_font_thunk.cc', 136 'thunk/ppb_font_thunk.cc',
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
171 'thunk/ppb_video_layer_api.h', 173 'thunk/ppb_video_layer_api.h',
172 'thunk/ppb_video_layer_thunk.cc', 174 'thunk/ppb_video_layer_thunk.cc',
173 'thunk/ppb_widget_api.h', 175 'thunk/ppb_widget_api.h',
174 'thunk/ppb_widget_thunk.cc', 176 'thunk/ppb_widget_thunk.cc',
175 'thunk/ppb_zoom_thunk.cc', 177 'thunk/ppb_zoom_thunk.cc',
176 'thunk/thunk.h', 178 'thunk/thunk.h',
177 ], 179 ],
178 }, 180 },
179 ], 181 ],
180 } 182 }
OLDNEW
« no previous file with comments | « chrome/test/ui/ppapi_uitest.cc ('k') | ppapi/ppapi_tests.gypi » ('j') | ppapi/ppapi_tests.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698