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

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: Sync and rebase. 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
« no previous file with comments | « ash/common/popup_message_unittest.cc ('k') | ash/popup_message.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « ash/common/popup_message_unittest.cc ('k') | ash/popup_message.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698