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

Side by Side Diff: ppapi/ppapi_proxy.gypi

Issue 14784002: Move DirectoryReader::ReadEntries to FileRef::ReadDirectoryEntries (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: rebased 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
« no previous file with comments | « ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c ('k') | ppapi/ppapi_shared.gypi » ('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 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'ppapi_proxy_target': 0, 8 'ppapi_proxy_target': 0,
9 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
(...skipping 14 matching lines...) Expand all
25 'proxy/broker_dispatcher.h', 25 'proxy/broker_dispatcher.h',
26 'proxy/broker_resource.cc', 26 'proxy/broker_resource.cc',
27 'proxy/broker_resource.h', 27 'proxy/broker_resource.h',
28 'proxy/browser_font_resource_trusted.cc', 28 'proxy/browser_font_resource_trusted.cc',
29 'proxy/browser_font_resource_trusted.h', 29 'proxy/browser_font_resource_trusted.h',
30 'proxy/browser_font_singleton_resource.cc', 30 'proxy/browser_font_singleton_resource.cc',
31 'proxy/browser_font_singleton_resource.h', 31 'proxy/browser_font_singleton_resource.h',
32 'proxy/connection.h', 32 'proxy/connection.h',
33 'proxy/device_enumeration_resource_helper.cc', 33 'proxy/device_enumeration_resource_helper.cc',
34 'proxy/device_enumeration_resource_helper.h', 34 'proxy/device_enumeration_resource_helper.h',
35 'proxy/directory_reader_resource.cc',
36 'proxy/directory_reader_resource.h',
37 'proxy/dispatcher.cc', 35 'proxy/dispatcher.cc',
38 'proxy/dispatcher.h', 36 'proxy/dispatcher.h',
39 'proxy/enter_proxy.h', 37 'proxy/enter_proxy.h',
40 'proxy/extensions_common_resource.cc', 38 'proxy/extensions_common_resource.cc',
41 'proxy/extensions_common_resource.h', 39 'proxy/extensions_common_resource.h',
42 'proxy/graphics_2d_resource.cc', 40 'proxy/graphics_2d_resource.cc',
43 'proxy/graphics_2d_resource.h', 41 'proxy/graphics_2d_resource.h',
44 'proxy/file_chooser_resource.cc', 42 'proxy/file_chooser_resource.cc',
45 'proxy/file_chooser_resource.h', 43 'proxy/file_chooser_resource.h',
46 'proxy/flash_clipboard_resource.cc', 44 'proxy/flash_clipboard_resource.cc',
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
224 'proxy/serialized_flash_menu.cc', 222 'proxy/serialized_flash_menu.cc',
225 'proxy/talk_resource.cc', 223 'proxy/talk_resource.cc',
226 'proxy/video_capture_resource.cc', 224 'proxy/video_capture_resource.cc',
227 ], 225 ],
228 }], 226 }],
229 ], 227 ],
230 }], 228 }],
231 ], 229 ],
232 }, 230 },
233 } 231 }
OLDNEW
« no previous file with comments | « ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c ('k') | ppapi/ppapi_shared.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698