~chromium-team/chromium-browser/cosmic-dev

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Olivier Tilloy
  • Date: 2019-04-05 20:28:46 UTC
  • Revision ID: olivier.tilloy@canonical.com-20190405202846-o8atu5r4hzz3c77g
* Upstream dev channel update: 75.0.3753.4
* debian/rules: replace deprecated remove_webcore_debug_symbols build flag by blink_symbol_level
* debian/patches/disable-sse2: refreshed
* debian/patches/fix-extra-arflags.patch: refreshed
* debian/patches/gn-add-missing-arm-impl-files.patch: removed, no longer needed
* debian/known_gn_gen_args-*: remove remove_webcore_debug_symbols build flag

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
        is_debug=false \
62
62
        is_desktop_linux=true \
63
63
        is_official_build=true \
64
 
        remove_webcore_debug_symbols=true \
 
64
        blink_symbol_level=0 \
65
65
        symbol_level=1 \
66
66
        treat_warnings_as_errors=false \
67
67
        use_allocator="none" \