Home | History | Annotate | Download | only in enhanced_bookmarks
      1 include_rules = [
      2   "+components/bookmarks",
      3   "+sql",
      4   "+ui",
      5 ]
      6 
      7 specific_include_rules = {
      8   "image_store_unittest\.cc": [
      9     "+third_party/skia"
     10   ],
     11   "test_image_store\.cc": [
     12     "+third_party/skia"
     13   ],
     14 }
     15