/external/chromium_org/tools/gyp/test/win/ |
gyptest-link-pgo.py | 41 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')
|
/external/chromium_org/third_party/protobuf/vsprojects/ |
convert2008to2005.sh | 15 for file in *.vcproj; do
|
/external/chromium_org/tools/gyp/test/relative/ |
gyptest-default.py | 20 vcproj = sln_data.count('b.vcproj') variable 22 if (vcproj, vcxproj) not in [(1, 0), (0, 1)]:
|
/external/protobuf/vsprojects/ |
convert2008to2005.sh | 15 for file in *.vcproj; do
|
/external/chromium_org/chrome_frame/test/ |
poor_mans_trybot_xcopy_filter.txt | 24 .vcproj
|
/external/chromium_org/sdch/open-vcdiff/ |
Makefile.am | 267 vsprojects/addrcache_test/addrcache_test.vcproj \ 268 vsprojects/blockhash_test/blockhash_test.vcproj \ 269 vsprojects/codetable_test/codetable_test.vcproj \ 270 vsprojects/decodetable_test/decodetable_test.vcproj \ 271 vsprojects/encodetable_test/encodetable_test.vcproj \ 272 vsprojects/gtest/gtest.vcproj \ 273 vsprojects/headerparser_test/headerparser_test.vcproj \ 274 vsprojects/instruction_map_test/instruction_map_test.vcproj \ 275 vsprojects/jsonwriter_test/jsonwriter_test.vcproj \ 276 vsprojects/output_string_test/output_string_test.vcproj \ [all...] |
/external/open-vcdiff/ |
Makefile.am | 267 vsprojects/addrcache_test/addrcache_test.vcproj \ 268 vsprojects/blockhash_test/blockhash_test.vcproj \ 269 vsprojects/codetable_test/codetable_test.vcproj \ 270 vsprojects/decodetable_test/decodetable_test.vcproj \ 271 vsprojects/encodetable_test/encodetable_test.vcproj \ 272 vsprojects/gtest/gtest.vcproj \ 273 vsprojects/headerparser_test/headerparser_test.vcproj \ 274 vsprojects/instruction_map_test/instruction_map_test.vcproj \ 275 vsprojects/jsonwriter_test/jsonwriter_test.vcproj \ 276 vsprojects/output_string_test/output_string_test.vcproj \ [all...] |
/external/chromium/sdch/open-vcdiff/ |
Makefile.am | 241 vsprojects/addrcache_test/addrcache_test.vcproj \ 242 vsprojects/blockhash_test/blockhash_test.vcproj \ 243 vsprojects/codetable_test/codetable_test.vcproj \ 244 vsprojects/decodetable_test/decodetable_test.vcproj \ 245 vsprojects/encodetable_test/encodetable_test.vcproj \ 246 vsprojects/gtest/gtest.vcproj \ 247 vsprojects/headerparser_test/headerparser_test.vcproj \ 248 vsprojects/instruction_map_test/instruction_map_test.vcproj \ 249 vsprojects/output_string_test/output_string_test.vcproj \ 250 vsprojects/rolling_hash_test/rolling_hash_test.vcproj \ [all...] |
/external/protobuf/ |
autogen.sh | 35 s/RuntimeLibrary="4"/RuntimeLibrary="2"/g;' gtest/msvc/*.vcproj
|
Makefile.am | 51 vsprojects/libprotobuf.vcproj \ 52 vsprojects/libprotobuf-lite.vcproj \ 53 vsprojects/libprotoc.vcproj \ 55 vsprojects/protoc.vcproj \ 57 vsprojects/test_plugin.vcproj \ 58 vsprojects/tests.vcproj \ 59 vsprojects/lite-test.vcproj \
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/ |
clean-header-guards | 20 /vcproj/, # anything inside a vcproj is in the windows wasteland
|
/external/chromium_org/third_party/tcmalloc/vendor/ |
Makefile.am | 287 WINDOWS_PROJECTS += vsprojects/preamble_patcher_test/preamble_patcher_test.vcproj 296 WINDOWS_PROJECTS += vsprojects/low_level_alloc_unittest/low_level_alloc_unittest.vcproj 392 WINDOWS_PROJECTS += vsprojects/nm-pdb/nm-pdb.vcproj 393 WINDOWS_PROJECTS += vsprojects/addr2line-pdb/addr2line-pdb.vcproj 472 WINDOWS_PROJECTS += vsprojects/libtcmalloc_minimal/libtcmalloc_minimal.vcproj 515 WINDOWS_PROJECTS += vsprojects/tcmalloc_minimal_unittest/tcmalloc_minimal_unittest.vcproj 516 WINDOWS_PROJECTS += vsprojects/tmu-static/tmu-static.vcproj 533 WINDOWS_PROJECTS += vsprojects/tcmalloc_minimal_large/tcmalloc_minimal_large_unittest.vcproj 563 WINDOWS_PROJECTS += vsprojects/addressmap_unittest/addressmap_unittest.vcproj 585 WINDOWS_PROJECTS += vsprojects/packed-cache_test/packed-cache_test.vcproj [all...] |
/external/chromium_org/tools/gyp/tools/ |
pretty_vcproj.py | 7 """Make the format of a vcproj really pretty. 10 inside linked vsprops and include them explicitly in the vcproj. 203 def GetConfiguationNodes(vcproj): 206 for node in vcproj.childNodes: 280 """Main function of this vcproj prettifier.""" 286 print ('Usage: %s "c:\\path\\to\\vcproj.vcproj" [key1=value1] ' 295 # Open the vcproj and parse the xml. 321 # Finally, we use the prett xml function to print the vcproj back to the
|
/external/chromium_org/chrome/tools/build/win/ |
version.bat | 6 :: Batch file run as build command for chrome_dll.vcproj
|
/external/libvpx/libvpx/build/make/ |
gen_msvs_sln.sh | 58 if [ "$sfx" = "vcproj" ]; then 67 # vcproj file without the extension 75 if [ "$sfx" = "vcproj" ]; then 99 # vcproj file without the extension 109 if [ -n "$deps" ] && [ "$sfx" = "vcproj" ]; then 303 sfx=vcproj
|
/external/libvpx/libvpx/ |
configure | 670 VCPROJ_SFX=vcproj
|
/external/chromium_org/third_party/yasm/source/config/android/ |
Makefile | [all...] |
/external/chromium_org/third_party/yasm/source/config/ios/ |
Makefile | [all...] |
/external/chromium_org/third_party/yasm/source/config/linux/ |
Makefile | [all...] |
/external/chromium_org/third_party/yasm/source/config/mac/ |
Makefile | [all...] |
/external/chromium_org/third_party/yasm/source/config/openbsd/ |
Makefile | [all...] |
/external/chromium_org/third_party/yasm/source/config/win/ |
Makefile | [all...] |