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

Unified Diff: blimp/client/core/BUILD.gn

Issue 2058263002: Tied up BlimpNavigationController to NavigationFeature (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@blimp_core
Patch Set: Addressed code review comments Created 4 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
Index: blimp/client/core/BUILD.gn
diff --git a/blimp/client/core/BUILD.gn b/blimp/client/core/BUILD.gn
index bd010128bf048e99ce02a080c1f154d59e365ad5..e4897c42ee8feb990efa45e29ab49b24790bf53c 100644
--- a/blimp/client/core/BUILD.gn
+++ b/blimp/client/core/BUILD.gn
@@ -105,6 +105,7 @@ source_set("unit_tests") {
deps = [
":core",
"//base",
+ "//blimp/client:test_support",
nyquist 2016/07/25 22:59:06 Does this have to live here? Could we have a new t
"//blimp/client/public:public_headers",
"//blimp/client/test",
"//testing/gtest",

Powered by Google App Engine
This is Rietveld 408576698