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

Unified Diff: mojo/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/fetcher/network_fetcher_unittest.cc ('k') | mojo/gles2/command_buffer_client_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/gles2/BUILD.gn
diff --git a/mojo/gles2/BUILD.gn b/mojo/gles2/BUILD.gn
index 39912e3bb014dabbbbe6aac480864d8de64d21de..de8dda267244687f101fb7f72dd4ff1ce8a5ef5c 100644
--- a/mojo/gles2/BUILD.gn
+++ b/mojo/gles2/BUILD.gn
@@ -22,8 +22,8 @@ source_set("headers") {
"//gpu/command_buffer/client",
"//gpu/command_buffer/client:gles2_implementation",
"//gpu/command_buffer/common",
- "//third_party/mojo/src/mojo/public/c/gles2",
- "//third_party/mojo/src/mojo/public/cpp/bindings",
+ "//mojo/public/c/gles2",
+ "//mojo/public/cpp/bindings",
]
}
@@ -61,10 +61,10 @@ component("gles2") {
"//gpu/command_buffer/common",
"//mojo/environment:chromium",
"//mojo/platform_handle:for_component",
- "//third_party/mojo/src/mojo/public/c/gles2",
- "//third_party/mojo/src/mojo/public/c/system:for_component",
- "//third_party/mojo/src/mojo/public/cpp/bindings",
- "//third_party/mojo/src/mojo/public/cpp/system",
+ "//mojo/public/c/gles2",
+ "//mojo/public/c/system:for_component",
+ "//mojo/public/cpp/bindings",
+ "//mojo/public/cpp/system",
]
if (!is_component_build) {
« no previous file with comments | « mojo/fetcher/network_fetcher_unittest.cc ('k') | mojo/gles2/command_buffer_client_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698