| 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 22 matching lines...) Expand all Loading... |
| 33 "../browser/download/mock_download_file.h", | 33 "../browser/download/mock_download_file.h", |
| 34 "../browser/download/mock_download_item_impl.cc", | 34 "../browser/download/mock_download_item_impl.cc", |
| 35 "../browser/download/mock_download_item_impl.h", | 35 "../browser/download/mock_download_item_impl.h", |
| 36 "../browser/download/mock_download_job.cc", | 36 "../browser/download/mock_download_job.cc", |
| 37 "../browser/download/mock_download_job.h", | 37 "../browser/download/mock_download_job.h", |
| 38 "../browser/media/session/mock_media_session_observer.cc", | 38 "../browser/media/session/mock_media_session_observer.cc", |
| 39 "../browser/media/session/mock_media_session_observer.h", | 39 "../browser/media/session/mock_media_session_observer.h", |
| 40 "../browser/service_worker/embedded_worker_test_helper.cc", | 40 "../browser/service_worker/embedded_worker_test_helper.cc", |
| 41 "../browser/service_worker/embedded_worker_test_helper.h", | 41 "../browser/service_worker/embedded_worker_test_helper.h", |
| 42 "../browser/service_worker/service_worker_test_utils.cc", | 42 "../browser/service_worker/service_worker_test_utils.cc", |
| 43 "../browser/service_worker/service_worker_test_utils.h", |
| 43 "../public/test/async_file_test_helper.cc", | 44 "../public/test/async_file_test_helper.cc", |
| 44 "../public/test/async_file_test_helper.h", | 45 "../public/test/async_file_test_helper.h", |
| 45 "../public/test/background_sync_test_util.cc", | 46 "../public/test/background_sync_test_util.cc", |
| 46 "../public/test/background_sync_test_util.h", | 47 "../public/test/background_sync_test_util.h", |
| 47 "../public/test/browser_side_navigation_test_utils.cc", | 48 "../public/test/browser_side_navigation_test_utils.cc", |
| 48 "../public/test/browser_side_navigation_test_utils.h", | 49 "../public/test/browser_side_navigation_test_utils.h", |
| 49 "../public/test/browser_test.h", | 50 "../public/test/browser_test.h", |
| 50 "../public/test/browser_test_base.cc", | 51 "../public/test/browser_test_base.cc", |
| 51 "../public/test/browser_test_base.h", | 52 "../public/test/browser_test_base.h", |
| 52 "../public/test/browser_test_utils.cc", | 53 "../public/test/browser_test_utils.cc", |
| (...skipping 1784 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1837 if (is_android) { | 1838 if (is_android) { |
| 1838 deps += [ "//testing/android/native_test:native_test_native_code" ] | 1839 deps += [ "//testing/android/native_test:native_test_native_code" ] |
| 1839 } | 1840 } |
| 1840 } | 1841 } |
| 1841 | 1842 |
| 1842 group("fuzzers") { | 1843 group("fuzzers") { |
| 1843 deps = [ | 1844 deps = [ |
| 1844 "//content/test/fuzzer", | 1845 "//content/test/fuzzer", |
| 1845 ] | 1846 ] |
| 1846 } | 1847 } |
| OLD | NEW |