Example #1
0
def _get_mac_chrome_exe_path():
    return os.path.join(build_common.get_arc_root(),
                        build_common.get_chrome_prebuilt_path(),
                        'Chromium.app/Contents/MacOS/Chromium')
Example #2
0
def _get_mac_chrome_exe_path():
  return os.path.join(build_common.get_arc_root(),
                      build_common.get_chrome_prebuilt_path(),
                      'Chromium.app/Contents/MacOS/Chromium')
Example #3
0
def _get_win_chrome_exe_path():
    return os.path.join(build_common.get_arc_root(),
                        build_common.get_chrome_prebuilt_path(), 'chrome.exe')
Example #4
0
def _get_win_chrome_exe_path():
  return os.path.join(build_common.get_arc_root(),
                      build_common.get_chrome_prebuilt_path(),
                      'chrome.exe')