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

Side by Side Diff: ppapi/ppapi_proxy.gypi

Issue 69663002: PPAPI: Implement PPB_FileMapping on POSIX (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix missing return Created 6 years, 10 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/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 21 matching lines...) Expand all
32 'proxy/device_enumeration_resource_helper.h', 32 'proxy/device_enumeration_resource_helper.h',
33 'proxy/dispatcher.cc', 33 'proxy/dispatcher.cc',
34 'proxy/dispatcher.h', 34 'proxy/dispatcher.h',
35 'proxy/enter_proxy.h', 35 'proxy/enter_proxy.h',
36 'proxy/error_conversion.cc', 36 'proxy/error_conversion.cc',
37 'proxy/error_conversion.h', 37 'proxy/error_conversion.h',
38 'proxy/extensions_common_resource.cc', 38 'proxy/extensions_common_resource.cc',
39 'proxy/extensions_common_resource.h', 39 'proxy/extensions_common_resource.h',
40 'proxy/file_chooser_resource.cc', 40 'proxy/file_chooser_resource.cc',
41 'proxy/file_chooser_resource.h', 41 'proxy/file_chooser_resource.h',
42 'proxy/file_io_resource.cc',
43 'proxy/file_io_resource.h',
44 'proxy/file_mapping_resource.cc',
45 'proxy/file_mapping_resource.h',
46 'proxy/file_mapping_resource_posix.cc',
47 'proxy/file_mapping_resource_win.cc',
42 'proxy/file_ref_resource.cc', 48 'proxy/file_ref_resource.cc',
43 'proxy/file_ref_resource.h', 49 'proxy/file_ref_resource.h',
50 'proxy/file_system_resource.cc',
51 'proxy/file_system_resource.h',
44 'proxy/flash_clipboard_resource.cc', 52 'proxy/flash_clipboard_resource.cc',
45 'proxy/flash_clipboard_resource.h', 53 'proxy/flash_clipboard_resource.h',
46 'proxy/flash_drm_resource.cc', 54 'proxy/flash_drm_resource.cc',
47 'proxy/flash_drm_resource.h', 55 'proxy/flash_drm_resource.h',
48 'proxy/flash_file_resource.cc', 56 'proxy/flash_file_resource.cc',
49 'proxy/flash_file_resource.h', 57 'proxy/flash_file_resource.h',
50 'proxy/flash_font_file_resource.cc', 58 'proxy/flash_font_file_resource.cc',
51 'proxy/flash_font_file_resource.h', 59 'proxy/flash_font_file_resource.h',
52 'proxy/flash_fullscreen_resource.cc', 60 'proxy/flash_fullscreen_resource.cc',
53 'proxy/flash_fullscreen_resource.h', 61 'proxy/flash_fullscreen_resource.h',
54 'proxy/flash_menu_resource.cc', 62 'proxy/flash_menu_resource.cc',
55 'proxy/flash_menu_resource.h', 63 'proxy/flash_menu_resource.h',
56 'proxy/flash_resource.cc', 64 'proxy/flash_resource.cc',
57 'proxy/flash_resource.h', 65 'proxy/flash_resource.h',
58 'proxy/file_io_resource.cc',
59 'proxy/file_io_resource.h',
60 'proxy/file_system_resource.cc',
61 'proxy/file_system_resource.h',
62 'proxy/gamepad_resource.cc', 66 'proxy/gamepad_resource.cc',
63 'proxy/gamepad_resource.h', 67 'proxy/gamepad_resource.h',
64 'proxy/graphics_2d_resource.cc', 68 'proxy/graphics_2d_resource.cc',
65 'proxy/graphics_2d_resource.h', 69 'proxy/graphics_2d_resource.h',
66 'proxy/host_dispatcher.cc', 70 'proxy/host_dispatcher.cc',
67 'proxy/host_dispatcher.h', 71 'proxy/host_dispatcher.h',
68 'proxy/host_resolver_private_resource.cc', 72 'proxy/host_resolver_private_resource.cc',
69 'proxy/host_resolver_private_resource.h', 73 'proxy/host_resolver_private_resource.h',
70 'proxy/host_resolver_resource.cc', 74 'proxy/host_resolver_resource.cc',
71 'proxy/host_resolver_resource.h', 75 'proxy/host_resolver_resource.h',
(...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after
263 'proxy/serialized_flash_menu.cc', 267 'proxy/serialized_flash_menu.cc',
264 'proxy/talk_resource.cc', 268 'proxy/talk_resource.cc',
265 'proxy/video_capture_resource.cc', 269 'proxy/video_capture_resource.cc',
266 ], 270 ],
267 }], 271 }],
268 ], 272 ],
269 }], 273 }],
270 ], 274 ],
271 }, 275 },
272 } 276 }
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