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

Unified Diff: mojo/mojo_public_gles2_for_loadable_module.gypi

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 | « mojo/mojo_public.gyp ('k') | mojo/mojo_services_public.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/mojo_public_gles2_for_loadable_module.gypi
diff --git a/mojo/mojo_public_gles2_for_loadable_module.gypi b/mojo/mojo_public_gles2_for_loadable_module.gypi
index 2f91651afea600db1e0655d6823841b7ea67e03e..31a350e4fef7b5dfb317d1b6097db3ba54083241 100644
--- a/mojo/mojo_public_gles2_for_loadable_module.gypi
+++ b/mojo/mojo_public_gles2_for_loadable_module.gypi
@@ -43,16 +43,16 @@
],
},
'sources': [
- '<(DEPTH)/mojo/public/c/gles2/gles2.h',
- '<(DEPTH)/mojo/public/c/gles2/gles2_export.h',
- '<(DEPTH)/mojo/public/platform/native/gles2_thunks.cc',
- '<(DEPTH)/mojo/public/platform/native/gles2_thunks.h',
- '<(DEPTH)/mojo/public/platform/native/gles2_impl_thunks.cc',
- '<(DEPTH)/mojo/public/platform/native/gles2_impl_thunks.h',
- '<(DEPTH)/mojo/public/platform/native/gles2_impl_chromium_texture_mailbox_thunks.cc',
- '<(DEPTH)/mojo/public/platform/native/gles2_impl_chromium_texture_mailbox_thunks.h',
- '<(DEPTH)/mojo/public/platform/native/gles2_impl_chromium_sync_point_thunks.cc',
- '<(DEPTH)/mojo/public/platform/native/gles2_impl_chromium_sync_point_thunks.h',
+ '<(DEPTH)/third_party/mojo/src/mojo/public/c/gles2/gles2.h',
+ '<(DEPTH)/third_party/mojo/src/mojo/public/c/gles2/gles2_export.h',
+ '<(DEPTH)/third_party/mojo/src/mojo/public/platform/native/gles2_thunks.cc',
+ '<(DEPTH)/third_party/mojo/src/mojo/public/platform/native/gles2_thunks.h',
+ '<(DEPTH)/third_party/mojo/src/mojo/public/platform/native/gles2_impl_thunks.cc',
+ '<(DEPTH)/third_party/mojo/src/mojo/public/platform/native/gles2_impl_thunks.h',
+ '<(DEPTH)/third_party/mojo/src/mojo/public/platform/native/gles2_impl_chromium_texture_mailbox_thunks.cc',
+ '<(DEPTH)/third_party/mojo/src/mojo/public/platform/native/gles2_impl_chromium_texture_mailbox_thunks.h',
+ '<(DEPTH)/third_party/mojo/src/mojo/public/platform/native/gles2_impl_chromium_sync_point_thunks.cc',
+ '<(DEPTH)/third_party/mojo/src/mojo/public/platform/native/gles2_impl_chromium_sync_point_thunks.h',
],
}]
]
« no previous file with comments | « mojo/mojo_public.gyp ('k') | mojo/mojo_services_public.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698