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

Side by Side Diff: ppapi/ppapi_tests.gypi

Issue 7300010: Add PPB_Memory_Dev. This is the first of a few CLs needed to pull MemAlloc and (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Clean up thunk.h Created 9 years, 5 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_cpp.gypi ('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.gyp:ppapi_cpp' 10 'ppapi.gyp:ppapi_cpp'
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 'tests/test_file_io.cc', 87 'tests/test_file_io.cc',
88 'tests/test_file_io.h', 88 'tests/test_file_io.h',
89 'tests/test_file_ref.cc', 89 'tests/test_file_ref.cc',
90 'tests/test_file_ref.h', 90 'tests/test_file_ref.h',
91 'tests/test_file_system.cc', 91 'tests/test_file_system.cc',
92 'tests/test_file_system.h', 92 'tests/test_file_system.h',
93 'tests/test_graphics_2d.cc', 93 'tests/test_graphics_2d.cc',
94 'tests/test_graphics_2d.h', 94 'tests/test_graphics_2d.h',
95 'tests/test_image_data.cc', 95 'tests/test_image_data.cc',
96 'tests/test_image_data.h', 96 'tests/test_image_data.h',
97 'tests/test_memory.cc',
98 'tests/test_memory.h',
97 'tests/test_paint_aggregator.cc', 99 'tests/test_paint_aggregator.cc',
98 'tests/test_paint_aggregator.h', 100 'tests/test_paint_aggregator.h',
99 'tests/test_post_message.cc', 101 'tests/test_post_message.cc',
100 'tests/test_post_message.h', 102 'tests/test_post_message.h',
101 'tests/test_scrollbar.cc', 103 'tests/test_scrollbar.cc',
102 'tests/test_scrollbar.h', 104 'tests/test_scrollbar.h',
103 'tests/test_struct_sizes.c', 105 'tests/test_struct_sizes.c',
104 'tests/test_uma.cc', 106 'tests/test_uma.cc',
105 'tests/test_uma.h', 107 'tests/test_uma.h',
106 'tests/test_url_loader.cc', 108 'tests/test_url_loader.cc',
(...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after
326 ], 328 ],
327 'sources': [ 329 'sources': [
328 'examples/gles2/gles2.cc', 330 'examples/gles2/gles2.cc',
329 'examples/gles2/testdata.h', 331 'examples/gles2/testdata.h',
330 ], 332 ],
331 }, 333 },
332 ], 334 ],
333 }] 335 }]
334 ] 336 ]
335 } 337 }
OLDNEW
« no previous file with comments | « ppapi/ppapi_cpp.gypi ('k') | ppapi/tests/all_c_includes.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698