| 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("//build/config/nacl/config.gni") | 6 import("//build/config/nacl/config.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 30 matching lines...) Expand all Loading... |
| 41 "histogram_tester.cc", | 41 "histogram_tester.cc", |
| 42 "histogram_tester.h", | 42 "histogram_tester.h", |
| 43 "icu_test_util.cc", | 43 "icu_test_util.cc", |
| 44 "icu_test_util.h", | 44 "icu_test_util.h", |
| 45 "ios/wait_util.h", | 45 "ios/wait_util.h", |
| 46 "ios/wait_util.mm", | 46 "ios/wait_util.mm", |
| 47 "launcher/test_result.cc", | 47 "launcher/test_result.cc", |
| 48 "launcher/test_result.h", | 48 "launcher/test_result.h", |
| 49 "launcher/test_results_tracker.h", | 49 "launcher/test_results_tracker.h", |
| 50 "launcher/unit_test_launcher.h", | 50 "launcher/unit_test_launcher.h", |
| 51 "logging_utils.cc", |
| 52 "logging_utils.h", |
| 51 "mock_callback.h", | 53 "mock_callback.h", |
| 52 "mock_chrome_application_mac.h", | 54 "mock_chrome_application_mac.h", |
| 53 "mock_chrome_application_mac.mm", | 55 "mock_chrome_application_mac.mm", |
| 54 "mock_devices_changed_observer.cc", | 56 "mock_devices_changed_observer.cc", |
| 55 "mock_devices_changed_observer.h", | 57 "mock_devices_changed_observer.h", |
| 56 "mock_entropy_provider.cc", | 58 "mock_entropy_provider.cc", |
| 57 "mock_entropy_provider.h", | 59 "mock_entropy_provider.h", |
| 58 "mock_log.cc", | 60 "mock_log.cc", |
| 59 "mock_log.h", | 61 "mock_log.h", |
| 60 "multiprocess_test.cc", | 62 "multiprocess_test.cc", |
| (...skipping 305 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 366 } | 368 } |
| 367 | 369 |
| 368 android_aidl("test_support_java_aidl") { | 370 android_aidl("test_support_java_aidl") { |
| 369 testonly = true | 371 testonly = true |
| 370 import_include = "android/java/src" | 372 import_include = "android/java/src" |
| 371 sources = [ | 373 sources = [ |
| 372 "android/java/src/org/chromium/base/ITestClient.aidl", | 374 "android/java/src/org/chromium/base/ITestClient.aidl", |
| 373 ] | 375 ] |
| 374 } | 376 } |
| 375 } | 377 } |
| OLD | NEW |