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

Side by Side Diff: trunk/src/base/base.gypi

Issue 18861008: Revert 210434 "Revert 210433 "Revert 210423 "base: Make Sequence..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 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 | « no previous file | trunk/src/base/threading/sequenced_worker_pool.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) 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 683 matching lines...) Expand 10 before | Expand all | Expand 10 after
694 'path_service.cc', 694 'path_service.cc',
695 'platform_file_posix.cc', 695 'platform_file_posix.cc',
696 'posix/unix_domain_socket_linux.cc', 696 'posix/unix_domain_socket_linux.cc',
697 'process_posix.cc', 697 'process_posix.cc',
698 'process_util.cc', 698 'process_util.cc',
699 'process_util_posix.cc', 699 'process_util_posix.cc',
700 'rand_util_posix.cc', 700 'rand_util_posix.cc',
701 'scoped_native_library.cc', 701 'scoped_native_library.cc',
702 'files/scoped_temp_dir.cc', 702 'files/scoped_temp_dir.cc',
703 'sys_info_posix.cc', 703 'sys_info_posix.cc',
704 'threading/sequenced_worker_pool.cc',
704 'third_party/dynamic_annotations/dynamic_annotations.c', 705 'third_party/dynamic_annotations/dynamic_annotations.c',
705 ], 706 ],
706 'sources/': [ 707 'sources/': [
707 # Metrics won't work in the NaCl sandbox. 708 # Metrics won't work in the NaCl sandbox.
708 ['exclude', '^metrics/'], 709 ['exclude', '^metrics/'],
709 ['include', '^threading/platform_thread_linux\\.cc$'], 710 ['include', '^threading/platform_thread_linux\\.cc$'],
710 ], 711 ],
711 }], 712 }],
712 ['OS == "android" and >(nacl_untrusted_build)==0', { 713 ['OS == "android" and >(nacl_untrusted_build)==0', {
713 'sources!': [ 714 'sources!': [
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
865 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { 866 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', {
866 'sources/': [ 867 'sources/': [
867 ['exclude', '^third_party/nspr/'], 868 ['exclude', '^third_party/nspr/'],
868 ], 869 ],
869 }], 870 }],
870 ], 871 ],
871 }], 872 }],
872 ], 873 ],
873 }, 874 },
874 } 875 }
OLDNEW
« no previous file with comments | « no previous file | trunk/src/base/threading/sequenced_worker_pool.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698