Searched refs:testonly_ (Results 1 - 2 of 2) sorted by last modified time

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

Completed in 105 milliseconds