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

Side by Side Diff: base/BUILD.gn

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, 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 | « no previous file | base/allocator/BUILD.gn » ('j') | base/allocator/BUILD.gn » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 import("//build/config/ui.gni") 5 import("//build/config/ui.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 7
8 if (is_android) { 8 if (is_android) {
9 import("//build/config/android/rules.gni") 9 import("//build/config/android/rules.gni")
10 } 10 }
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
133 "android/trace_event_binding.cc", 133 "android/trace_event_binding.cc",
134 "android/trace_event_binding.h", 134 "android/trace_event_binding.h",
135 "async_socket_io_handler.h", 135 "async_socket_io_handler.h",
136 "async_socket_io_handler_posix.cc", 136 "async_socket_io_handler_posix.cc",
137 "async_socket_io_handler_win.cc", 137 "async_socket_io_handler_win.cc",
138 "at_exit.cc", 138 "at_exit.cc",
139 "at_exit.h", 139 "at_exit.h",
140 "atomic_ref_count.h", 140 "atomic_ref_count.h",
141 "atomic_sequence_num.h", 141 "atomic_sequence_num.h",
142 "atomicops.h", 142 "atomicops.h",
143 "atomicops_internals_gcc.h",
144 "atomicops_internals_mac.h", 143 "atomicops_internals_mac.h",
145 "atomicops_internals_portable.h", 144 "atomicops_internals_portable.h",
146 "atomicops_internals_x86_gcc.cc",
147 "atomicops_internals_x86_gcc.h",
148 "atomicops_internals_x86_msvc.h", 145 "atomicops_internals_x86_msvc.h",
149 "auto_reset.h", 146 "auto_reset.h",
150 "barrier_closure.cc", 147 "barrier_closure.cc",
151 "barrier_closure.h", 148 "barrier_closure.h",
152 "base64.cc", 149 "base64.cc",
153 "base64.h", 150 "base64.h",
154 "base_export.h", 151 "base_export.h",
155 "base_switches.h", 152 "base_switches.h",
156 "basictypes.h", 153 "basictypes.h",
157 "big_endian.cc", 154 "big_endian.cc",
(...skipping 1407 matching lines...) Expand 10 before | Expand all | Expand 10 after
1565 1562
1566 # GYP: //base.gyp:base_java_unittest_support 1563 # GYP: //base.gyp:base_java_unittest_support
1567 android_library("base_java_unittest_support") { 1564 android_library("base_java_unittest_support") {
1568 deps = [ 1565 deps = [
1569 ":base_java", 1566 ":base_java",
1570 ] 1567 ]
1571 java_files = 1568 java_files =
1572 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] 1569 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ]
1573 } 1570 }
1574 } 1571 }
OLDNEW
« no previous file with comments | « no previous file | base/allocator/BUILD.gn » ('j') | base/allocator/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698