| 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 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 99 "../public/test/test_content_client_initializer.cc", | 99 "../public/test/test_content_client_initializer.cc", |
| 100 "../public/test/test_content_client_initializer.h", | 100 "../public/test/test_content_client_initializer.h", |
| 101 "../public/test/test_download_request_handler.cc", | 101 "../public/test/test_download_request_handler.cc", |
| 102 "../public/test/test_download_request_handler.h", | 102 "../public/test/test_download_request_handler.h", |
| 103 "../public/test/test_file_error_injector.cc", | 103 "../public/test/test_file_error_injector.cc", |
| 104 "../public/test/test_file_error_injector.h", | 104 "../public/test/test_file_error_injector.h", |
| 105 "../public/test/test_fileapi_operation_waiter.cc", | 105 "../public/test/test_fileapi_operation_waiter.cc", |
| 106 "../public/test/test_fileapi_operation_waiter.h", | 106 "../public/test/test_fileapi_operation_waiter.h", |
| 107 "../public/test/test_frame_navigation_observer.cc", | 107 "../public/test/test_frame_navigation_observer.cc", |
| 108 "../public/test/test_frame_navigation_observer.h", | 108 "../public/test/test_frame_navigation_observer.h", |
| 109 "../public/test/test_host_resolver.cc", |
| 110 "../public/test/test_host_resolver.h", |
| 109 "../public/test/test_launcher.cc", | 111 "../public/test/test_launcher.cc", |
| 110 "../public/test/test_launcher.h", | 112 "../public/test/test_launcher.h", |
| 111 "../public/test/test_navigation_observer.cc", | 113 "../public/test/test_navigation_observer.cc", |
| 112 "../public/test/test_navigation_observer.h", | 114 "../public/test/test_navigation_observer.h", |
| 113 "../public/test/test_notification_tracker.cc", | 115 "../public/test/test_notification_tracker.cc", |
| 114 "../public/test/test_notification_tracker.h", | 116 "../public/test/test_notification_tracker.h", |
| 115 "../public/test/test_renderer_host.cc", | 117 "../public/test/test_renderer_host.cc", |
| 116 "../public/test/test_renderer_host.h", | 118 "../public/test/test_renderer_host.h", |
| 117 "../public/test/test_service.cc", | 119 "../public/test/test_service.cc", |
| 118 "../public/test/test_service.h", | 120 "../public/test/test_service.h", |
| (...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 236 "//components/display_compositor", | 238 "//components/display_compositor", |
| 237 "//components/leveldb/public/interfaces", | 239 "//components/leveldb/public/interfaces", |
| 238 "//components/payments/mojom:mojom_payment_app", | 240 "//components/payments/mojom:mojom_payment_app", |
| 239 "//content/app:both_for_content_tests", | 241 "//content/app:both_for_content_tests", |
| 240 "//content/browser:for_content_tests", | 242 "//content/browser:for_content_tests", |
| 241 "//content/browser/speech/proto", | 243 "//content/browser/speech/proto", |
| 242 "//content/child:for_content_tests", | 244 "//content/child:for_content_tests", |
| 243 "//content/gpu", | 245 "//content/gpu", |
| 244 "//content/public/browser", | 246 "//content/public/browser", |
| 245 "//content/public/child", | 247 "//content/public/child", |
| 248 "//content/public/common:interfaces", |
| 249 "//content/public/common:service_names", |
| 246 "//content/public/renderer", | 250 "//content/public/renderer", |
| 247 "//content/public/utility", | 251 "//content/public/utility", |
| 248 "//content/renderer:for_content_tests", | 252 "//content/renderer:for_content_tests", |
| 249 "//content/shell:pak", | 253 "//content/shell:pak", |
| 250 "//content/utility:for_content_tests", | 254 "//content/utility:for_content_tests", |
| 251 "//device/base/synchronization", | 255 "//device/base/synchronization", |
| 252 "//device/geolocation", | 256 "//device/geolocation", |
| 253 "//device/nfc:mojo_bindings", | 257 "//device/nfc:mojo_bindings", |
| 254 "//ipc:test_support", | 258 "//ipc:test_support", |
| 255 "//media", | 259 "//media", |
| (...skipping 1563 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1819 if (is_android) { | 1823 if (is_android) { |
| 1820 deps += [ "//testing/android/native_test:native_test_native_code" ] | 1824 deps += [ "//testing/android/native_test:native_test_native_code" ] |
| 1821 } | 1825 } |
| 1822 } | 1826 } |
| 1823 | 1827 |
| 1824 group("fuzzers") { | 1828 group("fuzzers") { |
| 1825 deps = [ | 1829 deps = [ |
| 1826 "//content/test/fuzzer", | 1830 "//content/test/fuzzer", |
| 1827 ] | 1831 ] |
| 1828 } | 1832 } |
| OLD | NEW |