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

Unified Diff: content/browser/BUILD.gn

Issue 2715563002: Moving SwiftShader from component to bundled library (Closed)
Patch Set: Update past extension test fixes Created 3 years, 9 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 | « chrome/tools/build/win/FILES.cfg ('k') | content/browser/gpu/gpu_data_manager_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index 6a325553e8b7b23216774f351608c052d75ed548..f867d4ac224e942c0adeab8f2ea2e04df3a68e65 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -145,6 +145,7 @@ source_set("browser") {
"//ui/gfx/geometry",
"//ui/gfx/geometry/mojo",
"//ui/gl",
+ "//ui/gl:gl_features",
"//ui/native_theme",
"//ui/resources",
"//ui/shell_dialogs",
@@ -1588,6 +1589,7 @@ source_set("browser") {
deps += [
"//third_party/iaccessible2",
"//third_party/isimpledom",
+ "//third_party/swiftshader",
]
libs += [
"comctl32.lib",
« no previous file with comments | « chrome/tools/build/win/FILES.cfg ('k') | content/browser/gpu/gpu_data_manager_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698