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

Side by Side Diff: ppapi/ppapi_sources.gypi

Issue 9207012: Pepper/Flapper: Add C++ wrappers for PPB_Flash_Clipboard. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: pp::flash::FlashClipboard -> pp::flash::Clipboard Created 8 years, 11 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
« no previous file with comments | « ppapi/cpp/private/flash_clipboard.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'variables': { 6 'variables': {
7 'c_source_files': [ 7 'c_source_files': [
8 'c/pp_bool.h', 8 'c/pp_bool.h',
9 'c/pp_completion_callback.h', 9 'c/pp_completion_callback.h',
10 'c/pp_errors.h', 10 'c/pp_errors.h',
(...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after
222 'cpp/dev/zoom_dev.cc', 222 'cpp/dev/zoom_dev.cc',
223 'cpp/dev/zoom_dev.h', 223 'cpp/dev/zoom_dev.h',
224 224
225 # Deprecated interfaces. 225 # Deprecated interfaces.
226 'cpp/dev/scriptable_object_deprecated.h', 226 'cpp/dev/scriptable_object_deprecated.h',
227 'cpp/dev/scriptable_object_deprecated.cc', 227 'cpp/dev/scriptable_object_deprecated.cc',
228 228
229 # Private interfaces. 229 # Private interfaces.
230 'cpp/private/flash.cc', 230 'cpp/private/flash.cc',
231 'cpp/private/flash.h', 231 'cpp/private/flash.h',
232 'cpp/private/flash_clipboard.cc',
233 'cpp/private/flash_clipboard.h',
232 'cpp/private/flash_fullscreen.cc', 234 'cpp/private/flash_fullscreen.cc',
233 'cpp/private/flash_fullscreen.h', 235 'cpp/private/flash_fullscreen.h',
234 'cpp/private/flash_menu.cc', 236 'cpp/private/flash_menu.cc',
235 'cpp/private/flash_menu.h', 237 'cpp/private/flash_menu.h',
236 'cpp/private/flash_net_connector.cc', 238 'cpp/private/flash_net_connector.cc',
237 'cpp/private/flash_net_connector.h', 239 'cpp/private/flash_net_connector.h',
238 'cpp/private/instance_private.cc', 240 'cpp/private/instance_private.cc',
239 'cpp/private/instance_private.h', 241 'cpp/private/instance_private.h',
240 'cpp/private/net_address_private.cc', 242 'cpp/private/net_address_private.cc',
241 'cpp/private/net_address_private.h', 243 'cpp/private/net_address_private.h',
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
403 'c/dev/ppb_transport_dev.h', 405 'c/dev/ppb_transport_dev.h',
404 ], 406 ],
405 'cpp_source_files': [ 407 'cpp_source_files': [
406 'cpp/dev/transport_dev.cc', 408 'cpp/dev/transport_dev.cc',
407 'cpp/dev/transport_dev.h', 409 'cpp/dev/transport_dev.h',
408 ], 410 ],
409 }, 411 },
410 }], 412 }],
411 ], 413 ],
412 } 414 }
OLDNEW
« no previous file with comments | « ppapi/cpp/private/flash_clipboard.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698