Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(194)

Side by Side Diff: content/test/BUILD.gn

Issue 2776273002: Move some quota tests next to the files they cover. (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « content/browser/quota/quota_reservation_manager_unittest.cc ('k') | storage/browser/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/chromecast_build.gni") 6 import("//build/config/chromecast_build.gni")
7 import("//build/config/compiler/compiler.gni") 7 import("//build/config/compiler/compiler.gni")
8 import("//build/config/crypto.gni") 8 import("//build/config/crypto.gni")
9 import("//build/config/features.gni") 9 import("//build/config/features.gni")
10 import("//build/config/ui.gni") 10 import("//build/config/ui.gni")
(...skipping 1178 matching lines...) Expand 10 before | Expand all | Expand 10 after
1189 "../browser/payments/payment_app_content_unittest_base.cc", 1189 "../browser/payments/payment_app_content_unittest_base.cc",
1190 "../browser/payments/payment_app_content_unittest_base.h", 1190 "../browser/payments/payment_app_content_unittest_base.h",
1191 "../browser/payments/payment_app_manager_unittest.cc", 1191 "../browser/payments/payment_app_manager_unittest.cc",
1192 "../browser/payments/payment_app_provider_impl_unittest.cc", 1192 "../browser/payments/payment_app_provider_impl_unittest.cc",
1193 "../browser/presentation/presentation_service_impl_unittest.cc", 1193 "../browser/presentation/presentation_service_impl_unittest.cc",
1194 "../browser/quota/mock_quota_manager.cc", 1194 "../browser/quota/mock_quota_manager.cc",
1195 "../browser/quota/mock_quota_manager.h", 1195 "../browser/quota/mock_quota_manager.h",
1196 "../browser/quota/mock_quota_manager_proxy.cc", 1196 "../browser/quota/mock_quota_manager_proxy.cc",
1197 "../browser/quota/mock_quota_manager_proxy.h", 1197 "../browser/quota/mock_quota_manager_proxy.h",
1198 "../browser/quota/mock_quota_manager_unittest.cc", 1198 "../browser/quota/mock_quota_manager_unittest.cc",
1199 "../browser/quota/quota_backend_impl_unittest.cc",
1200 "../browser/quota/quota_database_unittest.cc", 1199 "../browser/quota/quota_database_unittest.cc",
1201 "../browser/quota/quota_manager_unittest.cc", 1200 "../browser/quota/quota_manager_unittest.cc",
1202 "../browser/quota/quota_reservation_manager_unittest.cc",
1203 "../browser/quota/quota_temporary_storage_evictor_unittest.cc", 1201 "../browser/quota/quota_temporary_storage_evictor_unittest.cc",
1204 "../browser/quota/storage_monitor_unittest.cc", 1202 "../browser/quota/storage_monitor_unittest.cc",
1205 "../browser/quota/usage_tracker_unittest.cc", 1203 "../browser/quota/usage_tracker_unittest.cc",
1206 "../browser/renderer_host/clipboard_message_filter_unittest.cc", 1204 "../browser/renderer_host/clipboard_message_filter_unittest.cc",
1207 "../browser/renderer_host/dwrite_font_proxy_message_filter_win_unittest.cc", 1205 "../browser/renderer_host/dwrite_font_proxy_message_filter_win_unittest.cc",
1208 "../browser/renderer_host/input/gesture_event_queue_unittest.cc", 1206 "../browser/renderer_host/input/gesture_event_queue_unittest.cc",
1209 "../browser/renderer_host/input/input_router_impl_unittest.cc", 1207 "../browser/renderer_host/input/input_router_impl_unittest.cc",
1210 "../browser/renderer_host/input/legacy_touch_event_queue_unittest.cc", 1208 "../browser/renderer_host/input/legacy_touch_event_queue_unittest.cc",
1211 "../browser/renderer_host/input/mock_input_ack_handler.cc", 1209 "../browser/renderer_host/input/mock_input_ack_handler.cc",
1212 "../browser/renderer_host/input/mock_input_ack_handler.h", 1210 "../browser/renderer_host/input/mock_input_ack_handler.h",
(...skipping 626 matching lines...) Expand 10 before | Expand all | Expand 10 after
1839 if (is_android) { 1837 if (is_android) {
1840 deps += [ "//testing/android/native_test:native_test_native_code" ] 1838 deps += [ "//testing/android/native_test:native_test_native_code" ]
1841 } 1839 }
1842 } 1840 }
1843 1841
1844 group("fuzzers") { 1842 group("fuzzers") {
1845 deps = [ 1843 deps = [
1846 "//content/test/fuzzer", 1844 "//content/test/fuzzer",
1847 ] 1845 ]
1848 } 1846 }
OLDNEW
« no previous file with comments | « content/browser/quota/quota_reservation_manager_unittest.cc ('k') | storage/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698