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

Side by Side Diff: base/base.gypi

Issue 2163753004: Rename CancellationFlag to AtomicFlag. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix dcheck death test Created 4 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
« no previous file with comments | « base/base.gyp ('k') | base/synchronization/atomic_flag.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 'includes': [ 6 'includes': [
7 'trace_event/trace_event.gypi', 7 'trace_event/trace_event.gypi',
8 ], 8 ],
9 'target_defaults': { 9 'target_defaults': {
10 'variables': { 10 'variables': {
(...skipping 581 matching lines...) Expand 10 before | Expand all | Expand 10 after
592 'strings/sys_string_conversions_posix.cc', 592 'strings/sys_string_conversions_posix.cc',
593 'strings/sys_string_conversions_win.cc', 593 'strings/sys_string_conversions_win.cc',
594 'strings/utf_offset_string_conversions.cc', 594 'strings/utf_offset_string_conversions.cc',
595 'strings/utf_offset_string_conversions.h', 595 'strings/utf_offset_string_conversions.h',
596 'strings/utf_string_conversion_utils.cc', 596 'strings/utf_string_conversion_utils.cc',
597 'strings/utf_string_conversion_utils.h', 597 'strings/utf_string_conversion_utils.h',
598 'strings/utf_string_conversions.cc', 598 'strings/utf_string_conversions.cc',
599 'strings/utf_string_conversions.h', 599 'strings/utf_string_conversions.h',
600 'supports_user_data.cc', 600 'supports_user_data.cc',
601 'supports_user_data.h', 601 'supports_user_data.h',
602 'synchronization/cancellation_flag.cc', 602 'synchronization/atomic_flag.cc',
603 'synchronization/atomic_flag.h',
603 'synchronization/cancellation_flag.h', 604 'synchronization/cancellation_flag.h',
604 'synchronization/condition_variable.h', 605 'synchronization/condition_variable.h',
605 'synchronization/condition_variable_posix.cc', 606 'synchronization/condition_variable_posix.cc',
606 'synchronization/condition_variable_win.cc', 607 'synchronization/condition_variable_win.cc',
607 'synchronization/lock.cc', 608 'synchronization/lock.cc',
608 'synchronization/lock.h', 609 'synchronization/lock.h',
609 'synchronization/lock_impl.h', 610 'synchronization/lock_impl.h',
610 'synchronization/lock_impl_posix.cc', 611 'synchronization/lock_impl_posix.cc',
611 'synchronization/lock_impl_win.cc', 612 'synchronization/lock_impl_win.cc',
612 'synchronization/read_write_lock.h', 613 'synchronization/read_write_lock.h',
(...skipping 488 matching lines...) Expand 10 before | Expand all | Expand 10 after
1101 'i18n/time_formatting.h', 1102 'i18n/time_formatting.h',
1102 'i18n/timezone.cc', 1103 'i18n/timezone.cc',
1103 'i18n/timezone.h', 1104 'i18n/timezone.h',
1104 'i18n/utf8_validator_tables.cc', 1105 'i18n/utf8_validator_tables.cc',
1105 'i18n/utf8_validator_tables.h', 1106 'i18n/utf8_validator_tables.h',
1106 ], 1107 ],
1107 }] 1108 }]
1108 ], 1109 ],
1109 }, 1110 },
1110 } 1111 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | base/synchronization/atomic_flag.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698