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

Side by Side Diff: ppapi/ppapi_tests.gypi

Issue 6903084: Add UMA private PPAPI interface for UMA logging from NaCl plugin (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: merge with HEAD Created 9 years, 7 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/c/private/ppb_uma_private.h ('k') | ppapi/tests/all_c_includes.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_cpp' 10 'ppapi_cpp'
(...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after
217 'tests/test_graphics_2d.h', 217 'tests/test_graphics_2d.h',
218 'tests/test_image_data.cc', 218 'tests/test_image_data.cc',
219 'tests/test_image_data.h', 219 'tests/test_image_data.h',
220 'tests/test_paint_aggregator.cc', 220 'tests/test_paint_aggregator.cc',
221 'tests/test_paint_aggregator.h', 221 'tests/test_paint_aggregator.h',
222 'tests/test_post_message.cc', 222 'tests/test_post_message.cc',
223 'tests/test_post_message.h', 223 'tests/test_post_message.h',
224 'tests/test_scrollbar.cc', 224 'tests/test_scrollbar.cc',
225 'tests/test_scrollbar.h', 225 'tests/test_scrollbar.h',
226 'tests/test_struct_sizes.c', 226 'tests/test_struct_sizes.c',
227 'tests/test_uma.cc',
228 'tests/test_uma.h',
227 'tests/test_url_loader.cc', 229 'tests/test_url_loader.cc',
228 'tests/test_url_loader.h', 230 'tests/test_url_loader.h',
229 'tests/test_url_util.cc', 231 'tests/test_url_util.cc',
230 'tests/test_url_util.h', 232 'tests/test_url_util.h',
231 'tests/test_utils.cc', 233 'tests/test_utils.cc',
232 'tests/test_utils.h', 234 'tests/test_utils.h',
233 'tests/test_video_decoder.cc', 235 'tests/test_video_decoder.cc',
234 'tests/test_video_decoder.h', 236 'tests/test_video_decoder.h',
235 237
236 # Deprecated test cases. 238 # Deprecated test cases.
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
302 'proxy/plugin_dispatcher_unittest.cc', 304 'proxy/plugin_dispatcher_unittest.cc',
303 'proxy/plugin_resource_tracker_unittest.cc', 305 'proxy/plugin_resource_tracker_unittest.cc',
304 'proxy/plugin_var_tracker_unittest.cc', 306 'proxy/plugin_var_tracker_unittest.cc',
305 'proxy/ppapi_proxy_test.cc', 307 'proxy/ppapi_proxy_test.cc',
306 'proxy/ppapi_proxy_test.h', 308 'proxy/ppapi_proxy_test.h',
307 'proxy/serialized_var_unittest.cc', 309 'proxy/serialized_var_unittest.cc',
308 ], 310 ],
309 }, 311 },
310 ], 312 ],
311 } 313 }
OLDNEW
« no previous file with comments | « ppapi/c/private/ppb_uma_private.h ('k') | ppapi/tests/all_c_includes.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698