| 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/compiler/compiler.gni") | 6 import("//build/config/compiler/compiler.gni") |
| 7 import("//build/config/crypto.gni") | 7 import("//build/config/crypto.gni") |
| 8 import("//build/config/features.gni") | 8 import("//build/config/features.gni") |
| 9 import("//build/config/ui.gni") | 9 import("//build/config/ui.gni") |
| 10 import("//mojo/public/tools/bindings/mojom.gni") | 10 import("//mojo/public/tools/bindings/mojom.gni") |
| (...skipping 987 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 998 "../browser/dom_storage/dom_storage_area_unittest.cc", | 998 "../browser/dom_storage/dom_storage_area_unittest.cc", |
| 999 "../browser/dom_storage/dom_storage_context_impl_unittest.cc", | 999 "../browser/dom_storage/dom_storage_context_impl_unittest.cc", |
| 1000 "../browser/dom_storage/dom_storage_database_unittest.cc", | 1000 "../browser/dom_storage/dom_storage_database_unittest.cc", |
| 1001 "../browser/dom_storage/session_storage_database_unittest.cc", | 1001 "../browser/dom_storage/session_storage_database_unittest.cc", |
| 1002 "../browser/download/base_file_unittest.cc", | 1002 "../browser/download/base_file_unittest.cc", |
| 1003 "../browser/download/base_file_win_unittest.cc", | 1003 "../browser/download/base_file_win_unittest.cc", |
| 1004 "../browser/download/download_file_unittest.cc", | 1004 "../browser/download/download_file_unittest.cc", |
| 1005 "../browser/download/download_item_impl_unittest.cc", | 1005 "../browser/download/download_item_impl_unittest.cc", |
| 1006 "../browser/download/download_manager_impl_unittest.cc", | 1006 "../browser/download/download_manager_impl_unittest.cc", |
| 1007 "../browser/download/quarantine_linux_unittest.cc", | 1007 "../browser/download/quarantine_linux_unittest.cc", |
| 1008 "../browser/download/quarantine_mac_unittest.mm", |
| 1008 "../browser/download/quarantine_win_unittest.cc", | 1009 "../browser/download/quarantine_win_unittest.cc", |
| 1009 "../browser/download/rate_estimator_unittest.cc", | 1010 "../browser/download/rate_estimator_unittest.cc", |
| 1010 "../browser/download/save_package_unittest.cc", | 1011 "../browser/download/save_package_unittest.cc", |
| 1011 "../browser/fileapi/copy_or_move_file_validator_unittest.cc", | 1012 "../browser/fileapi/copy_or_move_file_validator_unittest.cc", |
| 1012 "../browser/fileapi/copy_or_move_operation_delegate_unittest.cc", | 1013 "../browser/fileapi/copy_or_move_operation_delegate_unittest.cc", |
| 1013 "../browser/fileapi/dragged_file_util_unittest.cc", | 1014 "../browser/fileapi/dragged_file_util_unittest.cc", |
| 1014 "../browser/fileapi/external_mount_points_unittest.cc", | 1015 "../browser/fileapi/external_mount_points_unittest.cc", |
| 1015 "../browser/fileapi/file_system_context_unittest.cc", | 1016 "../browser/fileapi/file_system_context_unittest.cc", |
| 1016 "../browser/fileapi/file_system_dir_url_request_job_unittest.cc", | 1017 "../browser/fileapi/file_system_dir_url_request_job_unittest.cc", |
| 1017 "../browser/fileapi/file_system_file_stream_reader_unittest.cc", | 1018 "../browser/fileapi/file_system_file_stream_reader_unittest.cc", |
| (...skipping 681 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1699 if (is_android) { | 1700 if (is_android) { |
| 1700 deps += [ "//testing/android/native_test:native_test_native_code" ] | 1701 deps += [ "//testing/android/native_test:native_test_native_code" ] |
| 1701 } | 1702 } |
| 1702 } | 1703 } |
| 1703 | 1704 |
| 1704 group("fuzzers") { | 1705 group("fuzzers") { |
| 1705 deps = [ | 1706 deps = [ |
| 1706 "//content/test/fuzzer", | 1707 "//content/test/fuzzer", |
| 1707 ] | 1708 ] |
| 1708 } | 1709 } |
| OLD | NEW |