| 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 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 106 "test_file_util_posix.cc", | 106 "test_file_util_posix.cc", |
| 107 "test_file_util_win.cc", | 107 "test_file_util_win.cc", |
| 108 "test_io_thread.cc", | 108 "test_io_thread.cc", |
| 109 "test_io_thread.h", | 109 "test_io_thread.h", |
| 110 "test_listener_ios.h", | 110 "test_listener_ios.h", |
| 111 "test_listener_ios.mm", | 111 "test_listener_ios.mm", |
| 112 "test_message_loop.cc", | 112 "test_message_loop.cc", |
| 113 "test_message_loop.h", | 113 "test_message_loop.h", |
| 114 "test_mock_time_task_runner.cc", | 114 "test_mock_time_task_runner.cc", |
| 115 "test_mock_time_task_runner.h", | 115 "test_mock_time_task_runner.h", |
| 116 "test_pending_task.cc", | 116 "test_pending_task_info.cc", |
| 117 "test_pending_task.h", | 117 "test_pending_task_info.h", |
| 118 "test_reg_util_win.cc", | 118 "test_reg_util_win.cc", |
| 119 "test_reg_util_win.h", | 119 "test_reg_util_win.h", |
| 120 "test_shortcut_win.cc", | 120 "test_shortcut_win.cc", |
| 121 "test_shortcut_win.h", | 121 "test_shortcut_win.h", |
| 122 "test_simple_task_runner.cc", | 122 "test_simple_task_runner.cc", |
| 123 "test_simple_task_runner.h", | 123 "test_simple_task_runner.h", |
| 124 "test_suite.cc", | 124 "test_suite.cc", |
| 125 "test_suite.h", | 125 "test_suite.h", |
| 126 "test_support_android.cc", | 126 "test_support_android.cc", |
| 127 "test_support_android.h", | 127 "test_support_android.h", |
| (...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 366 } | 366 } |
| 367 | 367 |
| 368 android_aidl("test_support_java_aidl") { | 368 android_aidl("test_support_java_aidl") { |
| 369 testonly = true | 369 testonly = true |
| 370 import_include = "android/java/src" | 370 import_include = "android/java/src" |
| 371 sources = [ | 371 sources = [ |
| 372 "android/java/src/org/chromium/base/ITestClient.aidl", | 372 "android/java/src/org/chromium/base/ITestClient.aidl", |
| 373 ] | 373 ] |
| 374 } | 374 } |
| 375 } | 375 } |
| OLD | NEW |