| 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 1007 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1018 "../browser/fileapi/sandbox_database_test_helper.h", | 1018 "../browser/fileapi/sandbox_database_test_helper.h", |
| 1019 "../browser/fileapi/sandbox_directory_database_unittest.cc", | 1019 "../browser/fileapi/sandbox_directory_database_unittest.cc", |
| 1020 "../browser/fileapi/sandbox_file_system_backend_delegate_unittest.cc", | 1020 "../browser/fileapi/sandbox_file_system_backend_delegate_unittest.cc", |
| 1021 "../browser/fileapi/sandbox_file_system_backend_unittest.cc", | 1021 "../browser/fileapi/sandbox_file_system_backend_unittest.cc", |
| 1022 "../browser/fileapi/sandbox_isolated_origin_database_unittest.cc", | 1022 "../browser/fileapi/sandbox_isolated_origin_database_unittest.cc", |
| 1023 "../browser/fileapi/sandbox_origin_database_unittest.cc", | 1023 "../browser/fileapi/sandbox_origin_database_unittest.cc", |
| 1024 "../browser/fileapi/sandbox_prioritized_origin_database_unittest.cc", | 1024 "../browser/fileapi/sandbox_prioritized_origin_database_unittest.cc", |
| 1025 "../browser/fileapi/timed_task_helper_unittest.cc", | 1025 "../browser/fileapi/timed_task_helper_unittest.cc", |
| 1026 "../browser/fileapi/transient_file_util_unittest.cc", | 1026 "../browser/fileapi/transient_file_util_unittest.cc", |
| 1027 "../browser/fileapi/upload_file_system_file_element_reader_unittest.cc", | 1027 "../browser/fileapi/upload_file_system_file_element_reader_unittest.cc", |
| 1028 "../browser/frame_host/ancestor_throttle_unittest.cc", |
| 1028 "../browser/frame_host/frame_tree_node_blame_context_unittest.cc", | 1029 "../browser/frame_host/frame_tree_node_blame_context_unittest.cc", |
| 1029 "../browser/frame_host/frame_tree_unittest.cc", | 1030 "../browser/frame_host/frame_tree_unittest.cc", |
| 1030 "../browser/frame_host/navigation_controller_impl_unittest.cc", | 1031 "../browser/frame_host/navigation_controller_impl_unittest.cc", |
| 1031 "../browser/frame_host/navigation_entry_impl_unittest.cc", | 1032 "../browser/frame_host/navigation_entry_impl_unittest.cc", |
| 1032 "../browser/frame_host/navigation_handle_impl_unittest.cc", | 1033 "../browser/frame_host/navigation_handle_impl_unittest.cc", |
| 1033 "../browser/frame_host/navigator_impl_unittest.cc", | 1034 "../browser/frame_host/navigator_impl_unittest.cc", |
| 1034 "../browser/frame_host/render_frame_host_manager_unittest.cc", | 1035 "../browser/frame_host/render_frame_host_manager_unittest.cc", |
| 1035 "../browser/frame_host/render_widget_host_view_child_frame_unittest.cc", | 1036 "../browser/frame_host/render_widget_host_view_child_frame_unittest.cc", |
| 1036 "../browser/frame_host/render_widget_host_view_guest_unittest.cc", | 1037 "../browser/frame_host/render_widget_host_view_guest_unittest.cc", |
| 1037 "../browser/gamepad/gamepad_service_test_helpers.cc", | 1038 "../browser/gamepad/gamepad_service_test_helpers.cc", |
| (...skipping 623 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1661 if (is_android) { | 1662 if (is_android) { |
| 1662 deps += [ "//testing/android/native_test:native_test_native_code" ] | 1663 deps += [ "//testing/android/native_test:native_test_native_code" ] |
| 1663 } | 1664 } |
| 1664 } | 1665 } |
| 1665 | 1666 |
| 1666 group("fuzzers") { | 1667 group("fuzzers") { |
| 1667 deps = [ | 1668 deps = [ |
| 1668 "//content/test/fuzzer", | 1669 "//content/test/fuzzer", |
| 1669 ] | 1670 ] |
| 1670 } | 1671 } |
| OLD | NEW |