| OLD | NEW | 
|---|
| 1 include_rules = [ | 1 include_rules = [ | 
| 2   "+chrome/grit",  # For generated headers | 2   "+chrome/grit",  # For generated headers | 
| 3   "+chromeos",  # For chromeos_switches.h | 3   "+chromeos",  # For chromeos_switches.h | 
| 4   "+components/autofill/content/common", | 4   "+components/autofill/content/common", | 
| 5   "+components/autofill/core/common", | 5   "+components/autofill/core/common", | 
| 6   "+components/bookmarks/common", | 6   "+components/bookmarks/common", | 
| 7   "+components/cloud_devices/common", | 7   "+components/cloud_devices/common", | 
| 8   "+components/content_settings/core/common", | 8   "+components/content_settings/core/common", | 
| 9   "+components/crash/core/common", | 9   "+components/crash/core/common", | 
| 10   "+components/crx_file", | 10   "+components/crx_file", | 
| 11   "+components/data_reduction_proxy/content/common", | 11   "+components/data_reduction_proxy/content/common", | 
| 12   "+components/data_reduction_proxy/core/common", | 12   "+components/data_reduction_proxy/core/common", | 
| 13   "+components/dom_distiller/core", | 13   "+components/dom_distiller/core", | 
| 14   "+components/flags_ui/flags_ui_switches.h", | 14   "+components/flags_ui/flags_ui_switches.h", | 
| 15   "+components/gcm_driver", | 15   "+components/gcm_driver", | 
| 16   "+components/metrics/client_info.h", | 16   "+components/metrics/client_info.h", | 
| 17   "+components/metrics/metrics_pref_names.h", | 17   "+components/metrics/metrics_pref_names.h", | 
| 18   "+components/nacl/common", | 18   "+components/nacl/common", | 
|  | 19   "+components/network_session_configurator/switches.h", | 
| 19   "+components/offline_pages/offline_page_feature.h", | 20   "+components/offline_pages/offline_page_feature.h", | 
| 20   "+components/password_manager/core/common", | 21   "+components/password_manager/core/common", | 
| 21   "+components/policy/core/common", | 22   "+components/policy/core/common", | 
| 22   "+components/printing/common", | 23   "+components/printing/common", | 
| 23   "+components/signin/core/common", | 24   "+components/signin/core/common", | 
| 24   # TODO(fdoray): Remove this once the PreRead field trial has expired. | 25   # TODO(fdoray): Remove this once the PreRead field trial has expired. | 
| 25   # crbug.com/577698 | 26   # crbug.com/577698 | 
| 26   "+components/startup_metric_utils/common", | 27   "+components/startup_metric_utils/common", | 
| 27   "+components/strings/grit", | 28   "+components/strings/grit", | 
| 28   "+components/translate/core/common", | 29   "+components/translate/core/common", | 
| 29   "+components/url_formatter", | 30   "+components/url_formatter", | 
| 30   "+components/version_info", | 31   "+components/version_info", | 
| 31   "+extensions/common", | 32   "+extensions/common", | 
| 32   "+gin/public",  # For profiling.cc | 33   "+gin/public",  # For profiling.cc | 
| 33   "+google_apis/gaia",  # For gaia_switches.h | 34   "+google_apis/gaia",  # For gaia_switches.h | 
| 34   "+grit",  # For generated headers. TODO(thestig): Remove. | 35   "+grit",  # For generated headers. TODO(thestig): Remove. | 
| 35   "+media", | 36   "+media", | 
| 36   "+ppapi/c", | 37   "+ppapi/c", | 
| 37   "+ppapi/shared_impl", | 38   "+ppapi/shared_impl", | 
| 38   "+ppapi/thunk", | 39   "+ppapi/thunk", | 
| 39   "+third_party/kasko", | 40   "+third_party/kasko", | 
| 40 | 41 | 
| 41   # FIXME - refactor code and remove these dependencies | 42   # FIXME - refactor code and remove these dependencies | 
| 42   "+chrome/installer", | 43   "+chrome/installer", | 
| 43 ] | 44 ] | 
| OLD | NEW | 
|---|