| OLD | NEW | 
|   1 include_rules = [ |   1 include_rules = [ | 
|   2   "+breakpad", |   2   "+breakpad", | 
|   3   "+chrome/app", |   3   "+chrome/app", | 
|   4   "+chrome/installer", |   4   "+chrome/installer", | 
|   5   "+chrome/tools/profiles",  # For history unit tests. |   5   "+chrome/tools/profiles",  # For history unit tests. | 
|   6   "+chromeos", |   6   "+chromeos", | 
|   7   "+content/public/browser", |   7   "+content/public/browser", | 
|   8   "+google/cacheinvalidation",  # Sync invalidation API protobuf files. |  | 
|   9   "+google_update", |   8   "+google_update", | 
|  10   "+grit",  # For generated headers |   9   "+grit",  # For generated headers | 
|  11   "+installer_util_strings",  # For generated headers |  10   "+installer_util_strings",  # For generated headers | 
|  12   "+policy",  # For generated headers and source |  11   "+policy",  # For generated headers and source | 
|  13   "+ppapi/c",  # For various types. |  12   "+ppapi/c",  # For various types. | 
|  14   "+ppapi/proxy", |  13   "+ppapi/proxy", | 
|  15   "+ppapi/shared_impl/api_id.h", |  14   "+ppapi/shared_impl/api_id.h", | 
|  16   # Defines some types that are marshalled over IPC. |  15   # Defines some types that are marshalled over IPC. | 
|  17   "+ppapi/shared_impl/ppp_flash_browser_operations_shared.h", |  16   "+ppapi/shared_impl/ppp_flash_browser_operations_shared.h", | 
|  18   "+rlz", |  17   "+rlz", | 
|  19   "+sandbox/linux", |  18   "+sandbox/linux", | 
|  20   "+sandbox/win/src",  # The path doesn't say it, but this is the Windows sandbo
    x. |  19   "+sandbox/win/src",  # The path doesn't say it, but this is the Windows sandbo
    x. | 
|  21   "+skia/ext", |  20   "+skia/ext", | 
|  22   "+skia/include", |  21   "+skia/include", | 
|  23   "+sync/api",  # Sync API files. |  22   "+sync/api",  # Sync API files. | 
|  24   "+sync/notifier",  # Sync invalidation API files. |  | 
|  25   "+sync/protocol",  # Sync protobuf files. |  23   "+sync/protocol",  # Sync protobuf files. | 
|  26   "+third_party/cros_system_api", |  24   "+third_party/cros_system_api", | 
|  27   "+webkit/database", |  25   "+webkit/database", | 
|  28   "+webkit/dom_storage",  # Defines an ENABLE_NEW_DOM_STORAGE_BACKEND flag. |  26   "+webkit/dom_storage",  # Defines an ENABLE_NEW_DOM_STORAGE_BACKEND flag. | 
|  29   "+webkit/forms",  # Defines some types that are marshalled over IPC. |  27   "+webkit/forms",  # Defines some types that are marshalled over IPC. | 
|  30   "+webkit/glue",  # Defines some types that are marshalled over IPC. |  28   "+webkit/glue",  # Defines some types that are marshalled over IPC. | 
|  31   "+webkit/plugins",  # Defines some types that are marshalled over IPC. |  29   "+webkit/plugins",  # Defines some types that are marshalled over IPC. | 
|  32   "+webkit/quota", |  30   "+webkit/quota", | 
|  33   "+xib_localizers", # For generated mac localization helpers |  31   "+xib_localizers", # For generated mac localization helpers | 
|  34  |  32  | 
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  67   "+third_party/libevent",  # For the remote V8 debugging server |  65   "+third_party/libevent",  # For the remote V8 debugging server | 
|  68   "+third_party/libjingle", |  66   "+third_party/libjingle", | 
|  69   "+third_party/protobuf/src/google/protobuf", |  67   "+third_party/protobuf/src/google/protobuf", | 
|  70   "+third_party/sqlite", |  68   "+third_party/sqlite", | 
|  71   "+third_party/undoview", |  69   "+third_party/undoview", | 
|  72  |  70  | 
|  73   # FIXME: this is used by a browser_test. We need to find a better structure |  71   # FIXME: this is used by a browser_test. We need to find a better structure | 
|  74   # for this include. |  72   # for this include. | 
|  75   "!chrome/renderer/visitedlink_slave.h", |  73   "!chrome/renderer/visitedlink_slave.h", | 
|  76 ] |  74 ] | 
| OLD | NEW |