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

Unified Diff: content/common/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/child/BUILD.gn ('k') | content/content.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/BUILD.gn
diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
index 519c2805c9c944486159c02880503c0aac8a944f..c80a5d5ed32f563690d00a8158e1abdc7e100098 100644
--- a/content/common/BUILD.gn
+++ b/content/common/BUILD.gn
@@ -5,7 +5,7 @@
import("//build/config/features.gni")
import("//build/config/ui.gni")
import("//content/common/common.gni")
-import("//mojo/public/tools/bindings/mojom.gni")
+import("//third_party/mojo/src/mojo/public/tools/bindings/mojom.gni")
if (is_chromeos && cpu_arch != "arm") {
action("libva_generate_stubs") {
@@ -138,12 +138,12 @@ source_set("common") {
"//gpu/skia_bindings",
"//media",
"//media:shared_memory_support",
- "//mojo/edk/system",
"//mojo/environment:chromium",
- "//mojo/public/interfaces/application",
"//sandbox",
"//storage/common",
"//third_party/WebKit/public:blink",
+ "//third_party/mojo/src/mojo/edk/system",
+ "//third_party/mojo/src/mojo/public/interfaces/application",
"//ui/gl",
"//webkit/common/gpu",
]
@@ -413,6 +413,6 @@ mojom("mojo_bindings") {
deps = [
"//content/public/common:mojo_bindings",
- "//mojo/public/interfaces/application:application",
+ "//third_party/mojo/src/mojo/public/interfaces/application:application",
]
}
« no previous file with comments | « content/child/BUILD.gn ('k') | content/content.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698