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

Side by Side Diff: ppapi/ppapi_proxy.gypi

Issue 8344025: Add a new globals object for PPAPI tracking information. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 2 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 | « content/ppapi_plugin/ppapi_thread.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 26 matching lines...) Expand all
37 'proxy/host_dispatcher.cc', 37 'proxy/host_dispatcher.cc',
38 'proxy/host_dispatcher.h', 38 'proxy/host_dispatcher.h',
39 'proxy/host_var_serialization_rules.cc', 39 'proxy/host_var_serialization_rules.cc',
40 'proxy/host_var_serialization_rules.h', 40 'proxy/host_var_serialization_rules.h',
41 'proxy/interface_list.cc', 41 'proxy/interface_list.cc',
42 'proxy/interface_list.h', 42 'proxy/interface_list.h',
43 'proxy/interface_proxy.cc', 43 'proxy/interface_proxy.cc',
44 'proxy/interface_proxy.h', 44 'proxy/interface_proxy.h',
45 'proxy/plugin_dispatcher.cc', 45 'proxy/plugin_dispatcher.cc',
46 'proxy/plugin_dispatcher.h', 46 'proxy/plugin_dispatcher.h',
47 'proxy/plugin_globals.cc',
48 'proxy/plugin_globals.h',
47 'proxy/plugin_message_filter.cc', 49 'proxy/plugin_message_filter.cc',
48 'proxy/plugin_message_filter.h', 50 'proxy/plugin_message_filter.h',
49 'proxy/plugin_resource_tracker.cc', 51 'proxy/plugin_resource_tracker.cc',
50 'proxy/plugin_resource_tracker.h', 52 'proxy/plugin_resource_tracker.h',
51 'proxy/plugin_var_serialization_rules.cc', 53 'proxy/plugin_var_serialization_rules.cc',
52 'proxy/plugin_var_serialization_rules.h', 54 'proxy/plugin_var_serialization_rules.h',
53 'proxy/plugin_var_tracker.cc', 55 'proxy/plugin_var_tracker.cc',
54 'proxy/plugin_var_tracker.h', 56 'proxy/plugin_var_tracker.h',
55 'proxy/ppapi_messages.cc', 57 'proxy/ppapi_messages.cc',
56 'proxy/ppapi_messages.h', 58 'proxy/ppapi_messages.h',
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
149 'proxy/serialized_var.cc', 151 'proxy/serialized_var.cc',
150 'proxy/serialized_var.h', 152 'proxy/serialized_var.h',
151 'proxy/var_serialization_rules.h', 153 'proxy/var_serialization_rules.h',
152 ], 154 ],
153 'defines': [ 155 'defines': [
154 'PPAPI_PROXY_IMPLEMENTATION', 156 'PPAPI_PROXY_IMPLEMENTATION',
155 ], 157 ],
156 }, 158 },
157 ], 159 ],
158 } 160 }
OLDNEW
« no previous file with comments | « content/ppapi_plugin/ppapi_thread.h ('k') | ppapi/ppapi_shared.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698