| 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 1065 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1076 "../browser/download/download_job_unittest.cc", | 1076 "../browser/download/download_job_unittest.cc", |
| 1077 "../browser/download/download_manager_impl_unittest.cc", | 1077 "../browser/download/download_manager_impl_unittest.cc", |
| 1078 "../browser/download/download_request_core_unittest.cc", | 1078 "../browser/download/download_request_core_unittest.cc", |
| 1079 "../browser/download/parallel_download_job_unittest.cc", | 1079 "../browser/download/parallel_download_job_unittest.cc", |
| 1080 "../browser/download/parallel_download_utils_unittest.cc", | 1080 "../browser/download/parallel_download_utils_unittest.cc", |
| 1081 "../browser/download/rate_estimator_unittest.cc", | 1081 "../browser/download/rate_estimator_unittest.cc", |
| 1082 "../browser/download/save_package_unittest.cc", | 1082 "../browser/download/save_package_unittest.cc", |
| 1083 "../browser/fileapi/file_system_operation_impl_write_unittest.cc", | 1083 "../browser/fileapi/file_system_operation_impl_write_unittest.cc", |
| 1084 "../browser/fileapi/file_system_operation_runner_unittest.cc", | 1084 "../browser/fileapi/file_system_operation_runner_unittest.cc", |
| 1085 "../browser/fileapi/fileapi_message_filter_unittest.cc", | 1085 "../browser/fileapi/fileapi_message_filter_unittest.cc", |
| 1086 "../browser/fileapi/sandbox_database_test_helper.cc", | |
| 1087 "../browser/fileapi/sandbox_database_test_helper.h", | |
| 1088 "../browser/fileapi/sandbox_directory_database_unittest.cc", | |
| 1089 "../browser/fileapi/sandbox_origin_database_unittest.cc", | |
| 1090 "../browser/fileapi/upload_file_system_file_element_reader_unittest.cc", | 1086 "../browser/fileapi/upload_file_system_file_element_reader_unittest.cc", |
| 1091 "../browser/frame_host/ancestor_throttle_unittest.cc", | 1087 "../browser/frame_host/ancestor_throttle_unittest.cc", |
| 1092 "../browser/frame_host/frame_tree_node_blame_context_unittest.cc", | 1088 "../browser/frame_host/frame_tree_node_blame_context_unittest.cc", |
| 1093 "../browser/frame_host/frame_tree_unittest.cc", | 1089 "../browser/frame_host/frame_tree_unittest.cc", |
| 1094 "../browser/frame_host/mixed_content_navigation_throttle_unittest.cc", | 1090 "../browser/frame_host/mixed_content_navigation_throttle_unittest.cc", |
| 1095 "../browser/frame_host/navigation_controller_impl_unittest.cc", | 1091 "../browser/frame_host/navigation_controller_impl_unittest.cc", |
| 1096 "../browser/frame_host/navigation_entry_impl_unittest.cc", | 1092 "../browser/frame_host/navigation_entry_impl_unittest.cc", |
| 1097 "../browser/frame_host/navigation_handle_impl_unittest.cc", | 1093 "../browser/frame_host/navigation_handle_impl_unittest.cc", |
| 1098 "../browser/frame_host/navigator_impl_unittest.cc", | 1094 "../browser/frame_host/navigator_impl_unittest.cc", |
| 1099 "../browser/frame_host/render_frame_host_manager_unittest.cc", | 1095 "../browser/frame_host/render_frame_host_manager_unittest.cc", |
| (...skipping 723 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1823 if (is_android) { | 1819 if (is_android) { |
| 1824 deps += [ "//testing/android/native_test:native_test_native_code" ] | 1820 deps += [ "//testing/android/native_test:native_test_native_code" ] |
| 1825 } | 1821 } |
| 1826 } | 1822 } |
| 1827 | 1823 |
| 1828 group("fuzzers") { | 1824 group("fuzzers") { |
| 1829 deps = [ | 1825 deps = [ |
| 1830 "//content/test/fuzzer", | 1826 "//content/test/fuzzer", |
| 1831 ] | 1827 ] |
| 1832 } | 1828 } |
| OLD | NEW |