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

Side by Side Diff: ppapi/ppapi_tests.gypi

Issue 8953017: Pepper: unit tests for VarTracker (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove MockObjectVar::GetPPVar() Created 9 years 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/shared_impl/var_tracker.cc » ('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 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
145 'proxy/ppapi_proxy_test.cc', 145 'proxy/ppapi_proxy_test.cc',
146 'proxy/ppapi_proxy_test.h', 146 'proxy/ppapi_proxy_test.h',
147 'proxy/ppb_var_unittest.cc', 147 'proxy/ppb_var_unittest.cc',
148 'proxy/ppp_instance_private_proxy_unittest.cc', 148 'proxy/ppp_instance_private_proxy_unittest.cc',
149 'proxy/ppp_instance_proxy_unittest.cc', 149 'proxy/ppp_instance_proxy_unittest.cc',
150 'proxy/ppp_messaging_proxy_unittest.cc', 150 'proxy/ppp_messaging_proxy_unittest.cc',
151 'proxy/serialized_var_unittest.cc', 151 'proxy/serialized_var_unittest.cc',
152 'shared_impl/resource_tracker_unittest.cc', 152 'shared_impl/resource_tracker_unittest.cc',
153 'shared_impl/test_globals.cc', 153 'shared_impl/test_globals.cc',
154 'shared_impl/test_globals.h', 154 'shared_impl/test_globals.h',
155 'shared_impl/var_tracker_unittest.cc',
155 ], 156 ],
156 }, 157 },
157 { 158 {
158 'target_name': 'ppapi_example_skeleton', 159 'target_name': 'ppapi_example_skeleton',
159 'suppress_wildcard': 1, 160 'suppress_wildcard': 1,
160 'type': 'none', 161 'type': 'none',
161 'direct_dependent_settings': { 162 'direct_dependent_settings': {
162 'product_name': '>(_target_name)', 163 'product_name': '>(_target_name)',
163 'conditions': [ 164 'conditions': [
164 ['os_posix==1 and OS!="mac"', { 165 ['os_posix==1 and OS!="mac"', {
(...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after
343 ], 344 ],
344 'include_dirs': [ 345 'include_dirs': [
345 'lib/gl/include', 346 'lib/gl/include',
346 ], 347 ],
347 'sources': [ 348 'sources': [
348 'examples/video_capture/video_capture.cc', 349 'examples/video_capture/video_capture.cc',
349 ], 350 ],
350 }, 351 },
351 ], 352 ],
352 } 353 }
OLDNEW
« no previous file with comments | « no previous file | ppapi/shared_impl/var_tracker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698