| OLD | NEW |
| 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 Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |