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

Unified Diff: base/BUILD.gn

Issue 1466833002: C++11 atomics (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Keep compat.h for now. Created 5 years 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
« no previous file with comments | « no previous file | base/atomicops.h » ('j') | base/atomicops.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/BUILD.gn
diff --git a/base/BUILD.gn b/base/BUILD.gn
index 6bc61d41682d55a296dc6773e0f3b3d0d5c8e062..a5821170bf8fe10b20459438b204c6b296b4b52c 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -159,7 +159,6 @@ component("base") {
"atomic_ref_count.h",
"atomic_sequence_num.h",
"atomicops.h",
- "atomicops_internals_mac.h",
"atomicops_internals_portable.h",
"atomicops_internals_x86_msvc.h",
"auto_reset.h",
@@ -921,7 +920,6 @@ component("base") {
set_sources_assignment_filter([])
sources += [
- "atomicops_internals_mac.h",
"base_paths_mac.h",
"base_paths_mac.mm",
"file_version_info_mac.h",
« no previous file with comments | « no previous file | base/atomicops.h » ('j') | base/atomicops.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698