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

Unified Diff: chrome/browser/BUILD.gn

Issue 2715563002: Moving SwiftShader from component to bundled library (Closed)
Patch Set: Fixed some comments Created 3 years, 10 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 | « BUILD.gn ('k') | chrome/browser/chrome_browser_main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index d81af4e91e86d54b93b2d2387664768fc832b162..cbf8186d46278bdacff905854e00e182519c8aec 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -256,8 +256,6 @@ split_static_library("browser") {
"component_updater/supervised_user_whitelist_installer.h",
"component_updater/sw_reporter_installer_win.cc",
"component_updater/sw_reporter_installer_win.h",
- "component_updater/swiftshader_component_installer.cc",
- "component_updater/swiftshader_component_installer.h",
"conflicts/module_database_win.cc",
"conflicts/module_database_win.h",
"conflicts/module_event_sink_impl_win.cc",
@@ -3606,6 +3604,10 @@ split_static_library("browser") {
"payments/payment_request_factory.h",
]
deps += [ "//components/payments:payment_request_impl" ]
+
+ if (target_cpu == "x86" || target_cpu == "x64") {
+ deps += [ "//third_party/swiftshader" ]
grt (UTC plus 2) 2017/02/23 15:33:38 is it //chrome/browser that depends on SS, or some
sugoi 2017/02/23 15:36:34 Oh yeah, it should be content/browser, not chrome/
+ }
}
if (is_linux || is_win) {
« no previous file with comments | « BUILD.gn ('k') | chrome/browser/chrome_browser_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698