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

Side by Side Diff: content/components/DEPS

Issue 11830043: Move content/components/navigation_interception to src/components (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fix win build Created 7 years, 11 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 unified diff | Download patch
OLDNEW
(Empty)
1 include_rules = [
2 # Do not add chrome/ as an allowed include. Components under
3 # content/components MUST NOT depend on anything under src/chrome.
4
5 # Subdirectories of content/components/component_name should add the
6 # parts of the Content API that they need,
7 # e.g. content/components/component_name/browser would add a
8 # "+content/public/browser" rule.
9 "-content",
10 "+content/public/common",
11 "+content/public/test",
12 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698