HomeSort by relevance Sort by last modified time
    Searched refs:is_shallow_bundle (Results 1 - 2 of 2) sorted by null

  /external/webkit/Tools/Scripts/
check-for-inappropriate-files-in-framework 28 is_shallow_bundle = (ENV['SHALLOW_BUNDLE'] || "NO").upcase == "YES"
47 def check_framework framework, is_shallow_bundle
49 framework_bundle_path = is_shallow_bundle ? "#{framework}.framework" : "#{framework}.framework/Versions/A/#{directory}"
53 print_inappropriate_file_error framework, is_shallow_bundle ? inappropriate_file : "#{directory}/#{inappropriate_file}"
61 check_framework project_name, is_shallow_bundle
check-for-webkit-framework-include-consistency 28 is_shallow_bundle = (ENV['SHALLOW_BUNDLE'] || "NO").upcase == "YES"
48 def build_header_maps is_shallow_bundle
49 current_version_path = is_shallow_bundle ? "" : "Versions/A/"
102 build_header_maps is_shallow_bundle

Completed in 131 milliseconds