Chromium Code Reviews| 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) { |