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

Unified Diff: chrome/test/BUILD.gn

Issue 1491773002: 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: exclude some dirs from Android's watchful isolate eyes 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 e3eb827b936c67f4cbc20dc58f6a27b9764e950e..1e5fa35c58d6fd8c9ed31072c49412e2c32da8de 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -1658,14 +1658,12 @@ test("unit_tests") {
[ "../browser/download/download_request_infobar_delegate_unittest.cc" ]
}
- if (!is_ios) {
+ if (!is_ios && !is_android) {
deps += [ ":unit_tests_js" ]
- if (!is_android) {
- sources += rebase_path(
- chrome_tests_unit_gypi_values.chrome_unit_tests_non_mobile_sources,
- ".",
- "//chrome")
- }
+ 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