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

Unified Diff: content/browser/BUILD.gn

Issue 1307173009: rebased ppapi vpnProvider (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkcr
Patch Set: fix compile Created 5 years, 3 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/common/ppapi_utils.cc ('k') | content/browser/renderer_host/pepper/DEPS » ('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 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",
« no previous file with comments | « chrome/common/ppapi_utils.cc ('k') | content/browser/renderer_host/pepper/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698