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

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: 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') | content/content_plugin.gypi » ('J')
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..fbcdc2036b8a969afefb2563898e95bb0b229e05 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'],
Mark Mentovai 2011/10/25 15:03:04 If you're anchoring with a ^ on one end, anchor wi
Robert Nagy 2011/10/25 15:16:37 I did not do this to follow what's been done in th
Mark Mentovai 2011/10/25 16:06:10 Robert Nagy wrote:
Robert Nagy 2011/10/25 16:19:47 So be it :)
+ ],
+ }],
['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') | content/content_plugin.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698