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

  /external/chromium_org/tools/gn/
target.cc 44 "which is NOT marked testonly can't depend on\n" +
46 "which is marked testonly. Only targets with \"testonly = true\"\n"
344 // If the current target is marked testonly, it can include both testonly
345 // and non-testonly targets, so there's nothing to check.
346 if (testonly())
349 // Verify no deps have "testonly" set.
351 if (iter.target()->testonly()) {
target.h 109 bool testonly() const { return testonly_; } function in class:Target
command_desc.cc 245 if (target->testonly())
482 " testonly\n"

Completed in 771 milliseconds