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

Unified Diff: content/common/BUILD.gn

Issue 705623004: GN: Get os="chromeos" use_ozone=true to compile (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more fixes, build chrome and app_shell 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 | « chromeos/BUILD.gn ('k') | extensions/shell/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/BUILD.gn
diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
index 961ba088224e2dd5c7d722b60d9ce3e9d9de7cc1..cfe291b724fd2696164adb4f288a636ff80ba761 100644
--- a/content/common/BUILD.gn
+++ b/content/common/BUILD.gn
@@ -159,6 +159,9 @@ source_set("common") {
sources -= [
"gpu/gpu_memory_buffer_factory_linux.cc",
]
+ deps += [
+ "//ui/ozone/gpu",
+ ]
}
if (!use_aura) {
« no previous file with comments | « chromeos/BUILD.gn ('k') | extensions/shell/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698