| 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 348 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 359 "power_monitor/power_monitor_device_source_chromeos.cc", | 359 "power_monitor/power_monitor_device_source_chromeos.cc", |
| 360 "power_monitor/power_monitor_device_source_ios.mm", | 360 "power_monitor/power_monitor_device_source_ios.mm", |
| 361 "power_monitor/power_monitor_device_source_mac.mm", | 361 "power_monitor/power_monitor_device_source_mac.mm", |
| 362 "power_monitor/power_monitor_device_source_posix.cc", | 362 "power_monitor/power_monitor_device_source_posix.cc", |
| 363 "power_monitor/power_monitor_device_source_win.cc", | 363 "power_monitor/power_monitor_device_source_win.cc", |
| 364 "power_monitor/power_monitor_source.cc", | 364 "power_monitor/power_monitor_source.cc", |
| 365 "power_monitor/power_monitor_source.h", | 365 "power_monitor/power_monitor_source.h", |
| 366 "power_monitor/power_observer.h", | 366 "power_monitor/power_observer.h", |
| 367 "profiler/alternate_timer.cc", | 367 "profiler/alternate_timer.cc", |
| 368 "profiler/alternate_timer.h", | 368 "profiler/alternate_timer.h", |
| 369 "profiler/native_stack_sampler.cc", |
| 370 "profiler/native_stack_sampler.h", |
| 369 "profiler/scoped_profile.cc", | 371 "profiler/scoped_profile.cc", |
| 370 "profiler/scoped_profile.h", | 372 "profiler/scoped_profile.h", |
| 371 "profiler/scoped_tracker.cc", | 373 "profiler/scoped_tracker.cc", |
| 372 "profiler/scoped_tracker.h", | 374 "profiler/scoped_tracker.h", |
| 373 "profiler/stack_sampling_profiler.cc", | 375 "profiler/stack_sampling_profiler.cc", |
| 374 "profiler/stack_sampling_profiler.h", | 376 "profiler/stack_sampling_profiler.h", |
| 375 "profiler/stack_sampling_profiler_posix.cc", | 377 "profiler/stack_sampling_profiler_posix.cc", |
| 376 "profiler/stack_sampling_profiler_win.cc", | 378 "profiler/stack_sampling_profiler_win.cc", |
| 377 "profiler/tracked_time.cc", | 379 "profiler/tracked_time.cc", |
| 378 "profiler/tracked_time.h", | 380 "profiler/tracked_time.h", |
| (...skipping 1082 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1461 | 1463 |
| 1462 # GYP: //base.gyp:base_java_unittest_support | 1464 # GYP: //base.gyp:base_java_unittest_support |
| 1463 android_library("base_java_unittest_support") { | 1465 android_library("base_java_unittest_support") { |
| 1464 deps = [ | 1466 deps = [ |
| 1465 ":base_java", | 1467 ":base_java", |
| 1466 ] | 1468 ] |
| 1467 java_files = | 1469 java_files = |
| 1468 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] | 1470 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] |
| 1469 } | 1471 } |
| 1470 } | 1472 } |
| OLD | NEW |