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

Unified Diff: chrome/test/BUILD.gn

Issue 2464663002: chrome: move networking_private_crypto from common to browser (Closed)
Patch Set: chrome/test Created 4 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
Index: chrome/test/BUILD.gn
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index 93e4cee6b25610b68690e0a87cd815c98815ca07..2545e809ed6831402a81c9800e3cf0f58d821fb5 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -4626,7 +4626,7 @@ test("unit_tests") {
]
}
if (is_win || is_mac || is_chromeos) {
- sources += [ "../common/extensions/api/networking_private/networking_private_crypto_unittest.cc" ]
+ sources += [ "../browser/extensions/api/networking_private/networking_private_crypto_unittest.cc" ]
}
if (enable_rlz_support) {
sources += [ "../browser/rlz/chrome_rlz_tracker_delegate_unittest.cc" ]

Powered by Google App Engine
This is Rietveld 408576698