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

Unified Diff: chrome/chrome_browser.gypi

Issue 864001: Move FileWatcher from src/base/ to src/chrome/browser/ and switch (Closed)
Patch Set: fix tests on mac Created 10 years, 9 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/browser/file_watcher_win.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index 36259dcc8a3fa9c97da9cc0109df601480d446ca..adc928015c3a155d29f4aa4b35f425075da4929a 100755
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -1003,6 +1003,10 @@
'browser/fav_icon_helper.h',
'browser/favicon_service.cc',
'browser/favicon_service.h',
+ 'browser/file_watcher.h',
+ 'browser/file_watcher_inotify.cc',
+ 'browser/file_watcher_mac.cc',
+ 'browser/file_watcher_win.cc',
'browser/find_bar.h',
'browser/find_bar_controller.cc',
'browser/find_bar_controller.h',
@@ -2373,6 +2377,10 @@
],
}],
],
+ }, { # OS != "linux"
+ 'sources!': [
+ 'browser/file_watcher_inotify.cc',
+ ],
}],
['OS=="freebsd" or OS=="openbsd"', {
'dependencies': [
@@ -2380,6 +2388,9 @@
'../build/linux/system.gyp:gtkprint',
'../build/linux/system.gyp:nss',
],
+ 'sources': [
+ 'browser/file_watcher_stub.cc',
+ ],
}],
['OS=="mac"', {
'sources!': [
« no previous file with comments | « chrome/browser/file_watcher_win.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698