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

Side by Side Diff: chrome/browser/extensions/api/file_system/DEPS

Issue 2816293002: Description: Replace layout constants in chrome/browser/extensions and chrome/browser/first_run (Closed)
Patch Set: Review 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
1 include_rules = [ 1 include_rules = [
2 "+components/constrained_window", 2 "+components/constrained_window",
3 "+chrome/browser/ui/views/extensions",
lazyboy 2017/04/27 16:46:13 nit: sort
ananta 2017/04/27 18:37:47 Done.
3 ] 4 ]
4 5
5 specific_include_rules = { 6 specific_include_rules = {
6 "file_system_apitest_chromeos\.cc": [ 7 "file_system_apitest_chromeos\.cc": [
7 "+components/drive" 8 "+components/drive"
8 ], 9 ],
9 } 10 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698