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

Unified Diff: BUILD.gn

Issue 2946983002: Move eventlog_provider from //base/win to //chrome/common/win (Closed)
Patch Set: Address review comments on #5 Created 3 years, 6 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 | base/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index a4625d77083a46bf8a52c193baf720fcac77f44a..3a1aa7153d988b30e8366e2c1ea351ab7e4b0b78 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -721,7 +721,7 @@ group("chromium_builder_tests") {
if (is_win) {
group("chrome_official_builder_no_unittests") {
deps = [
- "//base/win:eventlog_provider",
+ "//chrome/common/win:eventlog_provider",
"//chrome/installer/gcapi",
"//chrome/installer/mini_installer",
"//cloud_print",
« no previous file with comments | « no previous file | base/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698