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

Unified Diff: apps/moterm/BUILD.gn

Issue 1418653002: Synchronize GN build configuration with Chrome (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Review feedback addressed Created 5 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 | « DEPS ('k') | base/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: apps/moterm/BUILD.gn
diff --git a/apps/moterm/BUILD.gn b/apps/moterm/BUILD.gn
index 35131687e10b1d76cfd922b230a22fc117eeec7b..a69461c8a6b551699342122749824770148a13d3 100644
--- a/apps/moterm/BUILD.gn
+++ b/apps/moterm/BUILD.gn
@@ -75,18 +75,15 @@ source_set("gl_helper") {
"//mojo/services/surfaces/interfaces",
]
- forward_dependent_configs_from = [
- "//mojo/public/c/gpu",
- "//mojo/services/gpu/interfaces",
- "//mojo/services/surfaces/interfaces",
- ]
-
public_deps = [
"//base",
+ "//mojo/public/c/gpu",
"//mojo/public/c/gpu:GLES2",
"//mojo/services/geometry/cpp",
"//mojo/services/geometry/interfaces",
+ "//mojo/services/gpu/interfaces",
"//mojo/services/surfaces/cpp",
+ "//mojo/services/surfaces/interfaces",
"//mojo/services/surfaces/interfaces:surface_id",
]
}
@@ -116,10 +113,9 @@ source_set("model") {
"//third_party/libteken",
]
- forward_dependent_configs_from = [ "//third_party/libteken" ]
-
public_deps = [
"//base",
+ "//third_party/libteken",
]
}
« no previous file with comments | « DEPS ('k') | base/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698