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

Unified Diff: content/renderer/BUILD.gn

Issue 1554443003: Stop linking in the old Mojo EDK. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more fixes Created 4 years, 11 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
Index: content/renderer/BUILD.gn
diff --git a/content/renderer/BUILD.gn b/content/renderer/BUILD.gn
index f480c137523fd80eedae9967a15b55cfdc11ae62..d6b9218a4252268e0dceb7c8c8cdb55733af9a18 100644
--- a/content/renderer/BUILD.gn
+++ b/content/renderer/BUILD.gn
@@ -59,6 +59,7 @@ source_set("renderer") {
"//media/midi",
"//mojo/common:url_type_converters",
"//mojo/converters/geometry",
+ "//mojo/edk/js",
"//mojo/environment:chromium",
"//mojo/public/cpp/bindings",
"//mojo/public/js",
@@ -72,7 +73,6 @@ source_set("renderer") {
"//third_party/icu",
"//third_party/libjingle",
"//third_party/libyuv",
- "//third_party/mojo/src/mojo/edk/js",
"//third_party/npapi",
"//third_party/widevine/cdm:version_h",
"//ui/accessibility",

Powered by Google App Engine
This is Rietveld 408576698