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

Unified Diff: content/public/common/BUILD.gn

Issue 2089823002: Fix missing dependency for content/public/common on blink mojom (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 | « content/content_common.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/BUILD.gn
diff --git a/content/public/common/BUILD.gn b/content/public/common/BUILD.gn
index a3c06bcadd714a55d1b0bf3bfc7aad15746af8d8..a0100966fed5e736b55365e05a8f1fabe15deaa9 100644
--- a/content/public/common/BUILD.gn
+++ b/content/public/common/BUILD.gn
@@ -96,6 +96,7 @@ source_set("common_sources") {
"//content/common",
"//mojo/public/cpp/bindings",
"//services/shell/public/interfaces",
+ "//third_party/WebKit/public:blink_headers",
"//ui/accessibility",
"//url/ipc:url_ipc",
]
@@ -109,7 +110,6 @@ source_set("common_sources") {
"//services/shell/public/cpp",
"//skia",
"//storage/common",
- "//third_party/WebKit/public:blink_headers",
"//third_party/icu",
"//ui/accessibility",
"//ui/base",
« no previous file with comments | « content/content_common.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698