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

Side by Side Diff: ppapi/ppapi_tests.gypi

Issue 6995083: Proxy PPB_Var, fix o-o-p string var id tracking. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Updated copyright header Created 9 years, 6 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_proxy.gypi ('k') | ppapi/proxy/dispatcher.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 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
229 'tests/test_scrollbar.h', 229 'tests/test_scrollbar.h',
230 'tests/test_struct_sizes.c', 230 'tests/test_struct_sizes.c',
231 'tests/test_uma.cc', 231 'tests/test_uma.cc',
232 'tests/test_uma.h', 232 'tests/test_uma.h',
233 'tests/test_url_loader.cc', 233 'tests/test_url_loader.cc',
234 'tests/test_url_loader.h', 234 'tests/test_url_loader.h',
235 'tests/test_url_util.cc', 235 'tests/test_url_util.cc',
236 'tests/test_url_util.h', 236 'tests/test_url_util.h',
237 'tests/test_utils.cc', 237 'tests/test_utils.cc',
238 'tests/test_utils.h', 238 'tests/test_utils.h',
239 'tests/test_var.cc',
240 'tests/test_var.h',
239 'tests/test_video_decoder.cc', 241 'tests/test_video_decoder.cc',
240 'tests/test_video_decoder.h', 242 'tests/test_video_decoder.h',
241 243
242 # Deprecated test cases. 244 # Deprecated test cases.
243 'tests/test_instance_deprecated.cc', 245 'tests/test_instance_deprecated.cc',
244 'tests/test_instance_deprecated.h', 246 'tests/test_instance_deprecated.h',
245 'tests/test_var_deprecated.cc', 247 'tests/test_var_deprecated.cc',
246 'tests/test_var_deprecated.h', 248 'tests/test_var_deprecated.h',
247 ], 249 ],
248 'dependencies': [ 250 'dependencies': [
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
309 'proxy/plugin_dispatcher_unittest.cc', 311 'proxy/plugin_dispatcher_unittest.cc',
310 'proxy/plugin_resource_tracker_unittest.cc', 312 'proxy/plugin_resource_tracker_unittest.cc',
311 'proxy/plugin_var_tracker_unittest.cc', 313 'proxy/plugin_var_tracker_unittest.cc',
312 'proxy/ppapi_proxy_test.cc', 314 'proxy/ppapi_proxy_test.cc',
313 'proxy/ppapi_proxy_test.h', 315 'proxy/ppapi_proxy_test.h',
314 'proxy/serialized_var_unittest.cc', 316 'proxy/serialized_var_unittest.cc',
315 ], 317 ],
316 }, 318 },
317 ], 319 ],
318 } 320 }
OLDNEW
« no previous file with comments | « ppapi/ppapi_proxy.gypi ('k') | ppapi/proxy/dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698