| Index: components/html_viewer/DEPS
 | 
| diff --git a/components/html_viewer/DEPS b/components/html_viewer/DEPS
 | 
| index c91a808a3a60a042cbe89aa62a60b5b12573fd3c..f503c6135736ac2d4f404ef1d2c5336aa2d57ba3 100644
 | 
| --- a/components/html_viewer/DEPS
 | 
| +++ b/components/html_viewer/DEPS
 | 
| @@ -17,6 +17,7 @@ include_rules = [
 | 
|    "+components/web_view/web_view_switches.cc",
 | 
|    "+components/web_view/web_view_switches.h",
 | 
|    "+gin",
 | 
| +  "+gpu/blink/webgraphicscontext3d_impl.h",
 | 
|    "+mandoline/services",
 | 
|    "+media",
 | 
|    "+mojo/application",
 | 
| @@ -24,6 +25,8 @@ include_rules = [
 | 
|    "+mojo/common",
 | 
|    "+mojo/converters/geometry",
 | 
|    "+mojo/converters/surfaces",
 | 
| +  "+mojo/gles2",
 | 
| +  "+mojo/gpu",
 | 
|    "+mojo/logging",
 | 
|    "+mojo/message_pump",
 | 
|    "+mojo/platform_handle",
 | 
| 
 |