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

Unified Diff: components/BUILD.gn

Issue 1212163011: Componentize chrome/browser/rlz (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix compilation with gn Created 5 years, 6 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
Index: components/BUILD.gn
diff --git a/components/BUILD.gn b/components/BUILD.gn
index 72d53f62699e976edc49c0bdf446175cf4d17dd2..dbdcc01648f0a0f8ecebdf1abe90c2b2cacb2745 100644
--- a/components/BUILD.gn
+++ b/components/BUILD.gn
@@ -307,6 +307,10 @@ test("components_unittests") {
"//ui/resources:ui_test_pak",
]
+ if (enable_rlz) {
+ deps += [ "//components/rlz:unittests" ]
+ }
Roger Tawa OOO till Jul 10th 2015/07/02 18:22:28 I wonder if the tests should always be compiled an
sdefresne 2015/07/03 16:16:37 Make sense. This will require changing client code
+
if (is_android) {
isolate_file = "components_unittests.isolate"
}

Powered by Google App Engine
This is Rietveld 408576698