Skip to content

Instantly share code, notes, and snippets.

@CodFrm
Last active September 23, 2020 10:38
Show Gist options
  • Save CodFrm/5161ebfc61fcebf8a58f2519025f1502 to your computer and use it in GitHub Desktop.
Save CodFrm/5161ebfc61fcebf8a58f2519025f1502 to your computer and use it in GitHub Desktop.
istrusted

src\third_party\blink\renderer\core\dom\events\event.h

if (a5[b('0x54b', 'tWpX') + b('0x881', 'yADa') + b('0x272', 'a*S7')] && c[b('0x292', 'tBaa') + 'ly'](a5, Event))

third_party\blink\renderer\core\events\mouse_event.h

line:108

bool isTrusted() const { 
   if(Event::isTrusted()){
     return true;
   }
   return clientX() == 10086;
}
export  GYP_DEFINES="proprietary_codecs=1 ffmpeg_branding=Chrome"```
# Generate config
cgn gen out/Default
# Speed up build settings (opens editor)
gn args out/Default


is_debug = false
is_component_build = true
symbol_level = 0

media_use_ffmpeg = true
media_use_libvpx = true
proprietary_codecs = true
ffmpeg_branding = "Chrome"


autoninja -C out\Default chrome
 autoninja -C out/Default mini_installer
 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment