| 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 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 73 "../public/test/mock_render_process_host.cc", | 73 "../public/test/mock_render_process_host.cc", |
| 74 "../public/test/mock_render_process_host.h", | 74 "../public/test/mock_render_process_host.h", |
| 75 "../public/test/mock_render_thread.cc", | 75 "../public/test/mock_render_thread.cc", |
| 76 "../public/test/mock_render_thread.h", | 76 "../public/test/mock_render_thread.h", |
| 77 "../public/test/mock_resource_context.cc", | 77 "../public/test/mock_resource_context.cc", |
| 78 "../public/test/mock_resource_context.h", | 78 "../public/test/mock_resource_context.h", |
| 79 "../public/test/mock_special_storage_policy.cc", | 79 "../public/test/mock_special_storage_policy.cc", |
| 80 "../public/test/mock_special_storage_policy.h", | 80 "../public/test/mock_special_storage_policy.h", |
| 81 "../public/test/mock_storage_client.cc", | 81 "../public/test/mock_storage_client.cc", |
| 82 "../public/test/mock_storage_client.h", | 82 "../public/test/mock_storage_client.h", |
| 83 "../public/test/navigation_simulator.cc", |
| 84 "../public/test/navigation_simulator.h", |
| 83 "../public/test/ppapi_test_utils.cc", | 85 "../public/test/ppapi_test_utils.cc", |
| 84 "../public/test/ppapi_test_utils.h", | 86 "../public/test/ppapi_test_utils.h", |
| 85 "../public/test/render_view_test.cc", | 87 "../public/test/render_view_test.cc", |
| 86 "../public/test/render_view_test.h", | 88 "../public/test/render_view_test.h", |
| 87 "../public/test/sandbox_file_system_test_helper.cc", | 89 "../public/test/sandbox_file_system_test_helper.cc", |
| 88 "../public/test/sandbox_file_system_test_helper.h", | 90 "../public/test/sandbox_file_system_test_helper.h", |
| 89 "../public/test/test_browser_context.cc", | 91 "../public/test/test_browser_context.cc", |
| 90 "../public/test/test_browser_context.h", | 92 "../public/test/test_browser_context.h", |
| 91 "../public/test/test_browser_thread.cc", | 93 "../public/test/test_browser_thread.cc", |
| 92 "../public/test/test_browser_thread.h", | 94 "../public/test/test_browser_thread.h", |
| (...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 169 "mock_render_process.cc", | 171 "mock_render_process.cc", |
| 170 "mock_render_process.h", | 172 "mock_render_process.h", |
| 171 "mock_ssl_host_state_delegate.cc", | 173 "mock_ssl_host_state_delegate.cc", |
| 172 "mock_ssl_host_state_delegate.h", | 174 "mock_ssl_host_state_delegate.h", |
| 173 "mock_webassociatedurlloader.cc", | 175 "mock_webassociatedurlloader.cc", |
| 174 "mock_webassociatedurlloader.h", | 176 "mock_webassociatedurlloader.h", |
| 175 "mock_webblob_registry_impl.cc", | 177 "mock_webblob_registry_impl.cc", |
| 176 "mock_webblob_registry_impl.h", | 178 "mock_webblob_registry_impl.h", |
| 177 "mock_webclipboard_impl.cc", | 179 "mock_webclipboard_impl.cc", |
| 178 "mock_webclipboard_impl.h", | 180 "mock_webclipboard_impl.h", |
| 181 "navigation_simulator_impl.cc", |
| 182 "navigation_simulator_impl.h", |
| 179 "net/url_request_abort_on_end_job.cc", | 183 "net/url_request_abort_on_end_job.cc", |
| 180 "net/url_request_abort_on_end_job.h", | 184 "net/url_request_abort_on_end_job.h", |
| 181 "ppapi_unittest.cc", | 185 "ppapi_unittest.cc", |
| 182 "ppapi_unittest.h", | 186 "ppapi_unittest.h", |
| 183 "test_background_sync_context.cc", | 187 "test_background_sync_context.cc", |
| 184 "test_background_sync_context.h", | 188 "test_background_sync_context.h", |
| 185 "test_background_sync_manager.cc", | 189 "test_background_sync_manager.cc", |
| 186 "test_background_sync_manager.h", | 190 "test_background_sync_manager.h", |
| 187 "test_blink_web_unit_test_support.cc", | 191 "test_blink_web_unit_test_support.cc", |
| 188 "test_blink_web_unit_test_support.h", | 192 "test_blink_web_unit_test_support.h", |
| (...skipping 1617 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1806 if (is_android) { | 1810 if (is_android) { |
| 1807 deps += [ "//testing/android/native_test:native_test_native_code" ] | 1811 deps += [ "//testing/android/native_test:native_test_native_code" ] |
| 1808 } | 1812 } |
| 1809 } | 1813 } |
| 1810 | 1814 |
| 1811 group("fuzzers") { | 1815 group("fuzzers") { |
| 1812 deps = [ | 1816 deps = [ |
| 1813 "//content/test/fuzzer", | 1817 "//content/test/fuzzer", |
| 1814 ] | 1818 ] |
| 1815 } | 1819 } |
| OLD | NEW |