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

Unified Diff: sky/viewer/BUILD.gn

Issue 663483006: Fix sky to pass 'gn check' (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Now w/o the mojom.gni change Created 6 years, 2 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 | « sky/tools/tester/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/viewer/BUILD.gn
diff --git a/sky/viewer/BUILD.gn b/sky/viewer/BUILD.gn
index 1a236eec6dafc6c8a124735433f6788162e47240..854fbca67f4d3104a832dc343e21c35cde4b547b 100644
--- a/sky/viewer/BUILD.gn
+++ b/sky/viewer/BUILD.gn
@@ -40,6 +40,7 @@ shared_library("viewer") {
include_dirs = [ ".." ]
deps = [
+ "//base:i18n",
"//cc",
"//cc/surfaces",
"//gin",
@@ -48,12 +49,16 @@ shared_library("viewer") {
"//mojo/cc",
"//mojo/common",
"//mojo/converters/geometry",
+ "//mojo/converters/surfaces",
"//mojo/public/c/system:for_shared_library",
"//mojo/public/cpp/bindings",
+ "//mojo/public/cpp/system",
"//mojo/public/cpp/utility",
+ "//mojo/public/interfaces/application",
"//mojo/services/public/cpp/view_manager",
"//mojo/services/public/interfaces/content_handler",
"//mojo/services/public/interfaces/gpu",
+ "//mojo/services/public/interfaces/input_events",
"//mojo/services/public/interfaces/navigation",
"//mojo/services/public/interfaces/network",
"//mojo/services/public/interfaces/surfaces",
« no previous file with comments | « sky/tools/tester/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698