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

Unified Diff: mojo/cc/BUILD.gn

Issue 707093002: Teach PRESUBMIT.py how to run gn check for most of the mojo repo (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: update after hans landed Created 6 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/aura/BUILD.gn ('k') | mojo/common/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/cc/BUILD.gn
diff --git a/mojo/cc/BUILD.gn b/mojo/cc/BUILD.gn
index 1a78c01090026fa4b9b3d6c3bd68aaf52f0966d5..6fb9a1487f1801441d42bdafda84dd97885be136 100644
--- a/mojo/cc/BUILD.gn
+++ b/mojo/cc/BUILD.gn
@@ -8,11 +8,14 @@ source_set("cc") {
"//base",
"//cc",
"//cc/surfaces",
- "//skia",
"//gpu/command_buffer/client:gles2_implementation",
+ "//gpu/command_buffer/client:gles2_interface",
"//mojo/converters/surfaces",
+ "//mojo/public/cpp/environment",
+ "//mojo/public/cpp/system",
"//mojo/public/gles2:for_shared_library",
"//mojo/services/public/interfaces/surfaces",
+ "//skia",
]
sources = [
« no previous file with comments | « mojo/aura/BUILD.gn ('k') | mojo/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698