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

Side by Side Diff: ppapi/ppapi_tests.gypi

Issue 9006055: Move the tracked completion callback code into shared impl. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 8 years, 11 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
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/tracked_callback_unittest.cc',
155 'shared_impl/var_tracker_unittest.cc', 156 'shared_impl/var_tracker_unittest.cc',
156 ], 157 ],
157 }, 158 },
158 { 159 {
159 'target_name': 'ppapi_example_skeleton', 160 'target_name': 'ppapi_example_skeleton',
160 'suppress_wildcard': 1, 161 'suppress_wildcard': 1,
161 'type': 'none', 162 'type': 'none',
162 'direct_dependent_settings': { 163 'direct_dependent_settings': {
163 'product_name': '>(_target_name)', 164 'product_name': '>(_target_name)',
164 'conditions': [ 165 'conditions': [
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
344 ], 345 ],
345 'include_dirs': [ 346 'include_dirs': [
346 'lib/gl/include', 347 'lib/gl/include',
347 ], 348 ],
348 'sources': [ 349 'sources': [
349 'examples/video_capture/video_capture.cc', 350 'examples/video_capture/video_capture.cc',
350 ], 351 ],
351 }, 352 },
352 ], 353 ],
353 } 354 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698