Home | History | Annotate | Download | only in browser
      1 include_rules = [
      2   "+apps",
      3   "+ash",
      4   "+chrome/app",
      5   "+chrome/installer",
      6   "+chromeos",
      7   "+components/autofill/content/browser",
      8   "+components/autofill/content/common",
      9   "+components/autofill/core/browser",
     10   "+components/autofill/core/common",
     11   "+components/breakpad",
     12   "+components/browser_context_keyed_service",
     13   "+components/dom_distiller",
     14   "+components/nacl/browser",
     15   "+components/nacl/common",
     16   "+components/navigation_interception",
     17   "+components/navigation_metrics",
     18   "+components/policy",
     19   "+components/sessions",
     20   "+components/startup_metric_utils",
     21   "+components/translate/common",
     22   "+components/url_matcher",
     23   "+components/user_prefs",
     24   "+components/webdata",
     25   "+components/web_modal",
     26   "+content/public/browser",
     27   "+content/test/net",
     28   "+device/bluetooth",
     29   "+device/media_transfer_protocol",
     30   "+extensions/browser",
     31   "+extensions/common",
     32   "+google/cacheinvalidation",  # Sync invalidation API protobuf files.
     33   "+google_apis",
     34   "+google_update",
     35   "+grit",  # For generated headers
     36   "+installer_util_strings",  # For generated headers
     37   "+jni",
     38   "+media/base",  # For media switches
     39   "+native_client/src/shared/imc",
     40   "+policy",  # For generated headers and source
     41   "+ppapi/c",  # For various types.
     42   "+ppapi/host",
     43   "+ppapi/proxy",
     44   "+ppapi/shared_impl",
     45   # Defines some types that are marshalled over IPC.
     46   "+ppapi/shared_impl/ppp_flash_browser_operations_shared.h",
     47   "+rlz",
     48   "+sandbox/win/src",  # The path doesn't say it, but this is the Windows sandbox.
     49   "+skia/ext",
     50   "+sync/api",  # Sync API files.
     51   "+sync/notifier",  # Sync invalidation API files.
     52   "+sync/protocol",  # Sync protobuf files.
     53   "+third_party/cros_system_api",
     54   "+win8/util",
     55 
     56   # chrome only needs switches from cc. All usage of the compositor is from
     57   # content. Definitely don't include generic stuff from cc/base here, if this
     58   # is needed these files need to move to base/
     59   "+cc/base/switches.h",
     60 
     61   # Unsafe to use from //chrome, see http://goo.gl/QQG5wo
     62   "-content/public/test/test_browser_context.h",
     63 
     64   # TODO(stuartmorgan): Remove these by refactoring necessary code out of
     65   # webkit/. See crbug.com/146251
     66   # DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW!
     67 
     68   # TODO(kinuko): Remove all other webkit/* dependencies after we cleaned
     69   # up webkit/. crbug.com/239710
     70   "+webkit/browser",
     71   "+webkit/common",
     72 
     73   "-chrome/browser/ui/views",
     74   "+chrome/browser/ui/views/chrome_browser_main_extra_parts_views.h",
     75   "+chrome/browser/ui/views/ash/chrome_browser_main_extra_parts_ash.h",
     76 
     77   # Other libraries.
     78   "+libxml",  # For search engine definition parsing.
     79   "+third_party/icu/source/common/unicode",
     80   "+third_party/icu/source/i18n/unicode",
     81   "+third_party/leveldatabase",
     82   "+third_party/protobuf/src/google/protobuf",
     83   "+third_party/re2",
     84   "+third_party/sqlite",
     85   "+third_party/zlib",
     86 
     87   # No inclusion of WebKit from the browser, other than strictly enum/POD,
     88   # header-only types, and some selected common code.
     89   "-third_party/WebKit",
     90   "+third_party/WebKit/public/platform/WebCursorInfo.h",
     91   "+third_party/WebKit/public/platform/WebRect.h",
     92   "+third_party/WebKit/public/platform/WebReferrerPolicy.h",
     93   "+third_party/WebKit/public/platform/WebScreenInfo.h",
     94   "+third_party/WebKit/public/platform/WebScreenInfo.h",
     95   "+third_party/WebKit/public/web/WebAutofillClient.h",
     96   "+third_party/WebKit/public/web/WebCache.h",
     97   "+third_party/WebKit/public/web/WebContextMenuData.h",
     98   "+third_party/WebKit/public/web/WebFindOptions.h",
     99   "+third_party/WebKit/public/web/WebInputEvent.h",
    100   "+third_party/WebKit/public/web/WebMediaPlayerAction.h",
    101   "+third_party/WebKit/public/web/WebNotificationPresenter.h",
    102   "+third_party/WebKit/public/web/WebPluginAction.h",
    103   "+third_party/WebKit/public/web/WebTextDirection.h",
    104   "+third_party/WebKit/public/web/WebWindowFeatures.h",
    105 ]
    106