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

Unified Diff: sky/engine/platform/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/views/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/platform/BUILD.gn
diff --git a/sky/engine/platform/BUILD.gn b/sky/engine/platform/BUILD.gn
index 2afe797f11a1522a7b72822bdf2245be23674e2c..897677c4c5d3131cc96920c39f53ff976e782933 100644
--- a/sky/engine/platform/BUILD.gn
+++ b/sky/engine/platform/BUILD.gn
@@ -643,10 +643,10 @@ component("platform") {
deps = [
":make_platform_generated",
- "//base:base",
+ "//base",
"//gpu/command_buffer/client:gles2_c_lib",
"//mojo/application",
- "//mojo/common:common",
+ "//mojo/common",
"//mojo/public/c/system:for_shared_library",
"//mojo/public/cpp/bindings",
"//mojo/public/cpp/system",
« no previous file with comments | « mojo/views/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698