• Luciano Pacheco's avatar
    Files app: Generate JS module for //u/f/f/b/j/duplicate_finder.js · 49089fa6
    Luciano Pacheco authored
    JS modules for:
    - //ui/file_manager/file_manager/background/js/
      - duplicate_finder.js
      - duplicate_finder_unitetst.js
    - //u/file_manager/externs/background/duplicate_finder.js
    
    Because Closure doesn't deal well importing the same namespace from
    different files, I started splitting the "importer" namespace so each
    file will have its own namespace.  Files in the "externs" directory will
    have the suffix "Interface" on their namespace.  I'll use this logic for
    all files related to "importer" namespace.
    
    Bug: 1133186
    Change-Id: I10240cb6d3083daf4bbc53773c391feb9d66c693
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2596473
    Commit-Queue: Luciano Pacheco <lucmult@chromium.org>
    Reviewed-by: default avatarJeremie Boulic <jboulic@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#837997}
    49089fa6
file_manager_jstest.cc 8.42 KB