HomeSort by relevance Sort by last modified time
    Searched refs:path_to_chrome (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/tools/gyp/samples/
samples 60 print 'Usage: %s push/pull PATH_TO_CHROME' % argv[0]
63 path_to_chrome = argv[2]
66 chrome_file = os.path.join(path_to_chrome, g)
  /external/chromium_org/tools/auto_bisect/
builder.py 242 path_to_chrome = os.path.join(os.getcwd(), '..')
243 cmd += ['--chrome_root=%s' % path_to_chrome]
270 path_to_chrome = os.path.join(os.getcwd(), '..')
271 cmd += ['--chrome_root=%s' % path_to_chrome]

Completed in 173 milliseconds