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

Unified Diff: mojo/cc/BUILD.gn

Issue 782693004: Update mojo sdk to rev f6c8ec07c01deebc13178d516225fd12695c3dc2 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: hack mojo_system_impl gypi for android :| Created 6 years 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
Index: mojo/cc/BUILD.gn
diff --git a/mojo/cc/BUILD.gn b/mojo/cc/BUILD.gn
index 1a78c01090026fa4b9b3d6c3bd68aaf52f0966d5..113148dd24602371b4401eb28b88a9e082c00a4d 100644
--- a/mojo/cc/BUILD.gn
+++ b/mojo/cc/BUILD.gn
@@ -8,11 +8,15 @@ source_set("cc") {
"//base",
"//cc",
"//cc/surfaces",
- "//skia",
+ "//cc/surfaces:surface_id",
"//gpu/command_buffer/client:gles2_implementation",
+ "//gpu/command_buffer/client:gles2_interface",
"//mojo/converters/surfaces",
- "//mojo/public/gles2:for_shared_library",
+ "//mojo/public/c/gles2",
+ "//mojo/public/cpp/environment",
+ "//mojo/public/cpp/system",
"//mojo/services/public/interfaces/surfaces",
+ "//skia",
]
sources = [
« no previous file with comments | « build/all.gyp ('k') | mojo/edk/DEPS » ('j') | mojo/edk/mojo_edk_system_impl.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698