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

Side by Side Diff: chrome/browser/chromeos/login/ui/DEPS

Issue 286933002: [cros login] Split login related classes into subfolders. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix includes in new tests Created 6 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 | Annotate | Revision Log
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+components/captive_portal",
3
4 # Library used for calculating CRC-32 needed for HWID verification.
5 "+third_party/zlib",
6
7 # TODO(tfarina): Remove all these. crbug.com/125846. 2 # TODO(tfarina): Remove all these. crbug.com/125846.
8 # DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW! 3 # DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW!
9 "!chrome/browser/ui/views/location_bar/location_bar_view.h", 4 "!chrome/browser/ui/views/location_bar/location_bar_view.h",
10 "!chrome/browser/ui/views/location_bar/location_icon_view.h", 5 "!chrome/browser/ui/views/location_bar/location_icon_view.h",
11 "!chrome/browser/ui/views/toolbar/reload_button.h", 6 "!chrome/browser/ui/views/toolbar/reload_button.h",
12 # DO NOT ADD ANY MORE ITEMS TO THE ABOVE LIST! 7 # DO NOT ADD ANY MORE ITEMS TO THE ABOVE LIST!
13 ] 8 ]
14 9
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/login/tpm_password_fetcher.cc ('k') | chrome/browser/chromeos/login/ui/captive_portal_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698