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

Unified Diff: content/content_browser.gypi

Issue 8394002: exclude the linux files that are not needed on openbsd (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: use sources! Created 9 years, 2 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 | « no previous file | content/content_plugin.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index 994aa3e14784dbf9beb85523174f0544df17fcec..c7a6d05032a5ab8adc8a25a8c3aa683ce7cf1844 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -681,6 +681,11 @@
'browser/renderer_host/gtk_key_bindings_handler.h',
],
}],
+ ['OS=="openbsd"', {
+ 'sources/': [
+ ['exclude', '^browser/geolocation/wifi_data_provider_linux\\.cc$'],
+ ],
+ }],
['touchui==1', {
'sources/': [
['exclude', '^browser/renderer_host/gtk_im_context_wrapper.cc'],
« no previous file with comments | « no previous file | content/content_plugin.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698