OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cc_expected
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/tools/gyp/test/make_global_settings/basics/
gyptest-make_global_settings.py
24
cc_expected
= """ifneq (,$(filter $(origin CC), undefined default))
36
test.must_contain('Makefile',
cc_expected
)
39
cc_expected
= 'cc = ' + os.path.join('..', '..', 'clang')
43
test.must_contain('out/Default/build.ninja',
cc_expected
)
/external/chromium_org/tools/gyp/test/make_global_settings/wrapper/
gyptest-wrapper.py
28
cc_expected
= """ifneq (,$(filter $(origin CC), undefined default))
33
test.must_contain('Makefile',
cc_expected
)
36
cc_expected
= ('cc = ' + os.path.join('..', '..', 'distcc') + ' ' +
variable
43
test.must_contain('out/Default/build.ninja',
cc_expected
)
/external/chromium_org/tools/gyp/test/make_global_settings/env-wrapper/
gyptest-wrapper.py
30
cc_expected
= ('cc = ' + os.path.join('..', '..', 'distcc') + ' ' +
variable
40
test.must_contain('out/Default/build.ninja',
cc_expected
)
Completed in 34 milliseconds