 Chromium Code Reviews
 Chromium Code Reviews Issue 49753002:
  RAPPOR implementation  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@master
    
  
    Issue 49753002:
  RAPPOR implementation  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@master| Index: components/rappor/DEPS | 
| diff --git a/components/rappor/DEPS b/components/rappor/DEPS | 
| new file mode 100644 | 
| index 0000000000000000000000000000000000000000..ff7ae7efa5e30464d3f1ed2ddd4494ea4590c57a | 
| --- /dev/null | 
| +++ b/components/rappor/DEPS | 
| @@ -0,0 +1,6 @@ | 
| +include_rules = [ | 
| + "+components/variations", | 
| + "+crypto", | 
| + "+net", | 
| + "+third_party/smhasher", | 
| +] |