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

Unified Diff: tools/gn/bootstrap/bootstrap.py

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
« base/allocator/BUILD.gn ('K') | « base/base.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/bootstrap/bootstrap.py
diff --git a/tools/gn/bootstrap/bootstrap.py b/tools/gn/bootstrap/bootstrap.py
index e2b35bc88c629373017419c3b9dc6b849b6bf036..353fcdd76721d6844d87b96512509a4e5f5df08a 100755
--- a/tools/gn/bootstrap/bootstrap.py
+++ b/tools/gn/bootstrap/bootstrap.py
@@ -143,7 +143,6 @@ def write_ninja(path, options):
])
static_libraries['base']['sources'].extend([
'base/at_exit.cc',
- 'base/atomicops_internals_x86_gcc.cc',
'base/base_paths.cc',
Nico 2015/07/01 18:49:07 This probably now needs to reference the new atomi
Sam Clegg 2015/07/01 18:52:58 There are no .cc files needed for atomics anymore,
Nico 2015/07/01 18:55:42 Oh, and this sounds good. lgtm!
'base/base_switches.cc',
'base/callback_internal.cc',
« base/allocator/BUILD.gn ('K') | « base/base.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698