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

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

Issue 2059383002: mash: Move TrayUpdate to //ash/common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ashconstants
Patch Set: unneeded include Created 4 years, 6 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.
James Cook 2016/06/13 20:56:26 I put this file in the wrong place in the previous
msw 2016/06/13 21:18:57 Acknowledged.
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/ash.gyp ('k') | ash/common/system/tray/DEPS » ('j') | ash/common/system/update/tray_update.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698