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

Unified Diff: chrome/chrome_browser.gypi

Issue 6670081: Move FilePathWatcher class from browser/... to common/... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix up linux clang issue, and clean up bad commented block Created 9 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/user_style_sheet_watcher_unittest.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 8176a7939e2e5e7ae6f1c7c1635c5783c7764a55..37397d5d99679aea9e53c7e2d7c8648a2a273072 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -1062,11 +1062,6 @@
'browser/favicon_helper.h',
'browser/favicon_service.cc',
'browser/favicon_service.h',
- 'browser/file_path_watcher/file_path_watcher.cc',
- 'browser/file_path_watcher/file_path_watcher.h',
- 'browser/file_path_watcher/file_path_watcher_inotify.cc',
- 'browser/file_path_watcher/file_path_watcher_mac.cc',
- 'browser/file_path_watcher/file_path_watcher_win.cc',
'browser/file_select_helper.cc',
'browser/file_select_helper.h',
'browser/first_run/first_run.cc',
@@ -3408,7 +3403,6 @@
],
}, { # OS != "linux"
'sources!': [
- 'browser/file_path_watcher/file_path_watcher_inotify.cc',
'browser/ui/webui/options/certificate_manager_handler.cc',
'browser/ui/webui/options/certificate_manager_handler.h',
],
@@ -3420,9 +3414,6 @@
'../build/linux/system.gyp:nss',
'../build/linux/system.gyp:x11',
],
- 'sources': [
- 'browser/file_path_watcher/file_path_watcher_stub.cc',
- ],
}],
# Use system SSL settings on Mac and Windows. Use preferences
# for SSL settings on other platforms.
« no previous file with comments | « chrome/browser/user_style_sheet_watcher_unittest.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698