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

Side by Side Diff: webkit/glue/webkit_glue.gypi

Issue 3255003: Pull new PPAPI, rename non-P0 interfaces to Dev, rename DeviceContext2D to Gr... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 3 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/glue/plugins/ppb_private.h ('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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
186 'plugins/gtk_plugin_container_manager.h', 186 'plugins/gtk_plugin_container_manager.h',
187 'plugins/gtk_plugin_container_manager.cc', 187 'plugins/gtk_plugin_container_manager.cc',
188 'plugins/npapi_extension_thunk.cc', 188 'plugins/npapi_extension_thunk.cc',
189 'plugins/npapi_extension_thunk.h', 189 'plugins/npapi_extension_thunk.h',
190 'plugins/pepper_audio.cc', 190 'plugins/pepper_audio.cc',
191 'plugins/pepper_audio.h', 191 'plugins/pepper_audio.h',
192 'plugins/pepper_buffer.cc', 192 'plugins/pepper_buffer.cc',
193 'plugins/pepper_buffer.h', 193 'plugins/pepper_buffer.h',
194 'plugins/pepper_char_set.cc', 194 'plugins/pepper_char_set.cc',
195 'plugins/pepper_char_set.h', 195 'plugins/pepper_char_set.h',
196 'plugins/pepper_device_context_2d.cc',
197 'plugins/pepper_device_context_2d.h',
198 'plugins/pepper_directory_reader.cc', 196 'plugins/pepper_directory_reader.cc',
199 'plugins/pepper_directory_reader.h', 197 'plugins/pepper_directory_reader.h',
200 'plugins/pepper_event_conversion.cc', 198 'plugins/pepper_event_conversion.cc',
201 'plugins/pepper_event_conversion.h', 199 'plugins/pepper_event_conversion.h',
202 'plugins/pepper_file_chooser.cc', 200 'plugins/pepper_file_chooser.cc',
203 'plugins/pepper_file_chooser.h', 201 'plugins/pepper_file_chooser.h',
204 'plugins/pepper_file_io.cc', 202 'plugins/pepper_file_io.cc',
205 'plugins/pepper_file_io.h', 203 'plugins/pepper_file_io.h',
206 'plugins/pepper_file_ref.cc', 204 'plugins/pepper_file_ref.cc',
207 'plugins/pepper_file_ref.h', 205 'plugins/pepper_file_ref.h',
208 'plugins/pepper_file_system.cc', 206 'plugins/pepper_file_system.cc',
209 'plugins/pepper_file_system.h', 207 'plugins/pepper_file_system.h',
210 'plugins/pepper_font.cc', 208 'plugins/pepper_font.cc',
211 'plugins/pepper_font.h', 209 'plugins/pepper_font.h',
210 'plugins/pepper_graphics_2d.cc',
211 'plugins/pepper_graphics_2d.h',
212 'plugins/pepper_image_data.cc', 212 'plugins/pepper_image_data.cc',
213 'plugins/pepper_image_data.h', 213 'plugins/pepper_image_data.h',
214 'plugins/pepper_plugin_delegate.h', 214 'plugins/pepper_plugin_delegate.h',
215 'plugins/pepper_plugin_instance.cc', 215 'plugins/pepper_plugin_instance.cc',
216 'plugins/pepper_plugin_instance.h', 216 'plugins/pepper_plugin_instance.h',
217 'plugins/pepper_plugin_module.cc', 217 'plugins/pepper_plugin_module.cc',
218 'plugins/pepper_plugin_module.h', 218 'plugins/pepper_plugin_module.h',
219 'plugins/pepper_private.cc', 219 'plugins/pepper_private.cc',
220 'plugins/pepper_private.h', 220 'plugins/pepper_private.h',
221 'plugins/pepper_resource_tracker.cc', 221 'plugins/pepper_resource_tracker.cc',
(...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after
451 }], 451 }],
452 ['inside_chromium_build==0', { 452 ['inside_chromium_build==0', {
453 'dependencies': [ 453 'dependencies': [
454 '<(DEPTH)/webkit/support/setup_third_party.gyp:third_party_headers', 454 '<(DEPTH)/webkit/support/setup_third_party.gyp:third_party_headers',
455 ], 455 ],
456 }], 456 }],
457 ], 457 ],
458 }, 458 },
459 ], 459 ],
460 } 460 }
OLDNEW
« no previous file with comments | « webkit/glue/plugins/ppb_private.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698