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

Side by Side Diff: chrome/browser/sessions/DEPS

Issue 2466883002: Add TabLoaderTest (Closed)
Patch Set: Created 4 years, 1 month 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 "+components/sync/base/time.h", 2 "+components/sync/base/time.h",
3 # For compressing data stored in SessionStorage. 3 # For compressing data stored in SessionStorage.
4 "+third_party/bzip2", 4 "+third_party/bzip2",
5 ] 5 ]
6
7 specific_include_rules = {
8 "tab_loader_unittest\.cc": [
9 "+content/browser/memory/memory_coordinator.h",
sky 2016/11/01 15:23:14 My understanding is that chrome code should only u
hajimehoshi 2016/11/02 09:34:13 Done.
10 "+content/browser/memory/memory_coordinator_impl.h",
11 "+content/browser/memory/memory_monitor.h",
12 ],
13 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/sessions/tab_loader.h » ('j') | chrome/browser/sessions/tab_loader.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698