Home | History | Annotate | Download | only in browser
      1 include_rules = [
      2   "+apps",
      3   "+breakpad",
      4   "+chrome/app",
      5   "+chrome/installer",
      6   "+chrome/tools/profiles",  # For history unit tests.
      7   "+chromeos",
      8   "+components/autofill/content/browser",
      9   "+components/autofill/core/browser",
     10   "+components/autofill/core/common",
     11   "+components/auto_login_parser",
     12   "+components/browser_context_keyed_service",
     13   "+components/nacl/common",
     14   "+components/navigation_interception",
     15   "+components/user_prefs",
     16   "+components/visitedlink/browser",
     17   "+components/webdata",
     18   "+components/web_contents_delegate_android",
     19   "+components/web_modal",
     20   "+content/public/browser",
     21   "+device/bluetooth",
     22   "+device/media_transfer_protocol",
     23   "+extensions/browser",
     24   "+extensions/common",
     25   "+google/cacheinvalidation",  # Sync invalidation API protobuf files.
     26   "+google_apis",
     27   "+google_update",
     28   "+grit",  # For generated headers
     29   "+installer_util_strings",  # For generated headers
     30   "+media/base",  # For media switches
     31   "+media/audio",
     32   "+policy",  # For generated headers and source
     33   "+ppapi/c",  # For various types.
     34   "+ppapi/host",
     35   "+ppapi/proxy",
     36   "+ppapi/shared_impl/api_id.h",
     37   # Defines some types that are marshalled over IPC.
     38   "+ppapi/shared_impl/ppp_flash_browser_operations_shared.h",
     39   "+rlz",
     40   "+sandbox/linux",
     41   "+sandbox/win/src",  # The path doesn't say it, but this is the Windows sandbox.
     42   "+skia/ext",
     43   "+skia/include",
     44   "+sync/api",  # Sync API files.
     45   "+sync/notifier",  # Sync invalidation API files.
     46   "+sync/protocol",  # Sync protobuf files.
     47   "+third_party/cros_system_api",
     48   "+win8/util",
     49   "+win8/viewer",
     50   "+xib_localizers", # For generated mac localization helpers
     51 
     52   # TODO(stuartmorgan): Remove these by refactoring necessary code out of
     53   # webkit/. See crbug.com/146251
     54   # DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW!
     55 
     56   # TODO(kinuko): Remove all other webkit/* dependencies after we cleaned
     57   # up webkit/. crbug.com/239710
     58   "+webkit/browser",
     59   "+webkit/common",
     60 
     61   # webkit/glue files are listed individually since they aren't conceptually
     62   # grouped like the other webkit/ files, and can therefore be tackled one at
     63   # a time.
     64   "+webkit/glue/resource_type.h",
     65   # DO NOT ADD ANY MORE ITEMS TO THE ABOVE LIST!
     66 
     67   "-chrome/browser/ui/views",
     68   "+chrome/browser/ui/views/chrome_browser_main_extra_parts_views.h",
     69   "+chrome/browser/ui/views/ash/chrome_browser_main_extra_parts_ash.h",
     70 
     71   # Other libraries.
     72   "+chrome/third_party/mozilla_security_manager",
     73   "+libxml",  # For search engine definition parsing.
     74   "+third_party/apple_sample_code",  # Apple code ImageAndTextCell.
     75   "+third_party/bzip2",
     76   "+third_party/expat",
     77   "+third_party/iaccessible2",
     78   "+third_party/icu/source/common/unicode",
     79   "+third_party/icu/source/i18n/unicode",
     80   "+third_party/isimpledom",
     81   "+third_party/leveldatabase",
     82   "+third_party/libevent",  # For the remote V8 debugging server
     83   "+third_party/libjingle",
     84   "+third_party/libyuv",
     85   "+third_party/protobuf/src/google/protobuf",
     86   "+third_party/re2",
     87   "+third_party/sqlite",
     88   "+third_party/undoview",
     89   "+third_party/zlib",
     90 
     91   # No inclusion of WebKit from the browser, other than strictly enum/POD,
     92   # header-only types, and some selected common code.
     93   "-third_party/WebKit",
     94   "+third_party/WebKit/public/platform/WebRect.h",
     95   "+third_party/WebKit/public/platform/WebReferrerPolicy.h",
     96   "+third_party/WebKit/public/platform/WebScreenInfo.h",
     97   "+third_party/WebKit/public/web/WebAutofillClient.h",
     98   "+third_party/WebKit/public/web/WebCache.h",
     99   "+third_party/WebKit/public/web/WebContextMenuData.h",
    100   "+third_party/WebKit/public/web/WebCursorInfo.h",
    101   "+third_party/WebKit/public/web/WebFindOptions.h",
    102   "+third_party/WebKit/public/web/WebInputEvent.h",
    103   "+third_party/WebKit/public/web/WebMediaPlayerAction.h",
    104   "+third_party/WebKit/public/web/WebNotificationPresenter.h",
    105   "+third_party/WebKit/public/web/WebPluginAction.h",
    106   "+third_party/WebKit/public/web/WebScreenInfo.h",
    107   "+third_party/WebKit/public/web/WebTextDirection.h",
    108   "+third_party/WebKit/public/web/WebWindowFeatures.h",
    109 ]
    110