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

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
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",
Eugene But (OOO till 7-30) 2017/05/26 14:18:09 "-ios/clean", ?
michaeldo 2017/05/26 17:19:05 Done.
5 "-ios/web_view",
6
7 # Individual components must explicitly declare their dependencies
8 # on other components. Cycles in the dependency graph within
9 # components/ are not allowed.
10 "-components",
11 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698