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

Side by Side Diff: ppapi/ppapi_shared_proxy.gypi

Issue 6628019: Ensure that PP_Instance values are unique within a plugin process in addition... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 9 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/c/private/ppb_proxy_private.h ('k') | ppapi/proxy/dispatcher.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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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_shared_impl', 8 'target_name': 'ppapi_shared_impl',
9 'type': 'static_library', 9 'type': 'static_library',
10 'dependencies': [ 10 'dependencies': [
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 'proxy/dispatcher.h', 51 'proxy/dispatcher.h',
52 'proxy/host_dispatcher.cc', 52 'proxy/host_dispatcher.cc',
53 'proxy/host_dispatcher.h', 53 'proxy/host_dispatcher.h',
54 'proxy/host_resource.h', 54 'proxy/host_resource.h',
55 'proxy/host_var_serialization_rules.cc', 55 'proxy/host_var_serialization_rules.cc',
56 'proxy/host_var_serialization_rules.h', 56 'proxy/host_var_serialization_rules.h',
57 'proxy/interface_proxy.cc', 57 'proxy/interface_proxy.cc',
58 'proxy/interface_proxy.h', 58 'proxy/interface_proxy.h',
59 'proxy/plugin_dispatcher.cc', 59 'proxy/plugin_dispatcher.cc',
60 'proxy/plugin_dispatcher.h', 60 'proxy/plugin_dispatcher.h',
61 'proxy/plugin_message_filter.cc',
62 'proxy/plugin_message_filter.h',
61 'proxy/plugin_resource.cc', 63 'proxy/plugin_resource.cc',
62 'proxy/plugin_resource.h', 64 'proxy/plugin_resource.h',
63 'proxy/plugin_resource_tracker.cc', 65 'proxy/plugin_resource_tracker.cc',
64 'proxy/plugin_resource_tracker.h', 66 'proxy/plugin_resource_tracker.h',
65 'proxy/plugin_var_serialization_rules.cc', 67 'proxy/plugin_var_serialization_rules.cc',
66 'proxy/plugin_var_serialization_rules.h', 68 'proxy/plugin_var_serialization_rules.h',
67 'proxy/plugin_var_tracker.cc', 69 'proxy/plugin_var_tracker.cc',
68 'proxy/plugin_var_tracker.h', 70 'proxy/plugin_var_tracker.h',
69 'proxy/ppapi_messages.cc', 71 'proxy/ppapi_messages.cc',
70 'proxy/ppapi_messages.h', 72 'proxy/ppapi_messages.h',
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
145 ['OS=="win"', { 147 ['OS=="win"', {
146 }], 148 }],
147 ['OS=="linux"', { 149 ['OS=="linux"', {
148 }], 150 }],
149 ['OS=="mac"', { 151 ['OS=="mac"', {
150 }] 152 }]
151 ], 153 ],
152 }, 154 },
153 ], 155 ],
154 } 156 }
OLDNEW
« no previous file with comments | « ppapi/c/private/ppb_proxy_private.h ('k') | ppapi/proxy/dispatcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698