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

Side by Side Diff: ppapi/ppapi_tests.gypi

Issue 6596026: Don't allow multiple opens for Pepper FileSystem. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 years, 10 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 | « no previous file | ppapi/proxy/ppb_file_system_proxy.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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 172 matching lines...) Expand 10 before | Expand all | Expand 10 after
183 'tests/test_char_set.h', 183 'tests/test_char_set.h',
184 'tests/test_class.cc', 184 'tests/test_class.cc',
185 'tests/test_class.h', 185 'tests/test_class.h',
186 'tests/test_cpp_includes.cc', 186 'tests/test_cpp_includes.cc',
187 'tests/test_directory_reader.cc', 187 'tests/test_directory_reader.cc',
188 'tests/test_directory_reader.h', 188 'tests/test_directory_reader.h',
189 'tests/test_file_io.cc', 189 'tests/test_file_io.cc',
190 'tests/test_file_io.h', 190 'tests/test_file_io.h',
191 'tests/test_file_ref.cc', 191 'tests/test_file_ref.cc',
192 'tests/test_file_ref.h', 192 'tests/test_file_ref.h',
193 'tests/test_file_system.cc',
194 'tests/test_file_system.h',
193 'tests/test_graphics_2d.cc', 195 'tests/test_graphics_2d.cc',
194 'tests/test_graphics_2d.h', 196 'tests/test_graphics_2d.h',
195 'tests/test_image_data.cc', 197 'tests/test_image_data.cc',
196 'tests/test_image_data.h', 198 'tests/test_image_data.h',
197 'tests/test_paint_aggregator.cc', 199 'tests/test_paint_aggregator.cc',
198 'tests/test_paint_aggregator.h', 200 'tests/test_paint_aggregator.h',
199 'tests/test_scrollbar.cc', 201 'tests/test_scrollbar.cc',
200 'tests/test_scrollbar.h', 202 'tests/test_scrollbar.h',
201 'tests/test_struct_sizes.c', 203 'tests/test_struct_sizes.c',
202 'tests/test_transport.cc', 204 'tests/test_transport.cc',
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
273 'proxy/plugin_dispatcher_unittest.cc', 275 'proxy/plugin_dispatcher_unittest.cc',
274 'proxy/plugin_resource_tracker_unittest.cc', 276 'proxy/plugin_resource_tracker_unittest.cc',
275 'proxy/plugin_var_tracker_unittest.cc', 277 'proxy/plugin_var_tracker_unittest.cc',
276 'proxy/ppapi_proxy_test.cc', 278 'proxy/ppapi_proxy_test.cc',
277 'proxy/ppapi_proxy_test.h', 279 'proxy/ppapi_proxy_test.h',
278 'proxy/serialized_var_unittest.cc', 280 'proxy/serialized_var_unittest.cc',
279 ], 281 ],
280 }, 282 },
281 ], 283 ],
282 } 284 }
OLDNEW
« no previous file with comments | « no previous file | ppapi/proxy/ppb_file_system_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698