OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_shallow_bundle
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/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-inappropriate-macros-in-external-headers
33
$
is_shallow_bundle
= (ENV['SHALLOW_BUNDLE'] || "NO").upcase == "YES"
43
full_path = File.join Dir.pwd, framework, $
is_shallow_bundle
? "" : "Versions/A/", path
Completed in 43 milliseconds