Searched refs:testonly_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/tools/gn/
H A Dtarget.h109 bool testonly() const { return testonly_; }
110 void set_testonly(bool value) { testonly_ = value; }
258 bool testonly_; member in class:Target
H A Dtarget.cc73 testonly_(false),

Completed in 88 milliseconds