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

Side by Side Diff: ash/common/system/DEPS

Issue 2124173002: mash: Migrate popup_message to ash/common. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cleanup. Created 4 years, 5 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 # NOTE: Files are migrating to this directory as part of the mus ash refactor. 1 # NOTE: Files are migrating to this directory as part of the mus ash refactor.
2 # Talk to jamescook@ before adding deps. See http://crbug.com/619636 2 # Talk to jamescook@ before adding deps. See http://crbug.com/619636
3 include_rules = [ 3 include_rules = [
4 # TODO(jamescook): Remove this. 4 # TODO(jamescook): Remove this.
5 "+ash/system/tray/system_tray.h", 5 "+ash/system/tray/system_tray.h",
6 ] 6 ]
7
8 specific_include_rules = {
9 ".*test\.cc": [
10 "+ash/test",
11 ]
12 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698