Issue 201573015:
Introdcue AshWindowTreeHost and move ash/chrome specific code in WTH to ash. (Closed)
Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase
Created 6 years, 8 months ago
Use n/p to move between diff chunks;
N/P to move between comments.
Draft comments are only viewable by you.
index aa8ff27cfa75ed9bf377afadf0286093b2b38f7f..5f55d5c95026328356078fcd235de1e713848162 100644
--- a/ash/DEPS
+++ b/ash/DEPS
@@ -14,4 +14,11 @@ include_rules = [
"+net",
"+ui",
"+win8",
+ "-ash/host",
]
+
+specific_include_rules = {
+ "root_window_controller\.*": [
+ "+ash/host"
+ ],
+}
« no previous file with comments
|
« no previous file
|
ash/accelerators/DEPS » ('j')
|
no next file with comments »
Issue 201573015: Introdcue AshWindowTreeHost and move ash/chrome specific code in WTH to ash.
(Closed)
Created 6 years, 9 months ago by oshima
Modified 6 years, 8 months ago
Reviewers: Ben Goodger (Google), beng (no_code_reviews), Yufeng Shen (Slow to review), miletus1
Base URL: svn://svn.chromium.org/chrome/trunk/src
Comments: 13