 Chromium Code Reviews
 Chromium Code Reviews Issue 10251004:
  Move libxml_utils from chrome/common to third_party/libxml/chromium.  (Closed) 
  Base URL: svn://svn.chromium.org/chrome/trunk/src
    
  
    Issue 10251004:
  Move libxml_utils from chrome/common to third_party/libxml/chromium.  (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 cee3cd9d27552e1b9c675bcf883dc61166fdb84e..61440707dae82bef0c59ae788f8542e8bd479f2e 100644 | 
| --- a/chrome/test/DEPS | 
| +++ b/chrome/test/DEPS | 
| @@ -25,6 +25,7 @@ include_rules = [ | 
| # DO NOT ADD ANY MORE ITEMS TO THE ABOVE LIST! | 
| "+grit", # For generated headers | 
| + "+libxml", # For parsing the init and output files for automated_ui_tests. | 
| "+sandbox/src", | 
| "+sandbox/tests", | 
| "+webkit/glue", |