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

Unified Diff: media/mojo/services/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 | « media/mojo/interfaces/BUILD.gn ('k') | mojo/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/mojo/services/BUILD.gn
diff --git a/media/mojo/services/BUILD.gn b/media/mojo/services/BUILD.gn
index 6096a079e247d7e39520a743aea86ca3c7939504..63e37f2ebac5293d040c016c5cdc7f3a982ec2f3 100644
--- a/media/mojo/services/BUILD.gn
+++ b/media/mojo/services/BUILD.gn
@@ -2,7 +2,7 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-import("//mojo/public/mojo_application.gni")
+import("//third_party/mojo/src/mojo/public/mojo_application.gni")
# Target naming conventions:
# - converters: C++/Mojo type converters.
@@ -24,9 +24,9 @@ source_set("converters") {
"//mojo/common",
"//mojo/converters/geometry",
"//mojo/environment:chromium",
- "//mojo/public/c/system:for_component",
"//mojo/services/geometry/public/interfaces",
"//skia",
+ "//third_party/mojo/src/mojo/public/c/system:for_component",
]
}
@@ -36,11 +36,11 @@ source_set("cdm_proxy") {
"//base",
"//media",
"//media/mojo/interfaces",
- "//mojo/public/interfaces/application",
"//mojo/common",
"//mojo/environment:chromium",
- "//mojo/public/c/system:for_component",
- "//mojo/public/cpp/application",
+ "//third_party/mojo/src/mojo/public/interfaces/application",
+ "//third_party/mojo/src/mojo/public/c/system:for_component",
+ "//third_party/mojo/src/mojo/public/cpp/application",
]
sources = [
@@ -56,10 +56,10 @@ source_set("cdm_service") {
"//base",
"//media",
"//media/mojo/interfaces",
- "//mojo/public/interfaces/application",
"//mojo/common",
"//mojo/environment:chromium",
- "//mojo/public/c/system:for_component",
+ "//third_party/mojo/src/mojo/public/interfaces/application",
+ "//third_party/mojo/src/mojo/public/c/system:for_component",
]
sources = [
@@ -89,9 +89,9 @@ source_set("renderer_proxy") {
"//media/mojo/interfaces",
"//mojo/common",
"//mojo/environment:chromium",
- "//mojo/public/c/system:for_component",
- "//mojo/public/cpp/application",
- "//mojo/public/interfaces/application",
+ "//third_party/mojo/src/mojo/public/c/system:for_component",
+ "//third_party/mojo/src/mojo/public/cpp/application",
+ "//third_party/mojo/src/mojo/public/interfaces/application",
]
}
@@ -143,10 +143,10 @@ test("media_mojo_unittests") {
"//base/test:test_support",
"//media",
"//media/mojo/interfaces",
- "//mojo/edk/system",
- "//mojo/edk/test:run_all_unittests",
"//mojo/environment:chromium",
"//testing/gtest",
+ "//third_party/mojo/src/mojo/edk/system",
+ "//third_party/mojo/src/mojo/edk/test:run_all_unittests",
]
}
@@ -159,7 +159,7 @@ if (!is_component_build) {
deps = [
":renderer_service",
"//mojo/application",
- "//mojo/public/c/system:for_shared_library",
+ "//third_party/mojo/src/mojo/public/c/system:for_shared_library",
]
}
« no previous file with comments | « media/mojo/interfaces/BUILD.gn ('k') | mojo/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698