tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

packaged_content_embedder_excluded_dirs.gni (627B)


      1 # Copyright 2022 The Chromium Authors
      2 # Use of this source code is governed by a BSD-style license that can be
      3 # found in the LICENSE file.
      4 
      5 import("//chromium/build/config/devtools.gni")
      6 
      7 assert(is_fuchsia)
      8 
      9 # List of transitively included directories that should be stripped from
     10 # released packages for size reasons. For use with the |excluded_dirs| variable
     11 # of fuchsia_package().
     12 FUCHSIA_PACKAGED_CONTENT_EMBEDDER_EXCLUDED_DIRS = [
     13   # These are mistakenly being shipped in both PAK form and runtime data deps.
     14   # TODO(crbug.com/40203829): Remove when DevTools stops leaking its source list.
     15   devtools_root_location,
     16 ]