Home | History | Annotate | Download | only in drive
      1 include_rules = [
      2   "-chrome",
      3   "-content",
      4   "+chrome/browser/drive",
      5   "+content/public/browser",
      6   "+content/public/test",
      7   # This should be changed to "+google_apis" once
      8   # //chrome/browser/google_apis is moved to //google_apis. crbug.com/146989
      9   "!chrome/browser/google_apis",
     10 ]
     11 
     12 # The following dependencies should be removed to componentize this
     13 # directory. crbug.com/257943
     14 specific_include_rules = {
     15   "drive_notification_manager_factory\.cc": [
     16     "!chrome/browser/invalidation/invalidation_service_factory.h",
     17     "!chrome/browser/profiles/profile.h",
     18     "!chrome/browser/sync/profile_sync_service.h",
     19     "!chrome/browser/sync/profile_sync_service_factory.h",
     20   ],
     21   "drive_notification_manager\.cc": [
     22     "!chrome/browser/invalidation/invalidation_service.h",
     23     "!chrome/browser/invalidation/invalidation_service_factory.h",
     24     "!chrome/browser/profiles/profile.h",
     25   ],
     26 }
     27