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

Unified Diff: content/utility/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/test/BUILD.gn ('k') | third_party/WebKit/Source/modules/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/utility/BUILD.gn
diff --git a/content/utility/BUILD.gn b/content/utility/BUILD.gn
index 883fbd1d482f880338705df965c71fb24afea536..e5fcb3facfe772232adf7386b9d3cb73acd6e6cb 100644
--- a/content/utility/BUILD.gn
+++ b/content/utility/BUILD.gn
@@ -31,8 +31,8 @@ source_set("utility") {
"//services/shell",
"//services/shell/public/cpp",
"//services/shell/public/interfaces",
+ "//third_party/WebKit/Source/platform:mojo_bindings",
"//third_party/WebKit/public:blink_headers",
- "//third_party/WebKit/public:mojo_bindings",
"//url",
]
« no previous file with comments | « content/test/BUILD.gn ('k') | third_party/WebKit/Source/modules/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698