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

Side by Side Diff: ppapi/ppapi_tests.gypi

Issue 8342016: Revert 106142 - Add a new globals object for PPAPI tracking information. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 2 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/ppapi_shared.gypi ('k') | ppapi/proxy/enter_proxy.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) 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_example', 8 'target_name': 'ppapi_example',
9 'dependencies': [ 9 'dependencies': [
10 'ppapi.gyp:ppapi_cpp' 10 'ppapi.gyp:ppapi_cpp'
(...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after
213 'proxy/plugin_resource_tracker_unittest.cc', 213 'proxy/plugin_resource_tracker_unittest.cc',
214 'proxy/plugin_var_tracker_unittest.cc', 214 'proxy/plugin_var_tracker_unittest.cc',
215 'proxy/ppapi_proxy_test.cc', 215 'proxy/ppapi_proxy_test.cc',
216 'proxy/ppapi_proxy_test.h', 216 'proxy/ppapi_proxy_test.h',
217 'proxy/ppb_var_unittest.cc', 217 'proxy/ppb_var_unittest.cc',
218 'proxy/ppp_instance_private_proxy_unittest.cc', 218 'proxy/ppp_instance_private_proxy_unittest.cc',
219 'proxy/ppp_instance_proxy_unittest.cc', 219 'proxy/ppp_instance_proxy_unittest.cc',
220 'proxy/ppp_messaging_proxy_unittest.cc', 220 'proxy/ppp_messaging_proxy_unittest.cc',
221 'proxy/serialized_var_unittest.cc', 221 'proxy/serialized_var_unittest.cc',
222 'shared_impl/resource_tracker_unittest.cc', 222 'shared_impl/resource_tracker_unittest.cc',
223 'shared_impl/test_globals.cc',
224 'shared_impl/test_globals.h',
225 ], 223 ],
226 }, 224 },
227 { 225 {
228 'target_name': 'ppapi_example_skeleton', 226 'target_name': 'ppapi_example_skeleton',
229 'suppress_wildcard': 1, 227 'suppress_wildcard': 1,
230 'type': 'none', 228 'type': 'none',
231 'direct_dependent_settings': { 229 'direct_dependent_settings': {
232 'product_name': '>(_target_name)', 230 'product_name': '>(_target_name)',
233 'conditions': [ 231 'conditions': [
234 ['OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" or OS =="android"', { 232 ['OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" or OS =="android"', {
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
402 'lib/gl/include', 400 'lib/gl/include',
403 ], 401 ],
404 'sources': [ 402 'sources': [
405 'examples/video_capture/video_capture.cc', 403 'examples/video_capture/video_capture.cc',
406 ], 404 ],
407 }, 405 },
408 ], 406 ],
409 }] 407 }]
410 ] 408 ]
411 } 409 }
OLDNEW
« no previous file with comments | « ppapi/ppapi_shared.gypi ('k') | ppapi/proxy/enter_proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698