| OLD | NEW | 
|---|
| 1 include_rules = [ | 1 include_rules = [ | 
| 2   "+v8/include", | 2   "+v8/include", | 
| 3 | 3 | 
| 4   # For chromeos build config | 4   # For chromeos build config | 
| 5   "+chromeos/dbus", | 5   "+chromeos/dbus", | 
| 6 | 6 | 
| 7   # The content_shell is the canonical sample embedder, so it only uses | 7   # The content_shell is the canonical sample embedder, so it only uses | 
| 8   # content's public API. | 8   # content's public API. | 
| 9   "+content/app/strings/grit",  # For generated headers | 9   "+content/app/strings/grit",  # For generated headers | 
| 10   "+content/public", | 10   "+content/public", | 
| 11 | 11 | 
| 12   # The content_shell is an embedder so it must work with resource bundles. | 12   # The content_shell is an embedder so it must work with resource bundles. | 
| 13   "+ui/base/l10n", | 13   "+ui/base/l10n", | 
| 14   "+ui/base/resource", | 14   "+ui/base/resource", | 
| 15 | 15 | 
| 16   # Shell resources | 16   # Shell resources | 
| 17   "+grit/net_resources.h", |  | 
| 18   "+grit/shell_resources.h", | 17   "+grit/shell_resources.h", | 
| 19 | 18 | 
| 20   # The content_shell for aura must work with the views and aura | 19   # The content_shell for aura must work with the views and aura | 
| 21   "+ui/aura", | 20   "+ui/aura", | 
| 22   "+ui/views", | 21   "+ui/views", | 
| 23 | 22 | 
| 24   "+components/breakpad", | 23   "+components/breakpad", | 
| 25 ] | 24 ] | 
| 26 | 25 | 
| 27 specific_include_rules = { | 26 specific_include_rules = { | 
| 28   "shell_views\.cc": [ | 27   "shell_views\.cc": [ | 
| 29     "+ui/wm/test" | 28     "+ui/wm/test" | 
| 30   ], | 29   ], | 
| 31   "content_browser_tests_android\.cc": [ | 30   "content_browser_tests_android\.cc": [ | 
| 32     "+media/base" | 31     "+media/base" | 
| 33   ], | 32   ], | 
| 34 } | 33 } | 
| OLD | NEW | 
|---|