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

  /external/chromium_org/tools/gn/
target.h 99 bool check_includes() const { return check_includes_; }
100 void set_check_includes(bool ci) { check_includes_ = ci; }
256 bool check_includes_; member in class:Target
target.cc 71 check_includes_(true),

Completed in 434 milliseconds