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

  /external/chromium_org/tools/gn/
target.h 110 void set_testonly(bool value) { testonly_ = value; } function in class:Target
target_generator.cc 246 target_->set_testonly(value->boolean_value());
target_unittest.cc 406 testlib.set_testonly(true);
414 test.set_testonly(true);
422 product.set_testonly(false);

Completed in 94 milliseconds