| 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 133 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 144 "mock_permission_manager.cc", | 144 "mock_permission_manager.cc", |
| 145 "mock_permission_manager.h", | 145 "mock_permission_manager.h", |
| 146 "mock_render_process.cc", | 146 "mock_render_process.cc", |
| 147 "mock_render_process.h", | 147 "mock_render_process.h", |
| 148 "mock_ssl_host_state_delegate.cc", | 148 "mock_ssl_host_state_delegate.cc", |
| 149 "mock_ssl_host_state_delegate.h", | 149 "mock_ssl_host_state_delegate.h", |
| 150 "mock_webblob_registry_impl.cc", | 150 "mock_webblob_registry_impl.cc", |
| 151 "mock_webblob_registry_impl.h", | 151 "mock_webblob_registry_impl.h", |
| 152 "mock_webclipboard_impl.cc", | 152 "mock_webclipboard_impl.cc", |
| 153 "mock_webclipboard_impl.h", | 153 "mock_webclipboard_impl.h", |
| 154 "mock_webframeclient.h", | |
| 155 "mock_weburlloader.cc", | 154 "mock_weburlloader.cc", |
| 156 "mock_weburlloader.h", | 155 "mock_weburlloader.h", |
| 157 "net/url_request_abort_on_end_job.cc", | 156 "net/url_request_abort_on_end_job.cc", |
| 158 "net/url_request_abort_on_end_job.h", | 157 "net/url_request_abort_on_end_job.h", |
| 159 "ppapi_unittest.cc", | 158 "ppapi_unittest.cc", |
| 160 "ppapi_unittest.h", | 159 "ppapi_unittest.h", |
| 161 "test_background_sync_context.cc", | 160 "test_background_sync_context.cc", |
| 162 "test_background_sync_context.h", | 161 "test_background_sync_context.h", |
| 163 "test_background_sync_manager.cc", | 162 "test_background_sync_manager.cc", |
| 164 "test_background_sync_manager.h", | 163 "test_background_sync_manager.h", |
| (...skipping 1535 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1700 if (is_android) { | 1699 if (is_android) { |
| 1701 deps += [ "//testing/android/native_test:native_test_native_code" ] | 1700 deps += [ "//testing/android/native_test:native_test_native_code" ] |
| 1702 } | 1701 } |
| 1703 } | 1702 } |
| 1704 | 1703 |
| 1705 group("fuzzers") { | 1704 group("fuzzers") { |
| 1706 deps = [ | 1705 deps = [ |
| 1707 "//content/test/fuzzer", | 1706 "//content/test/fuzzer", |
| 1708 ] | 1707 ] |
| 1709 } | 1708 } |
| OLD | NEW |