• Bailey Forrest's avatar
    [chromecast] Introduce cast_source_set · 635ceccc
    Bailey Forrest authored
    The main changes are in chromecast/chromecast.gni
    
    The rest of the files were modified with these commands:
    
    - Change source_set -> cast_source_set
    git ls-files "chromecast/*.gn" | xargs sed -i 's/source_set(/cast_source_set(/g'
    
    - Include chromecast.gni for any GN files missing it
    git ls-files "chromecast/*.gn" | xargs grep -L '//chromecast/chromecast.gni' | xargs grep -l 'source_set' | xargs -L1 ~/src/scratch/add_line_after_first_comment.py 'import(' '"//chromecast/chromecast.gni")'
    
    add_line_after_first_comment.py can be found under
    chromecast/internal/tools
    
    BUG=b/68723969
    TEST=Build and run
    
    Change-Id: I38a06ac4d8a45ebc7963b58e5a2db81fde84e635
    Reviewed-on: https://chromium-review.googlesource.com/747894Reviewed-by: default avatarStephen Lanham <slan@chromium.org>
    Commit-Queue: Bailey Forrest <bcf@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#513035}
    635ceccc
BUILD.gn 653 Bytes