Index: base/prefs/README |
diff --git a/base/prefs/README b/base/prefs/README |
new file mode 100644 |
index 0000000000000000000000000000000000000000..5a32f0ada3865939af2a1cb522d0db0f2e1ef9ac |
--- /dev/null |
+++ b/base/prefs/README |
@@ -0,0 +1,8 @@ |
+At the moment, src/base/prefs has a bunch of dependencies back to |
Mattias Nissler (ping if slow)
2012/10/22 15:03:12
Maybe add a first line saying what this is, someth
Jói
2012/10/22 15:31:58
Done.
|
+src/chrome, and thus should only be used by code under src/chrome. |
+ |
+We are working to remove these dependencies; once we do so, |
+src/base/prefs will be available as a separate module, 'base_prefs', |
+from src/base/base.gyp. |
+ |
+Until that happens, please do not try to reuse outside of chrome/. |