Searched refs:testonly (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/tools/gn/
H A Dtarget.cc44 "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()) {
H A Dtarget.h109 bool testonly() const { return testonly_; } function in class:Target
H A Dcommand_desc.cc245 if (target->testonly())
482 " testonly\n"

Completed in 2049 milliseconds