• garykac's avatar
    [Chromoting] Extract shared viewport code into viewport.js. · 828a33d4
    garykac authored
    Currently the shared code is located in desktop_viewport.js, which means
    that this file needs to be included by the AppRemoting builds. But
    including that file also brings in a bunch of DesktopRemoting stuff as
    well.
    
    This cl extracts out the shared code into viewport.js (and moves the
    unittests as well) so that we can more easily exclude the desktop
    code from the AppRemoting code in a following cl.
    
    BUG=
    
    Review URL: https://codereview.chromium.org/1109453005
    
    Cr-Commit-Position: refs/heads/master@{#327053}
    828a33d4
app_connected_view.js 7.83 KB