OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cc_host_expected
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/tools/gyp/test/make_global_settings/env-wrapper/
gyptest-wrapper.py
32
cc_host_expected
= ('cc_host = ' + os.path.join('..', '..', 'ccache') + ' ' +
variable
41
test.must_contain('out/Default/build.ninja',
cc_host_expected
)
/external/chromium_org/tools/gyp/test/make_global_settings/wrapper/
gyptest-wrapper.py
38
cc_host_expected
= ('cc_host = ' + os.path.join('..', '..', 'ccache') + ' ' +
variable
44
test.must_contain('out/Default/build.ninja',
cc_host_expected
)
Completed in 249 milliseconds