 Chromium Code Reviews
 Chromium Code Reviews Issue 10147003:
  [Sync] Move 'syncapi_core' and 'sync_unit_tests' targets to sync/  (Closed) 
  Base URL: svn://svn.chromium.org/chrome/trunk/src
    
  
    Issue 10147003:
  [Sync] Move 'syncapi_core' and 'sync_unit_tests' targets to sync/  (Closed) 
  Base URL: svn://svn.chromium.org/chrome/trunk/src| OLD | NEW | 
|---|---|
| 1 include_rules = [ | 1 include_rules = [ | 
| 2 "-chrome", | 2 "-chrome", | 
| 3 | 3 | 
| 4 "+chrome/browser/sync/api", | 4 "+chrome/browser/sync/api", | 
| 5 "+chrome/browser/sync/internal_api/base_node.h", | 5 "+sync/internal_api/base_node.h", | 
| 6 "+sync/protocol", | 6 "+sync/protocol", | 
| 7 "+sync/syncable/model_type.h", | 7 "+sync/syncable/model_type.h", | 
| 8 "+sync/util/immutable.h", | 8 "+sync/util/immutable.h", | 
| 9 ] | 9 ] | 
| 10 | 10 | 
| OLD | NEW |