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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/sessions/tab_loader.h » ('j') | chrome/browser/sessions/tab_loader.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sessions/DEPS
diff --git a/chrome/browser/sessions/DEPS b/chrome/browser/sessions/DEPS
index bfc3f270dab6d54caa77ea79f7ec78b844496593..53973c1fff81100d65cfd0fc094a7902a987b9ab 100644
--- a/chrome/browser/sessions/DEPS
+++ b/chrome/browser/sessions/DEPS
@@ -3,3 +3,11 @@ include_rules = [
# For compressing data stored in SessionStorage.
"+third_party/bzip2",
]
+
+specific_include_rules = {
+ "tab_loader_unittest\.cc": [
+ "+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.
+ "+content/browser/memory/memory_coordinator_impl.h",
+ "+content/browser/memory/memory_monitor.h",
+ ],
+}
« 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