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

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

Issue 71743002: [Toolbar Views] Move toolbar files to a new subdirectory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 1 month 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 # Library used for calculating CRC-32 needed for HWID verification. 2 # Library used for calculating CRC-32 needed for HWID verification.
3 "+third_party/zlib", 3 "+third_party/zlib",
4 4
5 # TODO(tfarina): Remove all these. crbug.com/125846. 5 # TODO(tfarina): Remove all these. crbug.com/125846.
6 # DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW! 6 # DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW!
7 "!chrome/browser/ui/views/location_bar/location_bar_view.h", 7 "!chrome/browser/ui/views/location_bar/location_bar_view.h",
8 "!chrome/browser/ui/views/location_bar/location_icon_view.h", 8 "!chrome/browser/ui/views/location_bar/location_icon_view.h",
9 "!chrome/browser/ui/views/reload_button.h", 9 "!chrome/browser/ui/views/toolbar/reload_button.h",
10 # DO NOT ADD ANY MORE ITEMS TO THE ABOVE LIST! 10 # DO NOT ADD ANY MORE ITEMS TO THE ABOVE LIST!
11 ] 11 ]
12 12
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698