| 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 1084 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1095 "../browser/fileapi/file_system_operation_runner_unittest.cc", | 1095 "../browser/fileapi/file_system_operation_runner_unittest.cc", |
| 1096 "../browser/fileapi/file_system_quota_client_unittest.cc", | 1096 "../browser/fileapi/file_system_quota_client_unittest.cc", |
| 1097 "../browser/fileapi/file_system_url_request_job_unittest.cc", | 1097 "../browser/fileapi/file_system_url_request_job_unittest.cc", |
| 1098 "../browser/fileapi/file_writer_delegate_unittest.cc", | 1098 "../browser/fileapi/file_writer_delegate_unittest.cc", |
| 1099 "../browser/fileapi/fileapi_message_filter_unittest.cc", | 1099 "../browser/fileapi/fileapi_message_filter_unittest.cc", |
| 1100 "../browser/fileapi/local_file_util_unittest.cc", | 1100 "../browser/fileapi/local_file_util_unittest.cc", |
| 1101 "../browser/fileapi/mock_file_change_observer.cc", | 1101 "../browser/fileapi/mock_file_change_observer.cc", |
| 1102 "../browser/fileapi/mock_file_change_observer.h", | 1102 "../browser/fileapi/mock_file_change_observer.h", |
| 1103 "../browser/fileapi/mock_file_update_observer.cc", | 1103 "../browser/fileapi/mock_file_update_observer.cc", |
| 1104 "../browser/fileapi/mock_file_update_observer.h", | 1104 "../browser/fileapi/mock_file_update_observer.h", |
| 1105 "../browser/fileapi/mock_url_request_delegate.cc", | |
| 1106 "../browser/fileapi/mock_url_request_delegate.h", | |
| 1107 "../browser/fileapi/obfuscated_file_util_unittest.cc", | 1105 "../browser/fileapi/obfuscated_file_util_unittest.cc", |
| 1108 "../browser/fileapi/plugin_private_file_system_backend_unittest.cc", | 1106 "../browser/fileapi/plugin_private_file_system_backend_unittest.cc", |
| 1109 "../browser/fileapi/recursive_operation_delegate_unittest.cc", | 1107 "../browser/fileapi/recursive_operation_delegate_unittest.cc", |
| 1110 "../browser/fileapi/sandbox_database_test_helper.cc", | 1108 "../browser/fileapi/sandbox_database_test_helper.cc", |
| 1111 "../browser/fileapi/sandbox_database_test_helper.h", | 1109 "../browser/fileapi/sandbox_database_test_helper.h", |
| 1112 "../browser/fileapi/sandbox_directory_database_unittest.cc", | 1110 "../browser/fileapi/sandbox_directory_database_unittest.cc", |
| 1113 "../browser/fileapi/sandbox_file_system_backend_delegate_unittest.cc", | 1111 "../browser/fileapi/sandbox_file_system_backend_delegate_unittest.cc", |
| 1114 "../browser/fileapi/sandbox_file_system_backend_unittest.cc", | 1112 "../browser/fileapi/sandbox_file_system_backend_unittest.cc", |
| 1115 "../browser/fileapi/sandbox_origin_database_unittest.cc", | 1113 "../browser/fileapi/sandbox_origin_database_unittest.cc", |
| 1116 "../browser/fileapi/transient_file_util_unittest.cc", | 1114 "../browser/fileapi/transient_file_util_unittest.cc", |
| (...skipping 740 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1857 if (is_android) { | 1855 if (is_android) { |
| 1858 deps += [ "//testing/android/native_test:native_test_native_code" ] | 1856 deps += [ "//testing/android/native_test:native_test_native_code" ] |
| 1859 } | 1857 } |
| 1860 } | 1858 } |
| 1861 | 1859 |
| 1862 group("fuzzers") { | 1860 group("fuzzers") { |
| 1863 deps = [ | 1861 deps = [ |
| 1864 "//content/test/fuzzer", | 1862 "//content/test/fuzzer", |
| 1865 ] | 1863 ] |
| 1866 } | 1864 } |
| OLD | NEW |