Home | History | Annotate | Download | only in extra_data
      1 --- How to build the touch_drawing_plugin.pexe ---
      2 
      3 1. Download the Native Client SDK at
      4    https://developer.chrome.com/native-client/sdk/download
      5 2. Create a directory input_event_private at
      6    (NACL_SDK_ROOT)/examples/api/input_event_private
      7 3. Copy Makefile and touch_drawing_plugin.cc over to input_event_private/
      8 4. Run "TOOLCHAIN=pnacl make"  in input_event_private/
      9 
     10 
     11 
     12 --- How the plugin telemetry test work ---
     13 
     14 tough_scheduling_cases.simple_pepper_plugin.html is the test page which
     15 has an <embed> element that loads the platform independent executable
     16 touch_drawing_plugin.pexe. The plugin paints a square for each touch move
     17 event and tracks the input latency of the touch event through private API
     18 InputEventPrivate.
     19 
     20