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

Unified Diff: base/base.gypi

Issue 1211903003: Remove old/unused atomicops code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: also remove _gcc.h Created 5 years, 6 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 side-by-side diff with in-line comments
Download patch
Index: base/base.gypi
diff --git a/base/base.gypi b/base/base.gypi
index ed22cff6c8b950c76e2e9dd76d91d42ae2eece0d..0f9196a00c28254e99881cadce88634c73edaafa 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -91,11 +91,8 @@
'atomic_ref_count.h',
'atomic_sequence_num.h',
'atomicops.h',
- 'atomicops_internals_gcc.h',
'atomicops_internals_mac.h',
'atomicops_internals_portable.h',
- 'atomicops_internals_x86_gcc.cc',
- 'atomicops_internals_x86_gcc.h',
'atomicops_internals_x86_msvc.h',
'barrier_closure.cc',
'barrier_closure.h',
@@ -773,9 +770,6 @@
'sources/': [
['exclude', '^nix/'],
],
- 'sources!': [
- 'atomicops_internals_x86_gcc.cc',
- ],
}],
['<(use_glib)==0 or >(nacl_untrusted_build)==1', {
'sources!': [
@@ -860,7 +854,6 @@
],
'sources/': [
# Pull in specific files for host builds.
- ['include', '^atomicops_internals_x86_gcc\\.cc$'],
['include', '^threading/platform_thread_linux\\.cc$'],
],
}],

Powered by Google App Engine
This is Rietveld 408576698