| 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 942 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 953 "win/i18n.cc", | 953 "win/i18n.cc", |
| 954 "win/i18n.h", | 954 "win/i18n.h", |
| 955 "win/iat_patch_function.cc", | 955 "win/iat_patch_function.cc", |
| 956 "win/iat_patch_function.h", | 956 "win/iat_patch_function.h", |
| 957 "win/iunknown_impl.cc", | 957 "win/iunknown_impl.cc", |
| 958 "win/iunknown_impl.h", | 958 "win/iunknown_impl.h", |
| 959 "win/message_window.cc", | 959 "win/message_window.cc", |
| 960 "win/message_window.h", | 960 "win/message_window.h", |
| 961 "win/object_watcher.cc", | 961 "win/object_watcher.cc", |
| 962 "win/object_watcher.h", | 962 "win/object_watcher.h", |
| 963 "win/osk_display_manager.cc", |
| 964 "win/osk_display_manager.h", |
| 963 "win/process_startup_helper.cc", | 965 "win/process_startup_helper.cc", |
| 964 "win/process_startup_helper.h", | 966 "win/process_startup_helper.h", |
| 965 "win/registry.cc", | 967 "win/registry.cc", |
| 966 "win/registry.h", | 968 "win/registry.h", |
| 967 "win/resource_util.cc", | 969 "win/resource_util.cc", |
| 968 "win/resource_util.h", | 970 "win/resource_util.h", |
| 969 "win/scoped_bstr.cc", | 971 "win/scoped_bstr.cc", |
| 970 "win/scoped_bstr.h", | 972 "win/scoped_bstr.h", |
| 971 "win/scoped_co_mem.h", | 973 "win/scoped_co_mem.h", |
| 972 "win/scoped_com_initializer.h", | 974 "win/scoped_com_initializer.h", |
| (...skipping 1400 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2373 | 2375 |
| 2374 # GYP: //base.gyp:base_java_unittest_support | 2376 # GYP: //base.gyp:base_java_unittest_support |
| 2375 android_library("base_java_unittest_support") { | 2377 android_library("base_java_unittest_support") { |
| 2376 deps = [ | 2378 deps = [ |
| 2377 ":base_java", | 2379 ":base_java", |
| 2378 ] | 2380 ] |
| 2379 java_files = | 2381 java_files = |
| 2380 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] | 2382 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] |
| 2381 } | 2383 } |
| 2382 } | 2384 } |
| OLD | NEW |