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

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

Issue 2767423002: Worker: Add missing files in BUILD.gn (Closed)
Patch Set: Created 3 years, 9 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/workers/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 22 matching lines...) Expand all
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
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 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/workers/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698