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

Unified Diff: components/sessions/BUILD.gn

Issue 1418543006: Make component_unittests run the same tests on GYP and GN on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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 | « components/scheduler/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sessions/BUILD.gn
diff --git a/components/sessions/BUILD.gn b/components/sessions/BUILD.gn
index b9f043e63c019dba4024af0c898091de17e3e164..9fc4664e017e307c52be58fb254b5c6ee75b8b27 100644
--- a/components/sessions/BUILD.gn
+++ b/components/sessions/BUILD.gn
@@ -150,7 +150,7 @@ source_set("test_support") {
}
}
-if (!is_ios && !is_android) {
sdefresne 2015/10/29 10:42:18 This file has already been updated to work on iOS
+if (!is_ios) {
source_set("unit_tests") {
testonly = true
sources = [
« no previous file with comments | « components/scheduler/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698