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

Side by Side Diff: ppapi/ppapi_shared_proxy.gypi

Issue 6833002: Implemented PPB_Broker_Proxy. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed check for valid handle in GetHandle. Makes GetHandle behave the same whether proxied or not. Created 9 years, 8 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
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 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 'proxy/plugin_var_tracker.cc', 76 'proxy/plugin_var_tracker.cc',
77 'proxy/plugin_var_tracker.h', 77 'proxy/plugin_var_tracker.h',
78 'proxy/ppapi_messages.cc', 78 'proxy/ppapi_messages.cc',
79 'proxy/ppapi_messages.h', 79 'proxy/ppapi_messages.h',
80 'proxy/ppapi_param_traits.cc', 80 'proxy/ppapi_param_traits.cc',
81 'proxy/ppapi_param_traits.h', 81 'proxy/ppapi_param_traits.h',
82 'proxy/ppb_audio_config_proxy.cc', 82 'proxy/ppb_audio_config_proxy.cc',
83 'proxy/ppb_audio_config_proxy.h', 83 'proxy/ppb_audio_config_proxy.h',
84 'proxy/ppb_audio_proxy.cc', 84 'proxy/ppb_audio_proxy.cc',
85 'proxy/ppb_audio_proxy.h', 85 'proxy/ppb_audio_proxy.h',
86 'proxy/ppb_broker_proxy.cc',
87 'proxy/ppb_broker_proxy.h',
86 'proxy/ppb_buffer_proxy.cc', 88 'proxy/ppb_buffer_proxy.cc',
87 'proxy/ppb_buffer_proxy.h', 89 'proxy/ppb_buffer_proxy.h',
88 'proxy/ppb_char_set_proxy.cc', 90 'proxy/ppb_char_set_proxy.cc',
89 'proxy/ppb_char_set_proxy.h', 91 'proxy/ppb_char_set_proxy.h',
90 'proxy/ppb_console_proxy.cc', 92 'proxy/ppb_console_proxy.cc',
91 'proxy/ppb_console_proxy.h', 93 'proxy/ppb_console_proxy.h',
92 'proxy/ppb_context_3d_proxy.cc', 94 'proxy/ppb_context_3d_proxy.cc',
93 'proxy/ppb_context_3d_proxy.h', 95 'proxy/ppb_context_3d_proxy.h',
94 'proxy/ppb_core_proxy.cc', 96 'proxy/ppb_core_proxy.cc',
95 'proxy/ppb_core_proxy.h', 97 'proxy/ppb_core_proxy.h',
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
159 ['OS=="win"', { 161 ['OS=="win"', {
160 }], 162 }],
161 ['OS=="linux"', { 163 ['OS=="linux"', {
162 }], 164 }],
163 ['OS=="mac"', { 165 ['OS=="mac"', {
164 }] 166 }]
165 ], 167 ],
166 }, 168 },
167 ], 169 ],
168 } 170 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698