Home | History | Annotate | Download | only in real_world_impact

Lines Matching refs:content_shell

47 content_shell = ""
64 global image_diff, content_shell
86 content_shell = os.path.join(chromium_out_dir, "Release",
89 content_shell = os.path.join(chromium_out_dir, "Release",
90 "content_shell")
92 content_shell = os.path.join(chromium_out_dir, "Release",
93 "content_shell.exe")
105 if not os.path.exists(content_shell):
106 print "Content shell not found (%s)!" % content_shell
107 print "Build Release/content_shell and re-run this."
280 p = subprocess.Popen([content_shell,
503 1. Build content_shell in out/Release without any changes.
506 a. Apply your controversial patch and rebuild content_shell.