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

Side by Side Diff: ppapi/ppapi_proxy.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/c/ppb_file_io.h ('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) 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'ppapi_proxy', 8 'target_name': 'ppapi_proxy',
9 'type': '<(component)', 9 'type': '<(component)',
10 'dependencies': [ 10 'dependencies': [
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 'proxy/ppb_broker_proxy.cc', 63 'proxy/ppb_broker_proxy.cc',
64 'proxy/ppb_broker_proxy.h', 64 'proxy/ppb_broker_proxy.h',
65 'proxy/ppb_buffer_proxy.cc', 65 'proxy/ppb_buffer_proxy.cc',
66 'proxy/ppb_buffer_proxy.h', 66 'proxy/ppb_buffer_proxy.h',
67 'proxy/ppb_core_proxy.cc', 67 'proxy/ppb_core_proxy.cc',
68 'proxy/ppb_core_proxy.h', 68 'proxy/ppb_core_proxy.h',
69 'proxy/ppb_cursor_control_proxy.cc', 69 'proxy/ppb_cursor_control_proxy.cc',
70 'proxy/ppb_cursor_control_proxy.h', 70 'proxy/ppb_cursor_control_proxy.h',
71 'proxy/ppb_file_chooser_proxy.cc', 71 'proxy/ppb_file_chooser_proxy.cc',
72 'proxy/ppb_file_chooser_proxy.h', 72 'proxy/ppb_file_chooser_proxy.h',
73 'proxy/ppb_file_io_proxy.cc',
74 'proxy/ppb_file_io_proxy.h',
73 'proxy/ppb_file_ref_proxy.cc', 75 'proxy/ppb_file_ref_proxy.cc',
74 'proxy/ppb_file_ref_proxy.h', 76 'proxy/ppb_file_ref_proxy.h',
75 'proxy/ppb_file_system_proxy.cc', 77 'proxy/ppb_file_system_proxy.cc',
76 'proxy/ppb_file_system_proxy.h', 78 'proxy/ppb_file_system_proxy.h',
77 'proxy/ppb_flash_clipboard_proxy.cc', 79 'proxy/ppb_flash_clipboard_proxy.cc',
78 'proxy/ppb_flash_clipboard_proxy.h', 80 'proxy/ppb_flash_clipboard_proxy.h',
79 'proxy/ppb_flash_file_proxy.cc', 81 'proxy/ppb_flash_file_proxy.cc',
80 'proxy/ppb_flash_file_proxy.h', 82 'proxy/ppb_flash_file_proxy.h',
81 'proxy/ppb_flash_proxy.cc', 83 'proxy/ppb_flash_proxy.cc',
82 'proxy/ppb_flash_proxy.h', 84 'proxy/ppb_flash_proxy.h',
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
145 'proxy/serialized_var.cc', 147 'proxy/serialized_var.cc',
146 'proxy/serialized_var.h', 148 'proxy/serialized_var.h',
147 'proxy/var_serialization_rules.h', 149 'proxy/var_serialization_rules.h',
148 ], 150 ],
149 'defines': [ 151 'defines': [
150 'PPAPI_PROXY_IMPLEMENTATION', 152 'PPAPI_PROXY_IMPLEMENTATION',
151 ], 153 ],
152 }, 154 },
153 ], 155 ],
154 } 156 }
OLDNEW
« no previous file with comments | « ppapi/c/ppb_file_io.h ('k') | ppapi/ppapi_shared.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698