 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/timers/DEPS | 
| diff --git a/components/timers/DEPS b/components/timers/DEPS | 
| new file mode 100644 | 
| index 0000000000000000000000000000000000000000..413f57b96cae54eaae8224d794ee782a7eca92c5 | 
| --- /dev/null | 
| +++ b/components/timers/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. | 
| + "-build", | 
| + "-content", | 
| + "-library_loaders", | 
| + "-net", | 
| + "-third_party", | 
| + "-url", | 
| +] |