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

Side by Side Diff: base/BUILD.gn

Issue 889583003: Remove 32-bit Mac implementation of EnableTerminationOnHeapCorruption(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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/base.gyp » ('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) 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 882 matching lines...) Expand 10 before | Expand all | Expand 10 after
893 if (is_mac) { 893 if (is_mac) {
894 sources += [ 894 sources += [
895 "memory/discardable_memory_mach.cc", 895 "memory/discardable_memory_mach.cc",
896 "memory/discardable_memory_mach.h", 896 "memory/discardable_memory_mach.h",
897 ] 897 ]
898 sources -= [ 898 sources -= [
899 "base_paths_posix.cc", 899 "base_paths_posix.cc",
900 "native_library_posix.cc", 900 "native_library_posix.cc",
901 "strings/sys_string_conversions_posix.cc", 901 "strings/sys_string_conversions_posix.cc",
902 ] 902 ]
903 deps += [ "//third_party/mach_override" ]
904 } else { 903 } else {
905 # Non-Mac. 904 # Non-Mac.
906 sources -= [ 905 sources -= [
907 "files/file_path_watcher_fsevents.cc", 906 "files/file_path_watcher_fsevents.cc",
908 "files/file_path_watcher_fsevents.h", 907 "files/file_path_watcher_fsevents.h",
909 "files/file_path_watcher_kqueue.cc", 908 "files/file_path_watcher_kqueue.cc",
910 "files/file_path_watcher_kqueue.h", 909 "files/file_path_watcher_kqueue.h",
911 ] 910 ]
912 } 911 }
913 912
(...skipping 623 matching lines...) Expand 10 before | Expand all | Expand 10 after
1537 1536
1538 # GYP: //base.gyp:base_java_unittest_support 1537 # GYP: //base.gyp:base_java_unittest_support
1539 android_library("base_java_unittest_support") { 1538 android_library("base_java_unittest_support") {
1540 deps = [ 1539 deps = [
1541 ":base_java", 1540 ":base_java",
1542 ] 1541 ]
1543 java_files = 1542 java_files =
1544 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] 1543 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ]
1545 } 1544 }
1546 } 1545 }
OLDNEW
« no previous file with comments | « no previous file | base/base.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698