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

Side by Side Diff: webkit/plugins/webkit_plugins.gypi

Issue 14796018: Cleanup: Deprecate FileSystemCallbackDispatcher (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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 | « webkit/plugins/ppapi/ppb_file_ref_impl.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) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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': 'plugins_common', 8 'target_name': 'plugins_common',
9 'type': 'static_library', 9 'type': 'static_library',
10 'defines': [ 10 'defines': [
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 '../plugins/npapi/webplugin_ime_win.h', 119 '../plugins/npapi/webplugin_ime_win.h',
120 '../plugins/npapi/webplugin_impl.cc', 120 '../plugins/npapi/webplugin_impl.cc',
121 '../plugins/npapi/webplugin_impl.h', 121 '../plugins/npapi/webplugin_impl.h',
122 '../plugins/ppapi/audio_helper.cc', 122 '../plugins/ppapi/audio_helper.cc',
123 '../plugins/ppapi/audio_helper.h', 123 '../plugins/ppapi/audio_helper.h',
124 '../plugins/ppapi/common.h', 124 '../plugins/ppapi/common.h',
125 '../plugins/ppapi/content_decryptor_delegate.cc', 125 '../plugins/ppapi/content_decryptor_delegate.cc',
126 '../plugins/ppapi/content_decryptor_delegate.h', 126 '../plugins/ppapi/content_decryptor_delegate.h',
127 '../plugins/ppapi/event_conversion.cc', 127 '../plugins/ppapi/event_conversion.cc',
128 '../plugins/ppapi/event_conversion.h', 128 '../plugins/ppapi/event_conversion.h',
129 '../plugins/ppapi/file_callbacks.cc',
130 '../plugins/ppapi/file_callbacks.h',
131 '../plugins/ppapi/fullscreen_container.h', 129 '../plugins/ppapi/fullscreen_container.h',
132 '../plugins/ppapi/gfx_conversion.h', 130 '../plugins/ppapi/gfx_conversion.h',
133 '../plugins/ppapi/host_array_buffer_var.cc', 131 '../plugins/ppapi/host_array_buffer_var.cc',
134 '../plugins/ppapi/host_array_buffer_var.h', 132 '../plugins/ppapi/host_array_buffer_var.h',
135 '../plugins/ppapi/host_globals.cc', 133 '../plugins/ppapi/host_globals.cc',
136 '../plugins/ppapi/host_globals.h', 134 '../plugins/ppapi/host_globals.h',
137 '../plugins/ppapi/host_var_tracker.cc', 135 '../plugins/ppapi/host_var_tracker.cc',
138 '../plugins/ppapi/host_var_tracker.h', 136 '../plugins/ppapi/host_var_tracker.h',
139 '../plugins/ppapi/message_channel.cc', 137 '../plugins/ppapi/message_channel.cc',
140 '../plugins/ppapi/message_channel.h', 138 '../plugins/ppapi/message_channel.h',
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
265 '<(DEPTH)/third_party/wtl/include', 263 '<(DEPTH)/third_party/wtl/include',
266 ], 264 ],
267 'sources!': [ 265 'sources!': [
268 'plugins/plugin_stubs.cc', 266 'plugins/plugin_stubs.cc',
269 ], 267 ],
270 }], 268 }],
271 ], 269 ],
272 } 270 }
273 ], 271 ],
274 } 272 }
OLDNEW
« no previous file with comments | « webkit/plugins/ppapi/ppb_file_ref_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698