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

Side by Side Diff: ppapi/ppapi_proxy.gypi

Issue 7578001: Unify var tracking between webkit and the proxy. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 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 | « no previous file | ppapi/ppapi_shared.gypi » ('j') | ppapi/proxy/plugin_var_serialization_rules.cc » ('J')
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 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
139 'proxy/ppp_instance_proxy.cc', 139 'proxy/ppp_instance_proxy.cc',
140 'proxy/ppp_instance_proxy.h', 140 'proxy/ppp_instance_proxy.h',
141 'proxy/ppp_messaging_proxy.cc', 141 'proxy/ppp_messaging_proxy.cc',
142 'proxy/ppp_messaging_proxy.h', 142 'proxy/ppp_messaging_proxy.h',
143 'proxy/ppp_video_decoder_proxy.cc', 143 'proxy/ppp_video_decoder_proxy.cc',
144 'proxy/ppp_video_decoder_proxy.h', 144 'proxy/ppp_video_decoder_proxy.h',
145 'proxy/proxy_channel.cc', 145 'proxy/proxy_channel.cc',
146 'proxy/proxy_channel.h', 146 'proxy/proxy_channel.h',
147 'proxy/proxy_module.cc', 147 'proxy/proxy_module.cc',
148 'proxy/proxy_module.h', 148 'proxy/proxy_module.h',
149 'proxy/proxy_object_var.cc',
150 'proxy/proxy_object_var.h',
149 'proxy/resource_creation_proxy.cc', 151 'proxy/resource_creation_proxy.cc',
150 'proxy/resource_creation_proxy.h', 152 'proxy/resource_creation_proxy.h',
151 'proxy/serialized_flash_menu.cc', 153 'proxy/serialized_flash_menu.cc',
152 'proxy/serialized_flash_menu.h', 154 'proxy/serialized_flash_menu.h',
153 'proxy/serialized_structs.cc', 155 'proxy/serialized_structs.cc',
154 'proxy/serialized_structs.h', 156 'proxy/serialized_structs.h',
155 'proxy/serialized_var.cc', 157 'proxy/serialized_var.cc',
156 'proxy/serialized_var.h', 158 'proxy/serialized_var.h',
157 'proxy/var_serialization_rules.h', 159 'proxy/var_serialization_rules.h',
158 ], 160 ],
159 'defines': [ 161 'defines': [
160 ], 162 ],
161 'conditions': [ 163 'conditions': [
162 ['OS=="win"', { 164 ['OS=="win"', {
163 }], 165 }],
164 ['OS=="linux"', { 166 ['OS=="linux"', {
165 }], 167 }],
166 ['OS=="mac"', { 168 ['OS=="mac"', {
167 }] 169 }]
168 ], 170 ],
169 }, 171 },
170 ], 172 ],
171 } 173 }
OLDNEW
« no previous file with comments | « no previous file | ppapi/ppapi_shared.gypi » ('j') | ppapi/proxy/plugin_var_serialization_rules.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698