OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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/features.gni") | 5 import("//build/config/features.gni") |
6 import("//build/config/ui.gni") | 6 import("//build/config/ui.gni") |
7 import("//testing/libfuzzer/fuzzer_test.gni") | 7 import("//testing/libfuzzer/fuzzer_test.gni") |
8 import("//testing/test.gni") | 8 import("//testing/test.gni") |
9 import("//third_party/WebKit/public/public_features.gni") | 9 import("//third_party/WebKit/public/public_features.gni") |
10 import("//third_party/WebKit/Source/build/scripts/scripts.gni") | 10 import("//third_party/WebKit/Source/build/scripts/scripts.gni") |
(...skipping 1166 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1177 "plugins/PluginData.h", | 1177 "plugins/PluginData.h", |
1178 "plugins/PluginListBuilder.cpp", | 1178 "plugins/PluginListBuilder.cpp", |
1179 "plugins/PluginListBuilder.h", | 1179 "plugins/PluginListBuilder.h", |
1180 "scheduler/base/cancelable_closure_holder.cc", | 1180 "scheduler/base/cancelable_closure_holder.cc", |
1181 "scheduler/base/cancelable_closure_holder.h", | 1181 "scheduler/base/cancelable_closure_holder.h", |
1182 "scheduler/base/enqueue_order.cc", | 1182 "scheduler/base/enqueue_order.cc", |
1183 "scheduler/base/enqueue_order.h", | 1183 "scheduler/base/enqueue_order.h", |
1184 "scheduler/base/intrusive_heap.h", | 1184 "scheduler/base/intrusive_heap.h", |
1185 "scheduler/base/lazy_now.cc", | 1185 "scheduler/base/lazy_now.cc", |
1186 "scheduler/base/lazy_now.h", | 1186 "scheduler/base/lazy_now.h", |
| 1187 "scheduler/base/moveable_auto_lock.h", |
1187 "scheduler/base/pollable_thread_safe_flag.cc", | 1188 "scheduler/base/pollable_thread_safe_flag.cc", |
1188 "scheduler/base/pollable_thread_safe_flag.h", | 1189 "scheduler/base/pollable_thread_safe_flag.h", |
1189 "scheduler/base/queueing_time_estimator.cc", | 1190 "scheduler/base/queueing_time_estimator.cc", |
1190 "scheduler/base/queueing_time_estimator.h", | 1191 "scheduler/base/queueing_time_estimator.h", |
1191 "scheduler/base/real_time_domain.cc", | 1192 "scheduler/base/real_time_domain.cc", |
1192 "scheduler/base/real_time_domain.h", | 1193 "scheduler/base/real_time_domain.h", |
1193 "scheduler/base/task_queue_impl.cc", | 1194 "scheduler/base/task_queue_impl.cc", |
1194 "scheduler/base/task_queue_impl.h", | 1195 "scheduler/base/task_queue_impl.h", |
1195 "scheduler/base/task_queue_manager.cc", | 1196 "scheduler/base/task_queue_manager.cc", |
1196 "scheduler/base/task_queue_manager.h", | 1197 "scheduler/base/task_queue_manager.h", |
(...skipping 899 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2096 "//third_party/WebKit/Source:config", | 2097 "//third_party/WebKit/Source:config", |
2097 "//third_party/WebKit/Source:inside_blink", | 2098 "//third_party/WebKit/Source:inside_blink", |
2098 ] | 2099 ] |
2099 | 2100 |
2100 deps = [ | 2101 deps = [ |
2101 ":test_support", | 2102 ":test_support", |
2102 "//testing/gmock", | 2103 "//testing/gmock", |
2103 "//testing/gtest", | 2104 "//testing/gtest", |
2104 ] | 2105 ] |
2105 } | 2106 } |
OLD | NEW |