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

Side by Side Diff: base/base.gypi

Issue 22859056: Add a BarrierClosure. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review fixes. Created 7 years, 4 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 | « base/base.gyp ('k') | no next file » | 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 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 'at_exit.h', 71 'at_exit.h',
72 'atomic_ref_count.h', 72 'atomic_ref_count.h',
73 'atomic_sequence_num.h', 73 'atomic_sequence_num.h',
74 'atomicops.h', 74 'atomicops.h',
75 'atomicops_internals_gcc.h', 75 'atomicops_internals_gcc.h',
76 'atomicops_internals_mac.h', 76 'atomicops_internals_mac.h',
77 'atomicops_internals_tsan.h', 77 'atomicops_internals_tsan.h',
78 'atomicops_internals_x86_gcc.cc', 78 'atomicops_internals_x86_gcc.cc',
79 'atomicops_internals_x86_gcc.h', 79 'atomicops_internals_x86_gcc.h',
80 'atomicops_internals_x86_msvc.h', 80 'atomicops_internals_x86_msvc.h',
81 'barrier_closure.cc',
82 'barrier_closure.h',
81 'base_export.h', 83 'base_export.h',
82 'base_paths.cc', 84 'base_paths.cc',
83 'base_paths.h', 85 'base_paths.h',
84 'base_paths_android.cc', 86 'base_paths_android.cc',
85 'base_paths_android.h', 87 'base_paths_android.h',
86 'base_paths_mac.h', 88 'base_paths_mac.h',
87 'base_paths_mac.mm', 89 'base_paths_mac.mm',
88 'base_paths_posix.cc', 90 'base_paths_posix.cc',
89 'base_paths_posix.h', 91 'base_paths_posix.h',
90 'base_paths_win.cc', 92 'base_paths_win.cc',
(...skipping 795 matching lines...) Expand 10 before | Expand all | Expand 10 after
886 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { 888 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', {
887 'sources/': [ 889 'sources/': [
888 ['exclude', '^third_party/nspr/'], 890 ['exclude', '^third_party/nspr/'],
889 ], 891 ],
890 }], 892 }],
891 ], 893 ],
892 }], 894 }],
893 ], 895 ],
894 }, 896 },
895 } 897 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698