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

Unified Diff: chrome/browser/BUILD.gn

Issue 505853003: Work on GN build of Chrome. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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/browser/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index d0218204fc528d29b0c188295bc860b36119db7e..0d1078e49c94d8847cf7822b2f561d3a037f16e6 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -292,7 +292,7 @@ static_library("browser") {
".", "//chrome")
} else { # Non-mobile
deps += [
- #"policy_path_parser", TODO(GYP)
+ "//chrome/browser/policy:path_parser",
]
}
} else {

Powered by Google App Engine
This is Rietveld 408576698