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 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
77 "scoped_command_line.cc", | 77 "scoped_command_line.cc", |
78 "scoped_command_line.h", | 78 "scoped_command_line.h", |
79 "scoped_feature_list.cc", | 79 "scoped_feature_list.cc", |
80 "scoped_feature_list.h", | 80 "scoped_feature_list.h", |
81 "scoped_locale.cc", | 81 "scoped_locale.cc", |
82 "scoped_locale.h", | 82 "scoped_locale.h", |
83 "scoped_mock_time_message_loop_task_runner.cc", | 83 "scoped_mock_time_message_loop_task_runner.cc", |
84 "scoped_mock_time_message_loop_task_runner.h", | 84 "scoped_mock_time_message_loop_task_runner.h", |
85 "scoped_path_override.cc", | 85 "scoped_path_override.cc", |
86 "scoped_path_override.h", | 86 "scoped_path_override.h", |
| 87 "scoped_task_environment.cc", |
| 88 "scoped_task_environment.h", |
87 "scoped_task_scheduler.cc", | 89 "scoped_task_scheduler.cc", |
88 "scoped_task_scheduler.h", | 90 "scoped_task_scheduler.h", |
89 "sequenced_task_runner_test_template.cc", | 91 "sequenced_task_runner_test_template.cc", |
90 "sequenced_task_runner_test_template.h", | 92 "sequenced_task_runner_test_template.h", |
91 "sequenced_worker_pool_owner.cc", | 93 "sequenced_worker_pool_owner.cc", |
92 "sequenced_worker_pool_owner.h", | 94 "sequenced_worker_pool_owner.h", |
93 "simple_test_clock.cc", | 95 "simple_test_clock.cc", |
94 "simple_test_clock.h", | 96 "simple_test_clock.h", |
95 "simple_test_tick_clock.cc", | 97 "simple_test_tick_clock.cc", |
96 "simple_test_tick_clock.h", | 98 "simple_test_tick_clock.h", |
(...skipping 272 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
369 testonly = true | 371 testonly = true |
370 import_include = [ | 372 import_include = [ |
371 "android/java/src", | 373 "android/java/src", |
372 "//base/android/java/src", | 374 "//base/android/java/src", |
373 ] | 375 ] |
374 sources = [ | 376 sources = [ |
375 "android/java/src/org/chromium/base/ITestClient.aidl", | 377 "android/java/src/org/chromium/base/ITestClient.aidl", |
376 ] | 378 ] |
377 } | 379 } |
378 } | 380 } |
OLD | NEW |