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

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') | 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 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
141 'proxy/ppp_instance_proxy.cc', 141 'proxy/ppp_instance_proxy.cc',
142 'proxy/ppp_instance_proxy.h', 142 'proxy/ppp_instance_proxy.h',
143 'proxy/ppp_messaging_proxy.cc', 143 'proxy/ppp_messaging_proxy.cc',
144 'proxy/ppp_messaging_proxy.h', 144 'proxy/ppp_messaging_proxy.h',
145 'proxy/ppp_video_decoder_proxy.cc', 145 'proxy/ppp_video_decoder_proxy.cc',
146 'proxy/ppp_video_decoder_proxy.h', 146 'proxy/ppp_video_decoder_proxy.h',
147 'proxy/proxy_channel.cc', 147 'proxy/proxy_channel.cc',
148 'proxy/proxy_channel.h', 148 'proxy/proxy_channel.h',
149 'proxy/proxy_module.cc', 149 'proxy/proxy_module.cc',
150 'proxy/proxy_module.h', 150 'proxy/proxy_module.h',
151 'proxy/proxy_object_var.cc',
152 'proxy/proxy_object_var.h',
151 'proxy/resource_creation_proxy.cc', 153 'proxy/resource_creation_proxy.cc',
152 'proxy/resource_creation_proxy.h', 154 'proxy/resource_creation_proxy.h',
153 'proxy/serialized_flash_menu.cc', 155 'proxy/serialized_flash_menu.cc',
154 'proxy/serialized_flash_menu.h', 156 'proxy/serialized_flash_menu.h',
155 'proxy/serialized_structs.cc', 157 'proxy/serialized_structs.cc',
156 'proxy/serialized_structs.h', 158 'proxy/serialized_structs.h',
157 'proxy/serialized_var.cc', 159 'proxy/serialized_var.cc',
158 'proxy/serialized_var.h', 160 'proxy/serialized_var.h',
159 'proxy/var_serialization_rules.h', 161 'proxy/var_serialization_rules.h',
160 ], 162 ],
161 'defines': [ 163 'defines': [
162 ], 164 ],
163 'conditions': [ 165 'conditions': [
164 ['OS=="win"', { 166 ['OS=="win"', {
165 }], 167 }],
166 ['OS=="linux"', { 168 ['OS=="linux"', {
167 }], 169 }],
168 ['OS=="mac"', { 170 ['OS=="mac"', {
169 }] 171 }]
170 ], 172 ],
171 }, 173 },
172 ], 174 ],
173 } 175 }
OLDNEW
« no previous file with comments | « no previous file | ppapi/ppapi_shared.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698