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

Unified Diff: chrome/test/BUILD.gn

Issue 1557323003: Revert of MD Downloads: add a JS unit test for search term splitting (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@new-dl-data
Patch Set: Created 4 years, 11 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | chrome/unit_tests.isolate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/BUILD.gn
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index 84015a9c6ae8cee4453370808e79e3d6431a20a1..a373a7f486a2c62cf3937c2bbb2ed64f50849691 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -1658,12 +1658,14 @@
[ "../browser/download/download_request_infobar_delegate_unittest.cc" ]
}
- if (!is_ios && !is_android) {
+ if (!is_ios) {
deps += [ ":unit_tests_js" ]
- sources += rebase_path(
- chrome_tests_unit_gypi_values.chrome_unit_tests_non_mobile_sources,
- ".",
- "//chrome")
+ if (!is_android) {
+ sources += rebase_path(
+ chrome_tests_unit_gypi_values.chrome_unit_tests_non_mobile_sources,
+ ".",
+ "//chrome")
+ }
}
if (is_ios || is_chromeos) {
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | chrome/unit_tests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698