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

Unified Diff: shell/BUILD.gn

Issue 2236083002: Move mojo/public/c/gpu/* to mojo/public/c/include. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: foo Created 4 years, 4 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 | « services/url_response_disk_cache/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: shell/BUILD.gn
diff --git a/shell/BUILD.gn b/shell/BUILD.gn
index c87c9e58fbf9a4b6ed88d0083f61995eed90e090..e7aef318097567c356ead0682b1edfe2d48f46aa 100644
--- a/shell/BUILD.gn
+++ b/shell/BUILD.gn
@@ -274,6 +274,7 @@ source_set("native_application_support") {
deps = [
"//base",
+ "//mojo/edk/system",
"//mojo/gles2:control_thunks",
"//mojo/gles2:gles2",
"//mojo/gles2:mgl",
@@ -287,6 +288,8 @@ source_set("native_application_support") {
# Suppress include checking so we can still check the rest of the targets in
# this file.
check_includes = false
+
+ configs += [ "//mojo/public/c:c_config" ]
}
if (is_android) {
« no previous file with comments | « services/url_response_disk_cache/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698