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

Unified Diff: chrome/chrome_tests_unit.gypi

Issue 12253004: Moving last generic Prefs implementation files to base/prefs/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge LKGR Created 7 years, 10 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_unit.gypi
diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi
index 7d2e241e3265825a4517d40047dbdabd472bfccc..51ca44f373946663b4db58abb1a850e2f58df6a4 100644
--- a/chrome/chrome_tests_unit.gypi
+++ b/chrome/chrome_tests_unit.gypi
@@ -1,4 +1,4 @@
- # Copyright 2012 The Chromium Authors. All rights reserved.
+# Copyright 2012 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
{
@@ -231,8 +231,6 @@
'test/base/test_tab_strip_model_observer.h',
'test/base/testing_browser_process.cc',
'test/base/testing_browser_process.h',
- 'test/base/testing_pref_service.cc',
- 'test/base/testing_pref_service.h',
'test/base/testing_pref_service_syncable.cc',
'test/base/testing_pref_service_syncable.h',
'test/base/testing_profile.cc',
@@ -993,8 +991,6 @@
'browser/prefs/command_line_pref_store_unittest.cc',
'browser/prefs/incognito_mode_prefs_unittest.cc',
'browser/prefs/pref_model_associator_unittest.cc',
- 'browser/prefs/pref_notifier_impl_unittest.cc',
- 'browser/prefs/pref_service_unittest.cc',
'browser/prefs/proxy_config_dictionary_unittest.cc',
'browser/prefs/proxy_policy_unittest.cc',
'browser/prefs/proxy_prefs_unittest.cc',
@@ -1625,11 +1621,6 @@
# 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/public/pref_change_registrar_unittest.cc',
- '../base/prefs/public/pref_member_unittest.cc',
-
# TODO(joi): Move the google_apis tests to a separate
# google_apis_unittests executable.
'../google_apis/google_api_keys_unittest.cc',
« no previous file with comments | « chrome/browser/ui/toolbar/action_box_menu_model_unittest.cc ('k') | chrome/test/base/scoped_testing_local_state.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698