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

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

Issue 2209883002: Link blink mojom bindings into platform target (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge and add comments Created 4 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
« no previous file with comments | « content/common/bluetooth/web_bluetooth_device_id.typemap ('k') | content/renderer/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/BUILD.gn
diff --git a/content/public/browser/BUILD.gn b/content/public/browser/BUILD.gn
index 25d3593952ecd437ac4a2d52c571f2af416696a9..f5e2b5acd0147a1e6d84eb9ae0d740b23e92bb14 100644
--- a/content/public/browser/BUILD.gn
+++ b/content/public/browser/BUILD.gn
@@ -39,7 +39,7 @@ source_set("browser_sources") {
# We expose skia headers in the public API.
"//skia",
- "//third_party/WebKit/public:mojo_bindings",
+ "//third_party/WebKit/Source/platform:mojo_bindings",
]
deps = [
"//cc",
« no previous file with comments | « content/common/bluetooth/web_bluetooth_device_id.typemap ('k') | content/renderer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698