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

Side by Side Diff: ppapi/ppapi_proxy.gypi

Issue 10815073: Refactoring of new IPC-only pepper implementation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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/host/host_message_context.h ('k') | ppapi/proxy/connection.h » ('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': [
11 # This part is shared between the targets defined below. 11 # This part is shared between the targets defined below.
12 ['ppapi_proxy_target==1', { 12 ['ppapi_proxy_target==1', {
13 'sources': [ 13 'sources': [
14 # Take some standalone files from the C++ wrapper allowing us to more 14 # Take some standalone files from the C++ wrapper allowing us to more
15 # easily make async callbacks in the proxy. We can't depend on the 15 # easily make async callbacks in the proxy. We can't depend on the
16 # full C++ wrappers at this layer since the C++ wrappers expect 16 # full C++ wrappers at this layer since the C++ wrappers expect
17 # symbols defining the globals for "being a plugin" which we are not. 17 # symbols defining the globals for "being a plugin" which we are not.
18 # These callback files are standalone. 18 # These callback files are standalone.
19 'cpp/completion_callback.h', 19 'cpp/completion_callback.h',
20 'utility/completion_callback_factory.h', 20 'utility/completion_callback_factory.h',
21 21
22 'proxy/broker_dispatcher.cc', 22 'proxy/broker_dispatcher.cc',
23 'proxy/broker_dispatcher.h', 23 'proxy/broker_dispatcher.h',
24 'proxy/connection.h',
24 'proxy/dispatcher.cc', 25 'proxy/dispatcher.cc',
25 'proxy/dispatcher.h', 26 'proxy/dispatcher.h',
26 'proxy/enter_proxy.h', 27 'proxy/enter_proxy.h',
27 'proxy/file_chooser_resource.cc', 28 'proxy/file_chooser_resource.cc',
28 'proxy/file_chooser_resource.h', 29 'proxy/file_chooser_resource.h',
29 'proxy/host_dispatcher.cc', 30 'proxy/host_dispatcher.cc',
30 'proxy/host_dispatcher.h', 31 'proxy/host_dispatcher.h',
31 'proxy/host_var_serialization_rules.cc', 32 'proxy/host_var_serialization_rules.cc',
32 'proxy/host_var_serialization_rules.h', 33 'proxy/host_var_serialization_rules.h',
33 'proxy/interface_list.cc', 34 'proxy/interface_list.cc',
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
194 'proxy/ppp_instance_private_proxy.cc', 195 'proxy/ppp_instance_private_proxy.cc',
195 'proxy/ppp_video_decoder_proxy.cc', 196 'proxy/ppp_video_decoder_proxy.cc',
196 'proxy/serialized_flash_menu.cc', 197 'proxy/serialized_flash_menu.cc',
197 ], 198 ],
198 }], 199 }],
199 ], 200 ],
200 }], 201 }],
201 ], 202 ],
202 }, 203 },
203 } 204 }
OLDNEW
« no previous file with comments | « ppapi/host/host_message_context.h ('k') | ppapi/proxy/connection.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698