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

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

Issue 8764003: Implement a proxy for Pepper FileIO. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Homestarmy Created 9 years 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/thunk/thunk.h ('k') | webkit/plugins/ppapi/file_callbacks.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) 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 '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 198 matching lines...) Expand 10 before | Expand all | Expand 10 after
209 '../plugins/ppapi/callbacks.cc', 209 '../plugins/ppapi/callbacks.cc',
210 '../plugins/ppapi/callbacks.h', 210 '../plugins/ppapi/callbacks.h',
211 '../plugins/ppapi/common.h', 211 '../plugins/ppapi/common.h',
212 '../plugins/ppapi/dir_contents.h', 212 '../plugins/ppapi/dir_contents.h',
213 '../plugins/ppapi/event_conversion.cc', 213 '../plugins/ppapi/event_conversion.cc',
214 '../plugins/ppapi/event_conversion.h', 214 '../plugins/ppapi/event_conversion.h',
215 '../plugins/ppapi/file_callbacks.cc', 215 '../plugins/ppapi/file_callbacks.cc',
216 '../plugins/ppapi/file_callbacks.h', 216 '../plugins/ppapi/file_callbacks.h',
217 '../plugins/ppapi/file_path.cc', 217 '../plugins/ppapi/file_path.cc',
218 '../plugins/ppapi/file_path.h', 218 '../plugins/ppapi/file_path.h',
219 '../plugins/ppapi/file_type_conversions.cc',
220 '../plugins/ppapi/file_type_conversions.h',
221 '../plugins/ppapi/fullscreen_container.h', 219 '../plugins/ppapi/fullscreen_container.h',
222 '../plugins/ppapi/host_globals.cc', 220 '../plugins/ppapi/host_globals.cc',
223 '../plugins/ppapi/host_globals.h', 221 '../plugins/ppapi/host_globals.h',
224 '../plugins/ppapi/host_resource_tracker.cc', 222 '../plugins/ppapi/host_resource_tracker.cc',
225 '../plugins/ppapi/host_resource_tracker.h', 223 '../plugins/ppapi/host_resource_tracker.h',
226 '../plugins/ppapi/host_var_tracker.cc', 224 '../plugins/ppapi/host_var_tracker.cc',
227 '../plugins/ppapi/host_var_tracker.h', 225 '../plugins/ppapi/host_var_tracker.h',
228 '../plugins/ppapi/message_channel.cc', 226 '../plugins/ppapi/message_channel.cc',
229 '../plugins/ppapi/message_channel.h', 227 '../plugins/ppapi/message_channel.h',
230 '../plugins/ppapi/npapi_glue.cc', 228 '../plugins/ppapi/npapi_glue.cc',
(...skipping 324 matching lines...) Expand 10 before | Expand all | Expand 10 after
555 }, 553 },
556 'includes': [ '../../build/grit_action.gypi' ], 554 'includes': [ '../../build/grit_action.gypi' ],
557 }, 555 },
558 ], 556 ],
559 'includes': [ '../../build/grit_target.gypi' ], 557 'includes': [ '../../build/grit_target.gypi' ],
560 }, 558 },
561 ], 559 ],
562 }], 560 }],
563 ], 561 ],
564 } 562 }
OLDNEW
« no previous file with comments | « ppapi/thunk/thunk.h ('k') | webkit/plugins/ppapi/file_callbacks.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698