On 2014/05/01 20:25:54, Nicolas Zea wrote:
> hmm, I was under the impression nothing in components should depend on
content.
> Is that not the case?
I would have thought so too, but evidently not.
$ git grep '+content/public' components | grep DEPS | sed 's/:.*//' | sort |
uniq
components/autofill/content/browser/DEPS
components/autofill/content/common/DEPS
components/autofill/content/DEPS
components/autofill/content/renderer/DEPS
components/breakpad/app/DEPS
components/breakpad/browser/DEPS
components/DEPS
components/domain_reliability/DEPS
components/dom_distiller/content/DEPS
components/dom_distiller/standalone/DEPS
components/dom_distiller/webui/DEPS
components/keyed_service/content/DEPS
components/nacl/broker/DEPS
components/nacl/browser/DEPS
components/nacl/loader/DEPS
components/nacl/renderer/DEPS
components/navigation_interception/DEPS
components/password_manager/content/browser/DEPS
components/password_manager/content/DEPS
components/password_manager/core/browser/DEPS
components/plugins/renderer/DEPS
components/precache/content/DEPS
components/sessions/DEPS
components/storage_monitor/DEPS
components/test/DEPS
components/translate/content/browser/DEPS
components/translate/content/DEPS
components/usb_service/DEPS
components/user_prefs/DEPS
components/visitedlink/browser/DEPS
components/visitedlink/common/DEPS
components/visitedlink/renderer/DEPS
components/visitedlink/test/DEPS
components/web_contents_delegate_android/android/DEPS
components/web_contents_delegate_android/DEPS
components/webdata/DEPS
components/web_modal/DEPS
blundell
2014/05/01 20:58:00
Code that is shared by iOS cannot depend on //cont
Code that is shared by iOS cannot depend on //content. That's either (a) the
core code of layered components (e.g., autofill) or (b) the entire code of
components that don't use //content at all (e.g. sync_driver).
On 2014/05/01 20:45:21, rlarocque wrote:
Issue 255273002: First step towards invalidations componentization
(Closed)
Created 6 years, 7 months ago by rlarocque
Modified 6 years, 7 months ago
Reviewers: pavely, blundell, arv (Not doing code reviews), bartfab (slow), dcheng, satorux1, Nicolas Zea
Base URL: svn://svn.chromium.org/chrome/trunk/src
Comments: 13