diff options
-rw-r--r-- | chrome/DEPS | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/DEPS b/chrome/DEPS index 0f6969f..e90dc1b 100644 --- a/chrome/DEPS +++ b/chrome/DEPS @@ -12,4 +12,7 @@ include_rules = [ "-v8", "-webkit", "-tools", + + # Brett's test. Contact him for questions. + "+frame_window", ] |