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

Side by Side Diff: ppapi/ppapi_proxy.gypi

Issue 6995083: Proxy PPB_Var, fix o-o-p string var id tracking. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Updated copyright header Created 9 years, 6 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 | « chrome/test/ui/ppapi_uitest.cc ('k') | ppapi/ppapi_tests.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': 'static_library', 9 'type': 'static_library',
10 'dependencies': [ 10 'dependencies': [
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
115 'proxy/ppb_url_loader_proxy.cc', 115 'proxy/ppb_url_loader_proxy.cc',
116 'proxy/ppb_url_loader_proxy.h', 116 'proxy/ppb_url_loader_proxy.h',
117 'proxy/ppb_url_request_info_proxy.cc', 117 'proxy/ppb_url_request_info_proxy.cc',
118 'proxy/ppb_url_request_info_proxy.h', 118 'proxy/ppb_url_request_info_proxy.h',
119 'proxy/ppb_url_response_info_proxy.cc', 119 'proxy/ppb_url_response_info_proxy.cc',
120 'proxy/ppb_url_response_info_proxy.h', 120 'proxy/ppb_url_response_info_proxy.h',
121 'proxy/ppb_url_util_proxy.cc', 121 'proxy/ppb_url_util_proxy.cc',
122 'proxy/ppb_url_util_proxy.h', 122 'proxy/ppb_url_util_proxy.h',
123 'proxy/ppb_var_deprecated_proxy.cc', 123 'proxy/ppb_var_deprecated_proxy.cc',
124 'proxy/ppb_var_deprecated_proxy.h', 124 'proxy/ppb_var_deprecated_proxy.h',
125 'proxy/ppb_var_proxy.cc',
126 'proxy/ppb_var_proxy.h',
125 'proxy/ppp_class_proxy.cc', 127 'proxy/ppp_class_proxy.cc',
126 'proxy/ppp_class_proxy.h', 128 'proxy/ppp_class_proxy.h',
127 'proxy/ppp_graphics_3d_proxy.cc', 129 'proxy/ppp_graphics_3d_proxy.cc',
128 'proxy/ppp_graphics_3d_proxy.h', 130 'proxy/ppp_graphics_3d_proxy.h',
129 'proxy/ppp_instance_private_proxy.cc', 131 'proxy/ppp_instance_private_proxy.cc',
130 'proxy/ppp_instance_private_proxy.h', 132 'proxy/ppp_instance_private_proxy.h',
131 'proxy/ppp_instance_proxy.cc', 133 'proxy/ppp_instance_proxy.cc',
132 'proxy/ppp_instance_proxy.h', 134 'proxy/ppp_instance_proxy.h',
133 'proxy/proxy_channel.cc', 135 'proxy/proxy_channel.cc',
134 'proxy/proxy_channel.h', 136 'proxy/proxy_channel.h',
(...skipping 15 matching lines...) Expand all
150 ['OS=="win"', { 152 ['OS=="win"', {
151 }], 153 }],
152 ['OS=="linux"', { 154 ['OS=="linux"', {
153 }], 155 }],
154 ['OS=="mac"', { 156 ['OS=="mac"', {
155 }] 157 }]
156 ], 158 ],
157 }, 159 },
158 ], 160 ],
159 } 161 }
OLDNEW
« no previous file with comments | « chrome/test/ui/ppapi_uitest.cc ('k') | ppapi/ppapi_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698