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 327 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
338 "files/memory_mapped_file_posix.cc", | 338 "files/memory_mapped_file_posix.cc", |
339 "files/memory_mapped_file_win.cc", | 339 "files/memory_mapped_file_win.cc", |
340 "files/scoped_file.cc", | 340 "files/scoped_file.cc", |
341 "files/scoped_file.h", | 341 "files/scoped_file.h", |
342 "files/scoped_temp_dir.cc", | 342 "files/scoped_temp_dir.cc", |
343 "files/scoped_temp_dir.h", | 343 "files/scoped_temp_dir.h", |
344 "format_macros.h", | 344 "format_macros.h", |
345 "gtest_prod_util.h", | 345 "gtest_prod_util.h", |
346 "guid.cc", | 346 "guid.cc", |
347 "guid.h", | 347 "guid.h", |
348 "guid_posix.cc", | |
349 "guid_win.cc", | |
350 "hash.cc", | 348 "hash.cc", |
351 "hash.h", | 349 "hash.h", |
352 "id_map.h", | 350 "id_map.h", |
353 "ios/crb_protocol_observers.h", | 351 "ios/crb_protocol_observers.h", |
354 "ios/crb_protocol_observers.mm", | 352 "ios/crb_protocol_observers.mm", |
355 "ios/device_util.h", | 353 "ios/device_util.h", |
356 "ios/device_util.mm", | 354 "ios/device_util.mm", |
357 "ios/ios_util.h", | 355 "ios/ios_util.h", |
358 "ios/ios_util.mm", | 356 "ios/ios_util.mm", |
359 "ios/ns_error_util.h", | 357 "ios/ns_error_util.h", |
(...skipping 1990 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2350 | 2348 |
2351 # GYP: //base.gyp:base_java_unittest_support | 2349 # GYP: //base.gyp:base_java_unittest_support |
2352 android_library("base_java_unittest_support") { | 2350 android_library("base_java_unittest_support") { |
2353 deps = [ | 2351 deps = [ |
2354 ":base_java", | 2352 ":base_java", |
2355 ] | 2353 ] |
2356 java_files = | 2354 java_files = |
2357 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] | 2355 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] |
2358 } | 2356 } |
2359 } | 2357 } |
OLD | NEW |