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("//media/media_options.gni") | 10 import("//media/media_options.gni") |
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
88 "../public/test/test_download_request_handler.cc", | 88 "../public/test/test_download_request_handler.cc", |
89 "../public/test/test_download_request_handler.h", | 89 "../public/test/test_download_request_handler.h", |
90 "../public/test/test_file_error_injector.cc", | 90 "../public/test/test_file_error_injector.cc", |
91 "../public/test/test_file_error_injector.h", | 91 "../public/test/test_file_error_injector.h", |
92 "../public/test/test_file_system_backend.cc", | 92 "../public/test/test_file_system_backend.cc", |
93 "../public/test/test_file_system_backend.h", | 93 "../public/test/test_file_system_backend.h", |
94 "../public/test/test_file_system_context.cc", | 94 "../public/test/test_file_system_context.cc", |
95 "../public/test/test_file_system_context.h", | 95 "../public/test/test_file_system_context.h", |
96 "../public/test/test_file_system_options.cc", | 96 "../public/test/test_file_system_options.cc", |
97 "../public/test/test_file_system_options.h", | 97 "../public/test/test_file_system_options.h", |
| 98 "../public/test/test_fileapi_operation_waiter.cc", |
| 99 "../public/test/test_fileapi_operation_waiter.h", |
98 "../public/test/test_frame_navigation_observer.cc", | 100 "../public/test/test_frame_navigation_observer.cc", |
99 "../public/test/test_frame_navigation_observer.h", | 101 "../public/test/test_frame_navigation_observer.h", |
100 "../public/test/test_launcher.cc", | 102 "../public/test/test_launcher.cc", |
101 "../public/test/test_launcher.h", | 103 "../public/test/test_launcher.h", |
102 "../public/test/test_navigation_observer.cc", | 104 "../public/test/test_navigation_observer.cc", |
103 "../public/test/test_navigation_observer.h", | 105 "../public/test/test_navigation_observer.h", |
104 "../public/test/test_notification_tracker.cc", | 106 "../public/test/test_notification_tracker.cc", |
105 "../public/test/test_notification_tracker.h", | 107 "../public/test/test_notification_tracker.h", |
106 "../public/test/test_renderer_host.cc", | 108 "../public/test/test_renderer_host.cc", |
107 "../public/test/test_renderer_host.h", | 109 "../public/test/test_renderer_host.h", |
(...skipping 1613 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1721 if (is_android) { | 1723 if (is_android) { |
1722 deps += [ "//testing/android/native_test:native_test_native_code" ] | 1724 deps += [ "//testing/android/native_test:native_test_native_code" ] |
1723 } | 1725 } |
1724 } | 1726 } |
1725 | 1727 |
1726 group("fuzzers") { | 1728 group("fuzzers") { |
1727 deps = [ | 1729 deps = [ |
1728 "//content/test/fuzzer", | 1730 "//content/test/fuzzer", |
1729 ] | 1731 ] |
1730 } | 1732 } |
OLD | NEW |