27 lines
		
	
	
		
			889 B
		
	
	
	
		
			XML
		
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			889 B
		
	
	
	
		
			XML
		
	
	
	
<?xml version="1.0" encoding="UTF-8"?>
 | 
						|
<manifest>
 | 
						|
  <remote  name="cros"
 | 
						|
           fetch="https://chromium.googlesource.com"
 | 
						|
           review="chromium-review.googlesource.com" />
 | 
						|
  <remote  name="cros-internal"
 | 
						|
           fetch="https://chrome-internal-review.googlesource.com"
 | 
						|
           review="chrome-internal-review.googlesource.com" />
 | 
						|
  <default revision="refs/heads/master"
 | 
						|
           remote="cros" />
 | 
						|
 | 
						|
  <project path="autotest"
 | 
						|
           name="chromiumos/third_party/autotest" />
 | 
						|
 | 
						|
  <project path="autotest/server/cros/faft/fw-testing-configs"
 | 
						|
           name="chromiumos/platform/fw-testing-configs" />
 | 
						|
 | 
						|
  <project path="autotest/site_utils/devserver"
 | 
						|
           name="chromiumos/platform/dev-util" />
 | 
						|
 | 
						|
  <project remote="cros-internal" path="autotest/site_utils/autotest_private"
 | 
						|
           name="chromeos/autotest-private" />
 | 
						|
 | 
						|
  <!-- end chromeos projects -->
 | 
						|
 | 
						|
</manifest>
 |