 Chromium Code Reviews
 Chromium Code Reviews Issue 340153004:
  Move gn secondary_source to the build/ directory  (Closed) 
  Base URL: svn://svn.chromium.org/chrome/trunk/src
    
  
    Issue 340153004:
  Move gn secondary_source to the build/ directory  (Closed) 
  Base URL: svn://svn.chromium.org/chrome/trunk/src| Index: .gn | 
| diff --git a/.gn b/.gn | 
| index aaaf5e0a4261071a1f4104046fdc44e9b74394a4..e8cf92b04829a4e5202c5dcc50d199200bafe0e2 100644 | 
| --- a/.gn | 
| +++ b/.gn | 
| @@ -5,4 +5,4 @@ | 
| buildconfig = "//build/config/BUILDCONFIG.gn" | 
| # The secondary source root is a parallel directory tree where | 
| -secondary_source = "//tools/gn/secondary/" | 
| +secondary_source = "//build/secondary/" |