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

Unified Diff: BUILD.gn

Issue 1220883008: Add command_buffer_gles2 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: needed an additional function for skia Created 5 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 | « no previous file | build/all.gyp » ('j') | gpu/command_buffer_gles2/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index cb1880b891065a2df55397aebae564e0c4cf408c..e42e2285189632eb0e64388368ab982fbb5012f7 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -593,7 +593,10 @@ group("both_gn_and_gyp") {
}
if (!is_ios) {
- deps += [ "//gpu/skia_runner:skia_runner" ]
+ deps += [
+ "//gpu/skia_runner:skia_runner",
+ "//gpu/command_buffer_gles2:command_buffer_gles2",
+ ]
}
}
« no previous file with comments | « no previous file | build/all.gyp » ('j') | gpu/command_buffer_gles2/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698