| OLD | NEW |
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+gin/public", | 2 "+gin/public", |
| 3 "+gin/v8_initializer.h", | 3 "+gin/v8_initializer.h", |
| 4 "+v8/include", | 4 "+v8/include", |
| 5 | 5 |
| 6 # For chromeos build config | 6 # For chromeos build config |
| 7 "+chromeos/dbus", | 7 "+chromeos/dbus", |
| 8 "+device/bluetooth", # BluetoothAdapterFactory::Shutdown. | 8 "+device/bluetooth", # BluetoothAdapterFactory::Shutdown. |
| 9 | 9 |
| 10 # The content_shell is the canonical sample embedder, so it only uses | 10 # The content_shell is the canonical sample embedder, so it only uses |
| 11 # content's public API. | 11 # content's public API. |
| 12 "+content/app/strings/grit", # For generated headers | 12 "+content/app/strings/grit", # For generated headers |
| 13 "+content/public", | 13 "+content/public", |
| 14 | 14 |
| 15 # The content_shell is an embedder so it must work with resource bundles. | 15 # The content_shell is an embedder so it must work with resource bundles. |
| 16 "+ui/base/l10n", | 16 "+ui/base/l10n", |
| 17 "+ui/base/resource", | 17 "+ui/base/resource", |
| 18 | 18 |
| 19 # Shell resources | 19 # Shell resources |
| 20 "+grit/shell_resources.h", | 20 "+grit/shell_resources.h", |
| 21 | 21 |
| 22 # The content_shell for aura must work with the views and aura | 22 # The content_shell for aura must work with the views and aura |
| 23 "+ui/aura", | 23 "+ui/aura", |
| 24 "+ui/views", | 24 "+ui/views", |
| 25 | 25 |
| 26 # Content Shell can depend on more components than content/, since: | 26 # Content Shell can depend on more components than content/, since: |
| 27 # 1) it's an example browser | 27 # 1) it's an example browser |
| 28 # 2) it's not linked into the content library | 28 # 2) it's not linked into the content library |
| 29 "+components/crash", | 29 "+components/crash", |
| 30 "+components/devtools_http_handler", | |
| 31 "+components/url_formatter", | 30 "+components/url_formatter", |
| 32 ] | 31 ] |
| 33 | 32 |
| 34 specific_include_rules = { | 33 specific_include_rules = { |
| 35 "shell_views\.cc": [ | 34 "shell_views\.cc": [ |
| 36 "+ui/wm/test" | 35 "+ui/wm/test" |
| 37 ], | 36 ], |
| 38 } | 37 } |
| OLD | NEW |