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

Unified Diff: components/BUILD.gn

Issue 1408643002: [Sync] Componentize synced_tab_delegate (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Limit ui/ DEPS to transition types 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 | « chrome/test/BUILD.gn ('k') | components/sync_driver/fake_sync_client.h » ('j') | 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 492734c537c45e441a3b4c5a3fec58f68ab6dfd9..2cb4ec64aa1fa898756e27857c7f012c74a4dade 100644
--- a/components/BUILD.gn
+++ b/components/BUILD.gn
@@ -319,6 +319,7 @@ test("components_unittests") {
"//components/suggestions:unit_tests",
"//components/omnibox/browser:unit_tests",
"//components/sessions:test_support",
+ "//components/sessions:test_support",
blundell 2015/10/23 06:13:04 (a) I think you mean to add //components/sync_sess
Nicolas Zea 2015/10/23 22:18:14 You're right. Fixed.
]
if (!is_ios) {
« no previous file with comments | « chrome/test/BUILD.gn ('k') | components/sync_driver/fake_sync_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698