| 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 939 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 950 "trace_event/trace_event_impl.h", | 950 "trace_event/trace_event_impl.h", |
| 951 "trace_event/trace_event_memory_overhead.cc", | 951 "trace_event/trace_event_memory_overhead.cc", |
| 952 "trace_event/trace_event_memory_overhead.h", | 952 "trace_event/trace_event_memory_overhead.h", |
| 953 "trace_event/trace_event_synthetic_delay.cc", | 953 "trace_event/trace_event_synthetic_delay.cc", |
| 954 "trace_event/trace_event_synthetic_delay.h", | 954 "trace_event/trace_event_synthetic_delay.h", |
| 955 "trace_event/trace_event_system_stats_monitor.cc", | 955 "trace_event/trace_event_system_stats_monitor.cc", |
| 956 "trace_event/trace_event_system_stats_monitor.h", | 956 "trace_event/trace_event_system_stats_monitor.h", |
| 957 "trace_event/trace_log.cc", | 957 "trace_event/trace_log.cc", |
| 958 "trace_event/trace_log.h", | 958 "trace_event/trace_log.h", |
| 959 "trace_event/trace_log_constants.cc", | 959 "trace_event/trace_log_constants.cc", |
| 960 "trace_event/trace_sampling_thread.cc", | |
| 961 "trace_event/trace_sampling_thread.h", | |
| 962 "trace_event/tracing_agent.cc", | 960 "trace_event/tracing_agent.cc", |
| 963 "trace_event/tracing_agent.h", | 961 "trace_event/tracing_agent.h", |
| 964 "tracked_objects.cc", | 962 "tracked_objects.cc", |
| 965 "tracked_objects.h", | 963 "tracked_objects.h", |
| 966 "tracking_info.cc", | 964 "tracking_info.cc", |
| 967 "tracking_info.h", | 965 "tracking_info.h", |
| 968 "tuple.h", | 966 "tuple.h", |
| 969 "unguessable_token.cc", | 967 "unguessable_token.cc", |
| 970 "unguessable_token.h", | 968 "unguessable_token.h", |
| 971 "value_conversions.cc", | 969 "value_conversions.cc", |
| (...skipping 1482 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2454 testonly = true | 2452 testonly = true |
| 2455 deps = [ | 2453 deps = [ |
| 2456 ":base_java", | 2454 ":base_java", |
| 2457 ] | 2455 ] |
| 2458 java_files = [ | 2456 java_files = [ |
| 2459 "test/android/java/src/org/chromium/base/ContentUriTestUtils.java", | 2457 "test/android/java/src/org/chromium/base/ContentUriTestUtils.java", |
| 2460 "test/android/java/src/org/chromium/base/TestSystemMessageHandler.java", | 2458 "test/android/java/src/org/chromium/base/TestSystemMessageHandler.java", |
| 2461 ] | 2459 ] |
| 2462 } | 2460 } |
| 2463 } | 2461 } |
| OLD | NEW |