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

Unified Diff: chrome/chrome_tests_unit.gypi

Issue 12035095: Enforce no path service has improper path. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Limit checks on OSX Created 7 years, 11 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
« base/path_service_unittest.cc ('K') | « base/path_service_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests_unit.gypi
diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi
index ca40e6d156d1121a7cc1d7a3dfbfc07142eb2ed3..41036bc5ef10d0e061e8d360e157926a0488e9e5 100644
--- a/chrome/chrome_tests_unit.gypi
+++ b/chrome/chrome_tests_unit.gypi
@@ -1589,6 +1589,10 @@
'test/logging/win/mof_data_parser_unittest.cc',
'tools/convert_dict/convert_dict_unittest.cc',
+ # Duplicate these tests here because PathService has more items in
+ # unit_tests than in base_unittests.
+ '../base/path_service_unittest.cc',
+
# TODO(joi): Move to 'base_prefs' target in base/base.gyp once
# Prefs move is complete and dependencies have been broken.
'../base/prefs/json_pref_store_unittest.cc',
« base/path_service_unittest.cc ('K') | « base/path_service_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698