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

Unified Diff: chrome/chrome_tests.gypi

Issue 6670081: Move FilePathWatcher class from browser/... to common/... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
Index: chrome/chrome_tests.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index b6b26cab4b6611b6a31a63a7f675cec53c84578a..c97114fba577aa2c5aa38106179caf143cf87b0b 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -1729,6 +1729,7 @@
'common/extensions/update_manifest_unittest.cc',
'common/extensions/url_pattern_unittest.cc',
'common/extensions/user_script_unittest.cc',
+ 'common/file_path_watcher/file_path_watcher_unittest.cc',
Mattias Nissler (ping if slow) 2011/03/17 10:37:56 There is a reason we had the tests in browser test
dmac 2011/03/17 17:16:48 Moved back to browsertest
'common/gpu_feature_flags_unittest.cc',
'common/guid_unittest.cc',
'common/important_file_writer_unittest.cc',
@@ -2247,7 +2248,6 @@
'browser/extensions/permissions_apitest.cc',
'browser/extensions/stubs_apitest.cc',
'browser/extensions/window_open_apitest.cc',
- 'browser/file_path_watcher/file_path_watcher_browsertest.cc',
'browser/first_run/first_run_browsertest.cc',
'browser/geolocation/access_token_store_browsertest.cc',
'browser/geolocation/geolocation_browsertest.cc',

Powered by Google App Engine
This is Rietveld 408576698