 Chromium Code Reviews
 Chromium Code Reviews Issue 641943002:
  components: Introduce AlarmTimer class and use it for GCM heartbeat  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@master
    
  
    Issue 641943002:
  components: Introduce AlarmTimer class and use it for GCM heartbeat  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@master| Index: components/timer/DEPS | 
| diff --git a/components/timer/DEPS b/components/timer/DEPS | 
| new file mode 100644 | 
| index 0000000000000000000000000000000000000000..bdd4aba5942a1ec307dc90c7f87f5e5f9823a16e | 
| --- /dev/null | 
| +++ b/components/timer/DEPS | 
| @@ -0,0 +1,10 @@ | 
| +include_rules = [ | 
| + # This directory is shared with Chrome OS, which only links against | 
| + # base/. We don't want any other dependencies to creep in. | 
| + "+base", | 
| + "-chrome", | 
| + "+components/timer", | 
| + "-content", | 
| + "-net", | 
| + "-third_party", | 
| +] |