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

Unified Diff: content/renderer/BUILD.gn

Issue 814543006: Move //mojo/{public, edk} underneath //third_party (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 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
« no previous file with comments | « content/public/common/BUILD.gn ('k') | content/shell/android/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/BUILD.gn
diff --git a/content/renderer/BUILD.gn b/content/renderer/BUILD.gn
index 664d9d40002cb4084f5fe1fe5b45749301373680..dd6b153de24595013fa3eeec92c7bd0ed80a3e19 100644
--- a/content/renderer/BUILD.gn
+++ b/content/renderer/BUILD.gn
@@ -38,15 +38,15 @@ source_set("renderer") {
"//jingle:jingle_glue",
"//media",
"//media/blink",
- "//mojo/edk/js",
"//mojo/environment:chromium",
- "//mojo/public/js",
- "//mojo/public/interfaces/application",
"//net",
"//skia",
"//storage/common",
"//third_party/icu",
"//third_party/libjingle",
+ "//third_party/mojo/src/mojo/edk/js",
+ "//third_party/mojo/src/mojo/public/js",
+ "//third_party/mojo/src/mojo/public/interfaces/application",
"//third_party/npapi",
"//third_party/WebKit/public:blink",
"//third_party/widevine/cdm:version_h",
« no previous file with comments | « content/public/common/BUILD.gn ('k') | content/shell/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698