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

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

Issue 1652153003: Move toolbar_model_{impl,delegate}.{cc,h} to components/toolbar. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@3
Patch Set: Add static_cast<int> to fix compilation warning on Win Created 4 years, 10 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
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/ui/simple_web_view_dialog.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+components/captive_portal", 2 "+components/captive_portal",
3 "+components/login", 3 "+components/login",
4 "+components/toolbar",
4 "+components/user_manager", 5 "+components/user_manager",
5 "+components/wallpaper", 6 "+components/wallpaper",
6 "+extensions/components/native_app_window", 7 "+extensions/components/native_app_window",
7 8
8 # Library used for calculating CRC-32 needed for HWID verification. 9 # Library used for calculating CRC-32 needed for HWID verification.
9 "+third_party/zlib", 10 "+third_party/zlib",
10 ] 11 ]
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/ui/simple_web_view_dialog.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698