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

  /external/chromium_org/tools/gyp/test/make_global_settings/ld/
gyptest-make_global_settings_ld.py 28 ld_expected = resolve_path(test, ld)
30 ld_expected = ld
32 if ld_expected is None:
41 ld_expected = 'link.exe'
43 ld_expected = '$cc'
45 test.must_contain('Makefile', 'LD ?= %s' % ld_expected)
47 test.must_contain('out/Default/build.ninja', 'ld = %s' % ld_expected)
54 ld_expected = resolve_path(test, ld)
56 ld_expected = ld
58 if ld_expected is None
    [all...]
  /external/chromium_org/tools/gyp/test/make_global_settings/basics/
gyptest-make_global_settings.py 40 ld_expected = 'ld = $cc'
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 $cc'
39 ld_expected = 'link.exe' variable
42 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 $cc'
42 ld_expected = 'link.exe' variable
45 test.must_contain('out/Default/build.ninja', ld_expected)

Completed in 1695 milliseconds