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

Side by Side Diff: athena/resource_manager/DEPS

Issue 514293003: Run athena on chrome (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+athena/activity/public", 2 "+athena/activity/public",
3 "+athena/content/public",
4 "+athena/wm/public", 3 "+athena/wm/public",
5 "+ui/aura", 4 "+ui/aura",
6 "+ui/base", 5 "+ui/base",
7 ] 6 ]
8 7
9 specific_include_rules = { 8 specific_include_rules = {
10 ".*_unittest.cc": [ 9 ".*_unittest.cc": [
11 "+ui/gfx", 10 "+ui/gfx",
12 "+ui/views", 11 "+ui/views",
13 ] 12 ],
13 # for unittests
14 "memory_pressure_notifier.h": [
15 "+athena/athena_export.h",
16 ],
14 } 17 }
15 18
Yoyo Zhou 2014/08/29 22:23:29 nit: stray newlines
oshima 2014/08/29 23:25:26 Done.
19
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698