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

Unified Diff: base/BUILD.gn

Issue 1652573002: Update GN build files for new prefs location. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@presf_move
Patch Set: Created 4 years, 11 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 | chrome/browser/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/BUILD.gn
diff --git a/base/BUILD.gn b/base/BUILD.gn
index cf0d5a1ce313daa6fc0d4f9d9a6a80f422e8f772..60821ee36313f4ba466002833083e35902768655 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -1465,20 +1465,6 @@ if (is_ios || is_android || is_win || (is_linux && !is_chromeos)) {
}
}
-# TODO(brettw) remove these forwarding targets when all references to prefs are
-# updated to point to components.
-group("prefs") {
- public_deps = [
- "//components/prefs",
- ]
-}
-group("prefs_test_support") {
- testonly = true
- public_deps = [
- "//components/prefs:test_support",
- ]
-}
-
source_set("message_loop_tests") {
testonly = true
sources = [
« no previous file with comments | « no previous file | chrome/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698