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

Unified Diff: components/BUILD.gn

Issue 1268443004: GN(Android): Add missing dep for components_unittests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn-all-message_center
Patch Set: fix win maybe #1 Created 5 years, 4 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/BUILD.gn
diff --git a/components/BUILD.gn b/components/BUILD.gn
index 41397bf02c5dd7d9048ed47c02aaaa4e523e5665..bb6f9e9bf5dd86057409b3bde42ba124211cb32a 100644
--- a/components/BUILD.gn
+++ b/components/BUILD.gn
@@ -332,6 +332,7 @@ test("components_unittests") {
# These are the deps required by the code in this target.
"//base",
"//base/test:test_support",
+ "//components/policy:policy_component",
"//content/test:test_support",
"//net",
"//ui/base",
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698