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

Side by Side Diff: ppapi/ppapi_sources.gypi

Issue 10696157: Add support for threadsafe completion callback factory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'variables': { 6 'variables': {
7 'c_source_files': [ 7 'c_source_files': [
8 'c/pp_array_output.h', 8 'c/pp_array_output.h',
9 'c/pp_bool.h', 9 'c/pp_bool.h',
10 'c/pp_completion_callback.h', 10 'c/pp_completion_callback.h',
(...skipping 282 matching lines...) Expand 10 before | Expand all | Expand 10 after
293 # Trusted interfaces. 293 # Trusted interfaces.
294 'cpp/trusted/browser_font_trusted.cc', 294 'cpp/trusted/browser_font_trusted.cc',
295 'cpp/trusted/browser_font_trusted.h', 295 'cpp/trusted/browser_font_trusted.h',
296 'cpp/trusted/file_chooser_trusted.cc', 296 'cpp/trusted/file_chooser_trusted.cc',
297 'cpp/trusted/file_chooser_trusted.h', 297 'cpp/trusted/file_chooser_trusted.h',
298 'cpp/trusted/file_io_trusted.cc', 298 'cpp/trusted/file_io_trusted.cc',
299 'cpp/trusted/file_io_trusted.h', 299 'cpp/trusted/file_io_trusted.h',
300 300
301 # Utility sources. 301 # Utility sources.
302 'utility/completion_callback_factory.h', 302 'utility/completion_callback_factory.h',
303 'utility/non_thread_safe_ref_count.h', 303 'utility/completion_callback_factory_thread_traits.h',
304 'utility/graphics/paint_aggregator.cc', 304 'utility/graphics/paint_aggregator.cc',
305 'utility/graphics/paint_aggregator.h', 305 'utility/graphics/paint_aggregator.h',
306 'utility/graphics/paint_manager.cc', 306 'utility/graphics/paint_manager.cc',
307 'utility/graphics/paint_manager.h', 307 'utility/graphics/paint_manager.h',
308 'utility/private/network_list_observer_private.cc', 308 'utility/private/network_list_observer_private.cc',
309 'utility/private/network_list_observer_private.h', 309 'utility/private/network_list_observer_private.h',
310 'utility/threading/lock.cc',
311 'utility/threading/lock.h',
310 'utility/threading/simple_thread.cc', 312 'utility/threading/simple_thread.cc',
311 'utility/threading/simple_thread.h', 313 'utility/threading/simple_thread.h',
312 'utility/websocket/websocket_api.cc', 314 'utility/websocket/websocket_api.cc',
313 'utility/websocket/websocket_api.h', 315 'utility/websocket/websocket_api.h',
314 ], 316 ],
315 # 317 #
316 # Common Testing source for trusted and untrusted (NaCl) pugins. 318 # Common Testing source for trusted and untrusted (NaCl) pugins.
317 # 319 #
318 'test_common_source_files': [ 320 'test_common_source_files': [
319 # Common test files 321 # Common test files
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
453 'tests/test_x509_certificate_private.h', 455 'tests/test_x509_certificate_private.h',
454 456
455 # Deprecated test cases. 457 # Deprecated test cases.
456 'tests/test_instance_deprecated.cc', 458 'tests/test_instance_deprecated.cc',
457 'tests/test_instance_deprecated.h', 459 'tests/test_instance_deprecated.h',
458 'tests/test_var_deprecated.cc', 460 'tests/test_var_deprecated.cc',
459 'tests/test_var_deprecated.h', 461 'tests/test_var_deprecated.h',
460 ], 462 ],
461 }, 463 },
462 } 464 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698