 Chromium Code Reviews
 Chromium Code Reviews Issue 359413004:
  Add support for using AMD modules from extensions modules.  (Closed) 
  Base URL: svn://svn.chromium.org/chrome/trunk/src
    
  
    Issue 359413004:
  Add support for using AMD modules from extensions modules.  (Closed) 
  Base URL: svn://svn.chromium.org/chrome/trunk/src| Index: chrome/test/DEPS | 
| diff --git a/chrome/test/DEPS b/chrome/test/DEPS | 
| index 340cc31c664b6fcddf7e1f9ac1389cd13b04914c..a3fac31973af15380ae30de3270ef0ce272e26df 100644 | 
| --- a/chrome/test/DEPS | 
| +++ b/chrome/test/DEPS | 
| @@ -14,6 +14,7 @@ include_rules = [ | 
| # within content/ and a test within chrome/. | 
| "+content/public", | 
| + "+gin/public", | 
| "+grit", # For generated headers | 
| "+media/base", | 
| "+mojo/embedder", |