Commit b2e85734 authored by Alexey Baskakov's avatar Alexey Baskakov Committed by Commit Bot

WebApp: Add missing dependency.

Bug: 875042
Change-Id: I33dfb721ad6eeaa04509bb0c83ea92456cb52aaf
Reviewed-on: https://chromium-review.googlesource.com/1179423Reviewed-by: default avatarDominick Ng <dominickn@chromium.org>
Commit-Queue: Alexey Baskakov <loyso@chromium.org>
Cr-Commit-Position: refs/heads/master@{#583969}
parent 2fdf26dd
...@@ -40,6 +40,7 @@ source_set("components") { ...@@ -40,6 +40,7 @@ source_set("components") {
deps = [ deps = [
"//chrome/browser/web_applications:web_app_group", "//chrome/browser/web_applications:web_app_group",
"//chrome/common",
"//content/public/browser", "//content/public/browser",
"//skia", "//skia",
] ]
......
...@@ -22,6 +22,7 @@ ...@@ -22,6 +22,7 @@
#include "chrome/browser/shell_integration_linux.h" #include "chrome/browser/shell_integration_linux.h"
#include "chrome/browser/web_applications/components/web_app_helpers.h" #include "chrome/browser/web_applications/components/web_app_helpers.h"
#include "chrome/browser/web_applications/components/web_app_shortcut.h" #include "chrome/browser/web_applications/components/web_app_shortcut.h"
#include "chrome/common/buildflags.h"
#include "chrome/common/chrome_constants.h" #include "chrome/common/chrome_constants.h"
namespace { namespace {
......
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