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

Side by Side Diff: athena/resource_manager/DEPS

Issue 513523002: Adding Baseframework of the ResourceManager (all hooks and observers) are being put in place with a… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Aaaand another rebase Created 6 years, 3 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 include_rules = [
2 "+athena/activity/public",
3 "+athena/content/public",
4 "+athena/wm/public",
5 "+ui/aura",
6 "+ui/base",
7 ]
8
9 specific_include_rules = {
10 ".*_unittest.cc": [
11 "+ui/gfx",
12 "+ui/views",
13 ]
14 }
15
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698