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

Unified Diff: BUILD.gn

Issue 1149893010: gpu: play skp files through the command buffer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: now with proper mac headers Created 5 years, 6 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 | « no previous file | build/all.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 0f946dcacf9134fc92c9699ba8c25a894e0c39f0..0e1e6751cb8649887e9950d7ec07c54ee00c8f82 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -579,6 +579,10 @@ group("both_gn_and_gyp") {
} else if (!is_android) {
deps += [ "//breakpad:symupload" ]
}
+
+ if (!is_ios) {
+ deps += [ "//gpu/skia_runner:skia_runner" ]
+ }
}
group("gn_only") {
« no previous file with comments | « no previous file | build/all.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698