HomeSort by relevance Sort by last modified time
    Searched full:ld_expected (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/tools/gyp/test/make_global_settings/basics/
gyptest-make_global_settings.py 40 ld_expected = 'ld = $cxx'
42 ld_expected = 'link.exe' variable
44 test.must_contain('out/Default/build.ninja', ld_expected)
  /external/chromium_org/tools/gyp/test/make_global_settings/env-wrapper/
gyptest-wrapper.py 34 ld_expected = 'ld = ../../distlink $cxx'
36 ld_expected = 'link.exe' variable
39 test.must_contain('out/Default/build.ninja', ld_expected)
  /external/chromium_org/tools/gyp/test/make_global_settings/wrapper/
gyptest-wrapper.py 40 ld_expected = 'ld = ../../distlink $cxx'
42 ld_expected = 'link.exe' variable
45 test.must_contain('out/Default/build.ninja', ld_expected)

Completed in 400 milliseconds