Chromium Code Reviews| 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 import("//build/config/ui.gni") | 5 import("//build/config/ui.gni") |
| 6 import("//testing/test.gni") | 6 import("//testing/test.gni") |
| 7 | 7 |
| 8 if (is_android) { | 8 if (is_android) { |
| 9 import("//build/config/android/rules.gni") | 9 import("//build/config/android/rules.gni") |
| 10 } | 10 } |
| (...skipping 368 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 379 "message_loop/message_pump_win.cc", | 379 "message_loop/message_pump_win.cc", |
| 380 "message_loop/message_pump_win.h", | 380 "message_loop/message_pump_win.h", |
| 381 "metrics/bucket_ranges.cc", | 381 "metrics/bucket_ranges.cc", |
| 382 "metrics/bucket_ranges.h", | 382 "metrics/bucket_ranges.h", |
| 383 "metrics/field_trial.cc", | 383 "metrics/field_trial.cc", |
| 384 "metrics/field_trial.h", | 384 "metrics/field_trial.h", |
| 385 "metrics/histogram.cc", | 385 "metrics/histogram.cc", |
| 386 "metrics/histogram.h", | 386 "metrics/histogram.h", |
| 387 "metrics/histogram_base.cc", | 387 "metrics/histogram_base.cc", |
| 388 "metrics/histogram_base.h", | 388 "metrics/histogram_base.h", |
| 389 "metrics/histogram_delta_serialization.", | |
|
scottmg
2015/02/27 03:13:50
hmm, will fix that in a separate cl.
| |
| 389 "metrics/histogram_delta_serialization.cc", | 390 "metrics/histogram_delta_serialization.cc", |
| 390 "metrics/sample_map.cc", | |
| 391 "metrics/sample_map.h", | |
| 392 "metrics/sample_vector.cc", | |
| 393 "metrics/sample_vector.h", | |
| 394 "metrics/histogram_delta_serialization.", | |
| 395 "metrics/histogram_flattener.h", | 391 "metrics/histogram_flattener.h", |
| 396 "metrics/histogram_macros.h", | 392 "metrics/histogram_macros.h", |
| 397 "metrics/histogram_samples.cc", | 393 "metrics/histogram_samples.cc", |
| 398 "metrics/histogram_samples.h", | 394 "metrics/histogram_samples.h", |
| 399 "metrics/histogram_snapshot_manager.cc", | 395 "metrics/histogram_snapshot_manager.cc", |
| 400 "metrics/histogram_snapshot_manager.h", | 396 "metrics/histogram_snapshot_manager.h", |
| 397 "metrics/sample_map.cc", | |
| 398 "metrics/sample_map.h", | |
| 399 "metrics/sample_vector.cc", | |
| 400 "metrics/sample_vector.h", | |
| 401 "metrics/sparse_histogram.cc", | 401 "metrics/sparse_histogram.cc", |
| 402 "metrics/sparse_histogram.h", | 402 "metrics/sparse_histogram.h", |
| 403 "metrics/statistics_recorder.cc", | 403 "metrics/statistics_recorder.cc", |
| 404 "metrics/statistics_recorder.h", | 404 "metrics/statistics_recorder.h", |
| 405 "metrics/user_metrics.cc", | 405 "metrics/user_metrics.cc", |
| 406 "metrics/user_metrics.h", | 406 "metrics/user_metrics.h", |
| 407 "metrics/user_metrics_action.h", | 407 "metrics/user_metrics_action.h", |
| 408 "move.h", | 408 "move.h", |
| 409 "native_library.h", | 409 "native_library.h", |
| 410 "native_library_mac.mm", | 410 "native_library_mac.mm", |
| (...skipping 365 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 776 | 776 |
| 777 sources -= [ | 777 sources -= [ |
| 778 "allocator/type_profiler_control.cc", | 778 "allocator/type_profiler_control.cc", |
| 779 "allocator/type_profiler_control.h", | 779 "allocator/type_profiler_control.h", |
| 780 "async_socket_io_handler_posix.cc", | 780 "async_socket_io_handler_posix.cc", |
| 781 "base_paths.cc", | 781 "base_paths.cc", |
| 782 "cpu.cc", | 782 "cpu.cc", |
| 783 "files/file_proxy.cc", | 783 "files/file_proxy.cc", |
| 784 "files/file_util.cc", | 784 "files/file_util.cc", |
| 785 "files/file_util_proxy.cc", | 785 "files/file_util_proxy.cc", |
| 786 "files/scoped_temp_dir.cc", | |
| 786 "path_service.cc", | 787 "path_service.cc", |
| 787 "scoped_native_library.cc", | 788 "scoped_native_library.cc", |
| 788 "files/scoped_temp_dir.cc", | |
| 789 ] | 789 ] |
| 790 } | 790 } |
| 791 | 791 |
| 792 sources -= [ | 792 sources -= [ |
| 793 "process/process_handle_freebsd.cc", | 793 "process/process_handle_freebsd.cc", |
| 794 "process/process_handle_openbsd.cc", | 794 "process/process_handle_openbsd.cc", |
| 795 "process/process_iterator_freebsd.cc", | 795 "process/process_iterator_freebsd.cc", |
| 796 "process/process_iterator_openbsd.cc", | 796 "process/process_iterator_openbsd.cc", |
| 797 "process/process_metrics_freebsd.cc", | 797 "process/process_metrics_freebsd.cc", |
| 798 "process/process_metrics_openbsd.cc", | 798 "process/process_metrics_openbsd.cc", |
| (...skipping 792 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1591 | 1591 |
| 1592 # GYP: //base.gyp:base_java_unittest_support | 1592 # GYP: //base.gyp:base_java_unittest_support |
| 1593 android_library("base_java_unittest_support") { | 1593 android_library("base_java_unittest_support") { |
| 1594 deps = [ | 1594 deps = [ |
| 1595 ":base_java", | 1595 ":base_java", |
| 1596 ] | 1596 ] |
| 1597 java_files = | 1597 java_files = |
| 1598 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] | 1598 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] |
| 1599 } | 1599 } |
| 1600 } | 1600 } |
| OLD | NEW |