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

Side by Side Diff: ppapi/ppapi_shared.gypi

Issue 10163012: Move the FlashClipboard API into the Flash one. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Comments & fixes. Created 8 years, 8 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/ppapi_proxy.gypi ('k') | ppapi/proxy/interface_list.cc » ('j') | 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 'conditions': [ 7 'conditions': [
8 ['inside_chromium_build==0', { 8 ['inside_chromium_build==0', {
9 'webkit_src_dir': '../../../..', 9 'webkit_src_dir': '../../../..',
10 },{ 10 },{
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 'shared_impl/ppb_audio_input_shared.h', 75 'shared_impl/ppb_audio_input_shared.h',
76 'shared_impl/ppb_audio_shared.cc', 76 'shared_impl/ppb_audio_shared.cc',
77 'shared_impl/ppb_audio_shared.h', 77 'shared_impl/ppb_audio_shared.h',
78 'shared_impl/ppb_crypto_shared.cc', 78 'shared_impl/ppb_crypto_shared.cc',
79 'shared_impl/ppb_device_ref_shared.cc', 79 'shared_impl/ppb_device_ref_shared.cc',
80 'shared_impl/ppb_device_ref_shared.h', 80 'shared_impl/ppb_device_ref_shared.h',
81 'shared_impl/ppb_file_io_shared.cc', 81 'shared_impl/ppb_file_io_shared.cc',
82 'shared_impl/ppb_file_io_shared.h', 82 'shared_impl/ppb_file_io_shared.h',
83 'shared_impl/ppb_file_ref_shared.cc', 83 'shared_impl/ppb_file_ref_shared.cc',
84 'shared_impl/ppb_file_ref_shared.h', 84 'shared_impl/ppb_file_ref_shared.h',
85 'shared_impl/ppb_flash_shared.cc',
86 'shared_impl/ppb_flash_shared.h',
85 'shared_impl/ppb_graphics_3d_shared.cc', 87 'shared_impl/ppb_graphics_3d_shared.cc',
86 'shared_impl/ppb_graphics_3d_shared.h', 88 'shared_impl/ppb_graphics_3d_shared.h',
87 'shared_impl/ppb_image_data_shared.cc', 89 'shared_impl/ppb_image_data_shared.cc',
88 'shared_impl/ppb_image_data_shared.h', 90 'shared_impl/ppb_image_data_shared.h',
89 'shared_impl/ppb_input_event_shared.cc', 91 'shared_impl/ppb_input_event_shared.cc',
90 'shared_impl/ppb_input_event_shared.h', 92 'shared_impl/ppb_input_event_shared.h',
91 'shared_impl/ppb_instance_shared.cc', 93 'shared_impl/ppb_instance_shared.cc',
92 'shared_impl/ppb_instance_shared.h', 94 'shared_impl/ppb_instance_shared.h',
93 'shared_impl/ppb_memory_shared.cc', 95 'shared_impl/ppb_memory_shared.cc',
94 'shared_impl/ppb_network_list_private_shared.cc', 96 'shared_impl/ppb_network_list_private_shared.cc',
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
254 'thunk/ppb_widget_api.h', 256 'thunk/ppb_widget_api.h',
255 'thunk/ppb_widget_thunk.cc', 257 'thunk/ppb_widget_thunk.cc',
256 'thunk/ppb_x509_certificate_private_api.h', 258 'thunk/ppb_x509_certificate_private_api.h',
257 'thunk/ppb_x509_certificate_private_thunk.cc', 259 'thunk/ppb_x509_certificate_private_thunk.cc',
258 'thunk/ppb_zoom_thunk.cc', 260 'thunk/ppb_zoom_thunk.cc',
259 'thunk/thunk.h', 261 'thunk/thunk.h',
260 ], 262 ],
261 }, 263 },
262 ], 264 ],
263 } 265 }
OLDNEW
« no previous file with comments | « ppapi/ppapi_proxy.gypi ('k') | ppapi/proxy/interface_list.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698