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

Unified Diff: base/BUILD.gn

Issue 378653002: GN: Move mock_pref_change_callback.h to the correct section. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/BUILD.gn
diff --git a/base/BUILD.gn b/base/BUILD.gn
index 7257753a9d85658401d4f77b4e30f95a0fe2444c..534f331f78aa92dcb8e2626cd589a3d51794126f 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -989,6 +989,7 @@ source_set("prefs") {
source_set("prefs_test_support") {
sources = [
"prefs/mock_pref_change_callback.cc",
+ "prefs/mock_pref_change_callback.h",
"prefs/pref_store_observer_mock.cc",
"prefs/pref_store_observer_mock.h",
"prefs/testing_pref_service.cc",
@@ -1140,7 +1141,6 @@ test("base_unittests") {
"power_monitor/power_monitor_unittest.cc",
"prefs/default_pref_store_unittest.cc",
"prefs/json_pref_store_unittest.cc",
- "prefs/mock_pref_change_callback.h",
"prefs/overlay_user_pref_store_unittest.cc",
"prefs/pref_change_registrar_unittest.cc",
"prefs/pref_member_unittest.cc",
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698