Searched defs:vcproj (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/tools/gyp/test/relative/
H A Dgyptest-default.py20 vcproj = sln_data.count('b.vcproj') variable
22 if (vcproj, vcxproj) not in [(1, 0), (0, 1)]:
/external/chromium_org/tools/gyp/test/win/
H A Dgyptest-link-pgo.py41 vcproj = test.workpath('linker-flags/test_pgo_instrument.vcxproj') variable
42 test.must_contain(vcproj, LTCG_FORMAT % 'PGInstrument')
43 test.must_contain(vcproj, 'test_pgo.pgd')
44 vcproj = test.workpath('linker-flags/test_pgo_optimize.vcxproj') variable
45 test.must_contain(vcproj, LTCG_FORMAT % 'PGOptimization')
46 test.must_contain(vcproj, 'test_pgo.pgd')
47 vcproj = test.workpath('linker-flags/test_pgo_update.vcxproj') variable
48 test.must_contain(vcproj, LTCG_FORMAT % 'PGUpdate')
49 test.must_contain(vcproj, 'test_pgo.pgd')

Completed in 1865 milliseconds