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

Unified Diff: mojo/public/gles2/BUILD.gn

Issue 1410053006: Move third_party/mojo/src/mojo/public to mojo/public (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 5 years, 1 month 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 | « mojo/public/cpp/utility/thread.h ('k') | mojo/public/interfaces/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/gles2/BUILD.gn
diff --git a/third_party/mojo/src/mojo/public/gles2/BUILD.gn b/mojo/public/gles2/BUILD.gn
similarity index 86%
rename from third_party/mojo/src/mojo/public/gles2/BUILD.gn
rename to mojo/public/gles2/BUILD.gn
index c502f346e65ddcb0afd3ec1728aa848d0cd56119..c62ba12cd289aed174c9b912f91fa9be29349d0a 100644
--- a/third_party/mojo/src/mojo/public/gles2/BUILD.gn
+++ b/mojo/public/gles2/BUILD.gn
@@ -17,7 +17,7 @@
group("for_shared_library") {
public_configs = [ "//third_party/khronos:khronos_headers" ]
public_deps = [
- "//third_party/mojo/src/mojo/public/c/gles2",
+ "//mojo/public/c/gles2",
]
if (is_component_build) {
@@ -26,7 +26,7 @@ group("for_shared_library") {
]
} else {
deps = [
- "//third_party/mojo/src/mojo/public/platform/native:gles2",
+ "//mojo/public/platform/native:gles2",
]
}
}
@@ -34,7 +34,7 @@ group("for_shared_library") {
group("for_component") {
public_configs = [ "//third_party/khronos:khronos_headers" ]
public_deps = [
- "//third_party/mojo/src/mojo/public/c/gles2",
+ "//mojo/public/c/gles2",
]
if (is_component_build) {
« no previous file with comments | « mojo/public/cpp/utility/thread.h ('k') | mojo/public/interfaces/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698