Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(271)

Side by Side Diff: content/test/BUILD.gn

Issue 2638313002: Manage ServiceWorkerDispatcherHost in ServiceWorkerContextCore (Closed)
Patch Set: Remove a break line Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 17 matching lines...) Expand all
28 check_includes = false 28 check_includes = false
29 } 29 }
30 30
31 sources = [ 31 sources = [
32 "../browser/download/mock_download_file.cc", 32 "../browser/download/mock_download_file.cc",
33 "../browser/download/mock_download_file.h", 33 "../browser/download/mock_download_file.h",
34 "../browser/media/session/mock_media_session_observer.cc", 34 "../browser/media/session/mock_media_session_observer.cc",
35 "../browser/media/session/mock_media_session_observer.h", 35 "../browser/media/session/mock_media_session_observer.h",
36 "../browser/service_worker/embedded_worker_test_helper.cc", 36 "../browser/service_worker/embedded_worker_test_helper.cc",
37 "../browser/service_worker/embedded_worker_test_helper.h", 37 "../browser/service_worker/embedded_worker_test_helper.h",
38 "../browser/service_worker/service_worker_test_utils.cc",
38 "../public/test/async_file_test_helper.cc", 39 "../public/test/async_file_test_helper.cc",
39 "../public/test/async_file_test_helper.h", 40 "../public/test/async_file_test_helper.h",
40 "../public/test/background_sync_test_util.cc", 41 "../public/test/background_sync_test_util.cc",
41 "../public/test/background_sync_test_util.h", 42 "../public/test/background_sync_test_util.h",
42 "../public/test/browser_side_navigation_test_utils.cc", 43 "../public/test/browser_side_navigation_test_utils.cc",
43 "../public/test/browser_side_navigation_test_utils.h", 44 "../public/test/browser_side_navigation_test_utils.h",
44 "../public/test/browser_test.h", 45 "../public/test/browser_test.h",
45 "../public/test/browser_test_base.cc", 46 "../public/test/browser_test_base.cc",
46 "../public/test/browser_test_base.h", 47 "../public/test/browser_test_base.h",
47 "../public/test/browser_test_utils.cc", 48 "../public/test/browser_test_utils.cc",
(...skipping 1744 matching lines...) Expand 10 before | Expand all | Expand 10 after
1792 if (is_android) { 1793 if (is_android) {
1793 deps += [ "//testing/android/native_test:native_test_native_code" ] 1794 deps += [ "//testing/android/native_test:native_test_native_code" ]
1794 } 1795 }
1795 } 1796 }
1796 1797
1797 group("fuzzers") { 1798 group("fuzzers") {
1798 deps = [ 1799 deps = [
1799 "//content/test/fuzzer", 1800 "//content/test/fuzzer",
1800 ] 1801 ]
1801 } 1802 }
OLDNEW
« content/common/service_worker/service_worker_provider.mojom ('K') | « content/common/typemaps.gni ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698