Index: content/browser/BUILD.gn |
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn |
index 212acbec13de78ab9f7a14cc97f9d7265ef247d0..e1926fddf1fa824e5fb7841bb0f9021ccba1b2e5 100644 |
--- a/content/browser/BUILD.gn |
+++ b/content/browser/BUILD.gn |
@@ -271,6 +271,12 @@ source_set("browser") { |
sources += rebase_path(content_browser_gypi_values.plugin_browser_sources, |
".", |
"//content") |
+ if (is_chromeos) { |
+ sources += rebase_path( |
+ content_browser_gypi_values.plugin_browser_chromeos_sources, |
+ ".", |
+ "//content") |
+ } |
deps += [ |
"//ppapi/host", |
"//ppapi/proxy:ipc", |