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

Side by Side Diff: base/base.gypi

Issue 11550031: Implement SequenceChecker, which is a generalization of ThreadChecker (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments Created 8 years 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 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'base_target': 0, 8 'base_target': 0,
9 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
(...skipping 335 matching lines...) Expand 10 before | Expand all | Expand 10 after
346 'rand_util.h', 346 'rand_util.h',
347 'rand_util_nacl.cc', 347 'rand_util_nacl.cc',
348 'rand_util_posix.cc', 348 'rand_util_posix.cc',
349 'rand_util_win.cc', 349 'rand_util_win.cc',
350 'run_loop.cc', 350 'run_loop.cc',
351 'run_loop.h', 351 'run_loop.h',
352 'safe_strerror_posix.cc', 352 'safe_strerror_posix.cc',
353 'safe_strerror_posix.h', 353 'safe_strerror_posix.h',
354 'scoped_native_library.cc', 354 'scoped_native_library.cc',
355 'scoped_native_library.h', 355 'scoped_native_library.h',
356 'sequence_checker.h',
357 'sequence_checker_impl.cc',
358 'sequence_checker_impl.h',
356 'sequenced_task_runner.cc', 359 'sequenced_task_runner.cc',
357 'sequenced_task_runner.h', 360 'sequenced_task_runner.h',
358 'sequenced_task_runner_helpers.h', 361 'sequenced_task_runner_helpers.h',
359 'sha1.h', 362 'sha1.h',
360 'sha1_portable.cc', 363 'sha1_portable.cc',
361 'sha1_win.cc', 364 'sha1_win.cc',
362 'shared_memory.h', 365 'shared_memory.h',
363 'shared_memory_android.cc', 366 'shared_memory_android.cc',
364 'shared_memory_nacl.cc', 367 'shared_memory_nacl.cc',
365 'shared_memory_posix.cc', 368 'shared_memory_posix.cc',
(...skipping 356 matching lines...) Expand 10 before | Expand all | Expand 10 after
722 # Remove all unnecessary files for build_nexe.py to avoid exceeding 725 # Remove all unnecessary files for build_nexe.py to avoid exceeding
723 # command-line-string limitation when building NaCl on Windows. 726 # command-line-string limitation when building NaCl on Windows.
724 ['OS == "win" and >(nacl_untrusted_build)==1', { 727 ['OS == "win" and >(nacl_untrusted_build)==1', {
725 'sources/': [ ['exclude', '\\.h$'] ], 728 'sources/': [ ['exclude', '\\.h$'] ],
726 }], 729 }],
727 ], 730 ],
728 }], 731 }],
729 ], 732 ],
730 }, 733 },
731 } 734 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | base/sequence_checker.h » ('j') | base/sequence_checker_impl.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698