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

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

Issue 606953002: Move components/native_app_window to extensions/components/native_app_window (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: respond to comments Created 6 years, 2 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 | « chrome/browser/BUILD.gn ('k') | chrome/browser/chromeos/login/kiosk_browsertest.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 "+athena/extensions/public", 2 "+athena/extensions/public",
3 "+athena/main/public", 3 "+athena/main/public",
4 "+athena/screen/public", 4 "+athena/screen/public",
5 "+athena/util", 5 "+athena/util",
6 "+components/captive_portal", 6 "+components/captive_portal",
7 "+components/native_app_window",
8 "+components/user_manager", 7 "+components/user_manager",
8 "+extensions/components/native_app_window",
9 9
10 # Library used for calculating CRC-32 needed for HWID verification. 10 # Library used for calculating CRC-32 needed for HWID verification.
11 "+third_party/zlib", 11 "+third_party/zlib",
12 ] 12 ]
OLDNEW
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/browser/chromeos/login/kiosk_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698