| 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/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 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 79 "../public/test/mock_download_manager.cc", | 79 "../public/test/mock_download_manager.cc", |
| 80 "../public/test/mock_download_manager.h", | 80 "../public/test/mock_download_manager.h", |
| 81 "../public/test/mock_notification_observer.cc", | 81 "../public/test/mock_notification_observer.cc", |
| 82 "../public/test/mock_notification_observer.h", | 82 "../public/test/mock_notification_observer.h", |
| 83 "../public/test/mock_render_process_host.cc", | 83 "../public/test/mock_render_process_host.cc", |
| 84 "../public/test/mock_render_process_host.h", | 84 "../public/test/mock_render_process_host.h", |
| 85 "../public/test/mock_render_thread.cc", | 85 "../public/test/mock_render_thread.cc", |
| 86 "../public/test/mock_render_thread.h", | 86 "../public/test/mock_render_thread.h", |
| 87 "../public/test/mock_resource_context.cc", | 87 "../public/test/mock_resource_context.cc", |
| 88 "../public/test/mock_resource_context.h", | 88 "../public/test/mock_resource_context.h", |
| 89 "../public/test/mock_storage_client.cc", | |
| 90 "../public/test/mock_storage_client.h", | |
| 91 "../public/test/navigation_simulator.cc", | 89 "../public/test/navigation_simulator.cc", |
| 92 "../public/test/navigation_simulator.h", | 90 "../public/test/navigation_simulator.h", |
| 93 "../public/test/ppapi_test_utils.cc", | 91 "../public/test/ppapi_test_utils.cc", |
| 94 "../public/test/ppapi_test_utils.h", | 92 "../public/test/ppapi_test_utils.h", |
| 95 "../public/test/render_view_test.cc", | 93 "../public/test/render_view_test.cc", |
| 96 "../public/test/render_view_test.h", | 94 "../public/test/render_view_test.h", |
| 97 "../public/test/sandbox_file_system_test_helper.cc", | 95 "../public/test/sandbox_file_system_test_helper.cc", |
| 98 "../public/test/sandbox_file_system_test_helper.h", | 96 "../public/test/sandbox_file_system_test_helper.h", |
| 99 "../public/test/test_browser_context.cc", | 97 "../public/test/test_browser_context.cc", |
| 100 "../public/test/test_browser_context.h", | 98 "../public/test/test_browser_context.h", |
| (...skipping 1082 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1183 "../browser/notifications/notification_database_data_unittest.cc", | 1181 "../browser/notifications/notification_database_data_unittest.cc", |
| 1184 "../browser/notifications/notification_database_unittest.cc", | 1182 "../browser/notifications/notification_database_unittest.cc", |
| 1185 "../browser/notifications/notification_id_generator_unittest.cc", | 1183 "../browser/notifications/notification_id_generator_unittest.cc", |
| 1186 "../browser/notifications/platform_notification_context_unittest.cc", | 1184 "../browser/notifications/platform_notification_context_unittest.cc", |
| 1187 "../browser/notifications/type_converters_unittest.cc", | 1185 "../browser/notifications/type_converters_unittest.cc", |
| 1188 "../browser/payments/payment_app_content_unittest_base.cc", | 1186 "../browser/payments/payment_app_content_unittest_base.cc", |
| 1189 "../browser/payments/payment_app_content_unittest_base.h", | 1187 "../browser/payments/payment_app_content_unittest_base.h", |
| 1190 "../browser/payments/payment_app_provider_impl_unittest.cc", | 1188 "../browser/payments/payment_app_provider_impl_unittest.cc", |
| 1191 "../browser/payments/payment_manager_unittest.cc", | 1189 "../browser/payments/payment_manager_unittest.cc", |
| 1192 "../browser/presentation/presentation_service_impl_unittest.cc", | 1190 "../browser/presentation/presentation_service_impl_unittest.cc", |
| 1193 "../browser/quota/mock_quota_manager.cc", | |
| 1194 "../browser/quota/mock_quota_manager.h", | |
| 1195 "../browser/quota/mock_quota_manager_proxy.cc", | |
| 1196 "../browser/quota/mock_quota_manager_proxy.h", | |
| 1197 "../browser/quota/mock_quota_manager_unittest.cc", | |
| 1198 "../browser/quota/quota_manager_unittest.cc", | |
| 1199 "../browser/quota/quota_temporary_storage_evictor_unittest.cc", | |
| 1200 "../browser/quota/storage_monitor_unittest.cc", | |
| 1201 "../browser/renderer_host/clipboard_message_filter_unittest.cc", | 1191 "../browser/renderer_host/clipboard_message_filter_unittest.cc", |
| 1202 "../browser/renderer_host/compositor_resize_lock_unittest.cc", | 1192 "../browser/renderer_host/compositor_resize_lock_unittest.cc", |
| 1203 "../browser/renderer_host/dwrite_font_proxy_message_filter_win_unittest.cc", | 1193 "../browser/renderer_host/dwrite_font_proxy_message_filter_win_unittest.cc", |
| 1204 "../browser/renderer_host/input/gesture_event_queue_unittest.cc", | 1194 "../browser/renderer_host/input/gesture_event_queue_unittest.cc", |
| 1205 "../browser/renderer_host/input/input_router_impl_unittest.cc", | 1195 "../browser/renderer_host/input/input_router_impl_unittest.cc", |
| 1206 "../browser/renderer_host/input/legacy_touch_event_queue_unittest.cc", | 1196 "../browser/renderer_host/input/legacy_touch_event_queue_unittest.cc", |
| 1207 "../browser/renderer_host/input/mock_input_ack_handler.cc", | 1197 "../browser/renderer_host/input/mock_input_ack_handler.cc", |
| 1208 "../browser/renderer_host/input/mock_input_ack_handler.h", | 1198 "../browser/renderer_host/input/mock_input_ack_handler.h", |
| 1209 "../browser/renderer_host/input/mock_input_router_client.cc", | 1199 "../browser/renderer_host/input/mock_input_router_client.cc", |
| 1210 "../browser/renderer_host/input/mock_input_router_client.h", | 1200 "../browser/renderer_host/input/mock_input_router_client.h", |
| (...skipping 627 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1838 if (is_android) { | 1828 if (is_android) { |
| 1839 deps += [ "//testing/android/native_test:native_test_native_code" ] | 1829 deps += [ "//testing/android/native_test:native_test_native_code" ] |
| 1840 } | 1830 } |
| 1841 } | 1831 } |
| 1842 | 1832 |
| 1843 group("fuzzers") { | 1833 group("fuzzers") { |
| 1844 deps = [ | 1834 deps = [ |
| 1845 "//content/test/fuzzer", | 1835 "//content/test/fuzzer", |
| 1846 ] | 1836 ] |
| 1847 } | 1837 } |
| OLD | NEW |