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

Side by Side Diff: base/BUILD.gn

Issue 1698963004: Get iOS GN build working again (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: revert mb change, formatting Created 4 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 | ios/third_party/gcdwebserver/BUILD.gn » ('j') | ios/web/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 # HOW TO WRITE CONDITIONALS IN THIS FILE 5 # HOW TO WRITE CONDITIONALS IN THIS FILE
6 # ====================================== 6 # ======================================
7 # 7 #
8 # In many other places, one would write a conditional that expresses all the 8 # In many other places, one would write a conditional that expresses all the
9 # cases when a source file is used or unused, and then either add or subtract 9 # cases when a source file is used or unused, and then either add or subtract
10 # it from the sources list in that case 10 # it from the sources list in that case
(...skipping 1293 matching lines...) Expand 10 before | Expand all | Expand 10 after
1304 "mac/objc_property_releaser.mm", 1304 "mac/objc_property_releaser.mm",
1305 "mac/scoped_mach_port.cc", 1305 "mac/scoped_mach_port.cc",
1306 "mac/scoped_mach_port.h", 1306 "mac/scoped_mach_port.h",
1307 "mac/scoped_mach_vm.cc", 1307 "mac/scoped_mach_vm.cc",
1308 "mac/scoped_mach_vm.h", 1308 "mac/scoped_mach_vm.h",
1309 "mac/scoped_nsautorelease_pool.h", 1309 "mac/scoped_nsautorelease_pool.h",
1310 "mac/scoped_nsautorelease_pool.mm", 1310 "mac/scoped_nsautorelease_pool.mm",
1311 "mac/scoped_nsobject.h", 1311 "mac/scoped_nsobject.h",
1312 "mac/scoped_objc_class_swizzler.h", 1312 "mac/scoped_objc_class_swizzler.h",
1313 "mac/scoped_objc_class_swizzler.mm", 1313 "mac/scoped_objc_class_swizzler.mm",
1314 "memory/shared_memory_posix.cc",
1314 "message_loop/message_pump_mac.h", 1315 "message_loop/message_pump_mac.h",
1315 "message_loop/message_pump_mac.mm", 1316 "message_loop/message_pump_mac.mm",
1316 "process/memory_stubs.cc", 1317 "process/memory_stubs.cc",
1317 "strings/sys_string_conversions_mac.mm", 1318 "strings/sys_string_conversions_mac.mm",
1318 "threading/platform_thread_mac.mm", 1319 "threading/platform_thread_mac.mm",
1319 "time/time_mac.cc", 1320 "time/time_mac.cc",
1320 ] 1321 ]
1321 1322
1322 set_sources_assignment_filter(sources_assignment_filter) 1323 set_sources_assignment_filter(sources_assignment_filter)
1323 } 1324 }
(...skipping 766 matching lines...) Expand 10 before | Expand all | Expand 10 after
2090 2091
2091 # GYP: //base.gyp:base_java_unittest_support 2092 # GYP: //base.gyp:base_java_unittest_support
2092 android_library("base_java_unittest_support") { 2093 android_library("base_java_unittest_support") {
2093 deps = [ 2094 deps = [
2094 ":base_java", 2095 ":base_java",
2095 ] 2096 ]
2096 java_files = 2097 java_files =
2097 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] 2098 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ]
2098 } 2099 }
2099 } 2100 }
OLDNEW
« no previous file with comments | « no previous file | ios/third_party/gcdwebserver/BUILD.gn » ('j') | ios/web/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698