| 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 513 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 524 "message_loop/message_pump_libevent.cc", | 524 "message_loop/message_pump_libevent.cc", |
| 525 "message_loop/message_pump_libevent.h", | 525 "message_loop/message_pump_libevent.h", |
| 526 "message_loop/message_pump_mac.h", | 526 "message_loop/message_pump_mac.h", |
| 527 "message_loop/message_pump_mac.mm", | 527 "message_loop/message_pump_mac.mm", |
| 528 "message_loop/message_pump_win.cc", | 528 "message_loop/message_pump_win.cc", |
| 529 "message_loop/message_pump_win.h", | 529 "message_loop/message_pump_win.h", |
| 530 "metrics/bucket_ranges.cc", | 530 "metrics/bucket_ranges.cc", |
| 531 "metrics/bucket_ranges.h", | 531 "metrics/bucket_ranges.h", |
| 532 "metrics/field_trial.cc", | 532 "metrics/field_trial.cc", |
| 533 "metrics/field_trial.h", | 533 "metrics/field_trial.h", |
| 534 "metrics/field_trial_param_associator.cc", |
| 535 "metrics/field_trial_param_associator.h", |
| 534 "metrics/histogram.cc", | 536 "metrics/histogram.cc", |
| 535 "metrics/histogram.h", | 537 "metrics/histogram.h", |
| 536 "metrics/histogram_base.cc", | 538 "metrics/histogram_base.cc", |
| 537 "metrics/histogram_base.h", | 539 "metrics/histogram_base.h", |
| 538 "metrics/histogram_delta_serialization.cc", | 540 "metrics/histogram_delta_serialization.cc", |
| 539 "metrics/histogram_delta_serialization.h", | 541 "metrics/histogram_delta_serialization.h", |
| 540 "metrics/histogram_flattener.h", | 542 "metrics/histogram_flattener.h", |
| 541 "metrics/histogram_macros.h", | 543 "metrics/histogram_macros.h", |
| 542 "metrics/histogram_samples.cc", | 544 "metrics/histogram_samples.cc", |
| 543 "metrics/histogram_samples.h", | 545 "metrics/histogram_samples.h", |
| (...skipping 1907 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2451 testonly = true | 2453 testonly = true |
| 2452 deps = [ | 2454 deps = [ |
| 2453 ":base_java", | 2455 ":base_java", |
| 2454 ] | 2456 ] |
| 2455 java_files = [ | 2457 java_files = [ |
| 2456 "test/android/java/src/org/chromium/base/ContentUriTestUtils.java", | 2458 "test/android/java/src/org/chromium/base/ContentUriTestUtils.java", |
| 2457 "test/android/java/src/org/chromium/base/TestSystemMessageHandler.java", | 2459 "test/android/java/src/org/chromium/base/TestSystemMessageHandler.java", |
| 2458 ] | 2460 ] |
| 2459 } | 2461 } |
| 2460 } | 2462 } |
| OLD | NEW |