specific_include_rules = { '.*_[a-z]+test\.cc': [ # TODO(joi): Both of these will go away soon once we move a bunch # of Prefs code from c/b/prefs to base/prefs. Their dependencies # on the rest of chrome/browser are already almost completely # removed. "!chrome/browser/prefs/pref_registry_simple.h", "!chrome/test/base/testing_pref_service.h", ], }