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

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, 7 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 ios/chrome/ or ios/web_view as an allowed include. Please see
3 # ios/components/README.
4 "-ios/chrome",
sdefresne 2017/05/29 09:30:40 I would instead use the following: "-ios", "+
michaeldo 2017/05/30 17:16:24 Done.
5 "-ios/clean",
6 "-ios/web_view",
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

Powered by Google App Engine
This is Rietveld 408576698