summaryrefslogtreecommitdiffstats
path: root/rlz
diff options
context:
space:
mode:
authorbrettw <brettw@chromium.org>2016-01-29 16:37:58 -0800
committerCommit bot <commit-bot@chromium.org>2016-01-30 00:39:01 +0000
commitdeb824cd36c02a93854537d70e1853cb9f1c55b9 (patch)
tree6f0782dd941c21c2c5482df1076541012bd290cf /rlz
parent40f86a8399d8647968e9e2ca4e8ef5a6f1154a51 (diff)
downloadchromium_src-deb824cd36c02a93854537d70e1853cb9f1c55b9.zip
chromium_src-deb824cd36c02a93854537d70e1853cb9f1c55b9.tar.gz
chromium_src-deb824cd36c02a93854537d70e1853cb9f1c55b9.tar.bz2
Move base/prefs to components/prefs
This change is the minimal move change. It does not update namespaces or includes. Forwarding headers and targets exist to map to the new location. The namespaces, include guards, and references to these files will be updated in follow-ups. The GYP build has been updated to point to the new location because the forwarding headers generated a .gyp file cycle. Avoiding a cycle with libaddressinput is why prefs is a separate .gyp from most of the rest of the components. The GN build uses forwarding targets to keep the change smaller. The json pref store unit tests had to be updated because of the way that they used histograms conflicted with the hsitogram setup of the components unittests. Fortunately, there's a HistogramTester helper for this case, so this patch uses it in for the moved test in place of manually checking histogram counts. json_pref_store_unittests.cc also depended on the files il base/test/data/prefs. Rather than worry about updating all the isolates and such, this just adds the data inline and avoids having separate test files. BUG= Review URL: https://codereview.chromium.org/1648403002 Cr-Commit-Position: refs/heads/master@{#372494}
Diffstat (limited to 'rlz')
-rw-r--r--rlz/rlz.gyp1
1 files changed, 0 insertions, 1 deletions
diff --git a/rlz/rlz.gyp b/rlz/rlz.gyp
index bd0fe23..e893eef 100644
--- a/rlz/rlz.gyp
+++ b/rlz/rlz.gyp
@@ -130,7 +130,6 @@
':rlz_lib',
':test_support_rlz',
'../base/base.gyp:base',
- '../base/base.gyp:base_prefs',
'../testing/gmock.gyp:gmock',
'../testing/gtest.gyp:gtest',
'../third_party/zlib/zlib.gyp:zlib',