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

Side by Side Diff: ppapi/ppapi_proxy.gypi

Issue 1093383002: [WIP] Provided file system from NACL. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Moved several modules to chromeos folder. Created 5 years, 5 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 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 'proxy/error_conversion.cc', 46 'proxy/error_conversion.cc',
47 'proxy/error_conversion.h', 47 'proxy/error_conversion.h',
48 'proxy/file_chooser_resource.cc', 48 'proxy/file_chooser_resource.cc',
49 'proxy/file_chooser_resource.h', 49 'proxy/file_chooser_resource.h',
50 'proxy/file_io_resource.cc', 50 'proxy/file_io_resource.cc',
51 'proxy/file_io_resource.h', 51 'proxy/file_io_resource.h',
52 'proxy/file_ref_resource.cc', 52 'proxy/file_ref_resource.cc',
53 'proxy/file_ref_resource.h', 53 'proxy/file_ref_resource.h',
54 'proxy/file_system_resource.cc', 54 'proxy/file_system_resource.cc',
55 'proxy/file_system_resource.h', 55 'proxy/file_system_resource.h',
56 'proxy/filesystem_provider_resource.cc',
57 'proxy/filesystem_provider_resource.h',
56 'proxy/flash_clipboard_resource.cc', 58 'proxy/flash_clipboard_resource.cc',
57 'proxy/flash_clipboard_resource.h', 59 'proxy/flash_clipboard_resource.h',
58 'proxy/flash_drm_resource.cc', 60 'proxy/flash_drm_resource.cc',
59 'proxy/flash_drm_resource.h', 61 'proxy/flash_drm_resource.h',
60 'proxy/flash_file_resource.cc', 62 'proxy/flash_file_resource.cc',
61 'proxy/flash_file_resource.h', 63 'proxy/flash_file_resource.h',
62 'proxy/flash_font_file_resource.cc', 64 'proxy/flash_font_file_resource.cc',
63 'proxy/flash_font_file_resource.h', 65 'proxy/flash_font_file_resource.h',
64 'proxy/flash_fullscreen_resource.cc', 66 'proxy/flash_fullscreen_resource.cc',
65 'proxy/flash_fullscreen_resource.h', 67 'proxy/flash_fullscreen_resource.h',
(...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after
295 'proxy/ppp_video_decoder_proxy.cc', 297 'proxy/ppp_video_decoder_proxy.cc',
296 'proxy/serialized_flash_menu.cc', 298 'proxy/serialized_flash_menu.cc',
297 'proxy/video_capture_resource.cc', 299 'proxy/video_capture_resource.cc',
298 ], 300 ],
299 }], 301 }],
300 ], 302 ],
301 }], 303 }],
302 ], 304 ],
303 }, 305 },
304 } 306 }
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