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

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: Created 5 years, 5 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 413e2b830af4a07957036d840fd971252a113aa3..12a7a7f18ab45f7d6b8507f17ae7fa5e8988f3fc 100644
--- a/components/BUILD.gn
+++ b/components/BUILD.gn
@@ -319,6 +319,7 @@ test("components_unittests") {
"//components/offline_pages:unit_tests",
"//components/omnibox/browser:unit_tests",
"//components/packed_ct_ev_whitelist:unit_tests",
+ "//components/policy:policy_component_browser",
dgn 2015/07/31 08:41:05 This is not a :unit_tests target and should be low
agrieve 2015/07/31 14:23:28 Just moved it down for now. Thanks!
"//components/undo:unit_tests",
"//components/secure_display:unit_tests",
"//components/update_client:unit_tests",
« 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