Commit 552eabc9 authored by Andrew Grieve's avatar Andrew Grieve Committed by Commit Bot

Add missing dep //chrome/browser -> //chrome/common:buildflags

Should fix:
../../chrome/browser/safe_browsing/android/safe_browsing_bridge.cc -o obj/chrome/browser/safe_browsing/android/android/safe_browsing_bridge.o
In file included from ../../chrome/browser/safe_browsing/android/safe_browsing_bridge.cc:7:
../../chrome/browser/profiles/profile_manager.h:28:10: fatal error: 'chrome/common/buildflags.h' file not found

Bug: 1108424
Change-Id: Ib5a8787c60d6e3d8c166dcbcc4dedfecd4a1849c
Fixes: 1108424
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2315498Reviewed-by: default avatarPeter Wen <wnwen@chromium.org>
Commit-Queue: Peter Wen <wnwen@chromium.org>
Auto-Submit: Andrew Grieve <agrieve@chromium.org>
Cr-Commit-Position: refs/heads/master@{#791225}
parent c0b15fa5
...@@ -1800,6 +1800,7 @@ static_library("browser") { ...@@ -1800,6 +1800,7 @@ static_library("browser") {
public_deps = [ public_deps = [
"//base", "//base",
"//chrome/common", "//chrome/common",
"//chrome/common:buildflags",
"//chrome/services/file_util/public/mojom", "//chrome/services/file_util/public/mojom",
"//components/account_id", "//components/account_id",
"//components/autofill/core/browser", "//components/autofill/core/browser",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment