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

Unified Diff: chrome/test/BUILD.gn

Issue 1428833005: MD Downloads: track downloads in C++, dispatch discrete JS updates (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 5 years 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 side-by-side diff with in-line comments
Download patch
Index: chrome/test/BUILD.gn
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index 591dda9760e7c76c5d5e0ebe6058d03886a73be8..5c92529f7c5dc75b90fbb7c48fb730cc8ca2d9b5 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -1610,7 +1610,6 @@ test("unit_tests") {
if (!is_ios) {
deps += [
- ":unit_tests_js",
"//components/autofill/content/browser/wallet:test_support",
"//components/autofill/content/renderer:test_support",
"//components/data_reduction_proxy/core/browser:test_support",
@@ -1666,6 +1665,7 @@ test("unit_tests") {
}
if (!is_android && !is_ios) {
+ deps += [ ":unit_tests_js" ]
sources += rebase_path(
chrome_tests_unit_gypi_values.chrome_unit_tests_non_mobile_sources,
".",

Powered by Google App Engine
This is Rietveld 408576698