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

Side by Side Diff: ios/components/DEPS

Issue 2908613002: Move common functionality of IOSChromeIOThread to ios/components. (Closed)
Patch Set: Respond to comments. Created 3 years, 6 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
« no previous file with comments | « ios/components/BUILD.gn ('k') | ios/components/README.md » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 include_rules = [
2 # Do not add ios/chrome/ or ios/web_view as an allowed include. Please see
3 # ios/components/README.
4 "-ios",
5 "+ios/testing",
6 "+ios/web/public",
7
8 # Individual components must explicitly declare their dependencies
9 # on other components. Cycles in the dependency graph within
10 # components/ are not allowed.
11 "-components",
12 ]
OLDNEW
« no previous file with comments | « ios/components/BUILD.gn ('k') | ios/components/README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698