Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+apps", | 2 "+apps", |
| 3 "+breakpad", | 3 "+breakpad", |
| 4 "+chrome/browser", | 4 "+chrome/browser", |
| 5 "+chrome/installer", | 5 "+chrome/installer", |
| 6 "+chrome/plugin/chrome_content_plugin_client.h", | 6 "+chrome/plugin/chrome_content_plugin_client.h", |
| 7 "+chrome/renderer/chrome_content_renderer_client.h", | 7 "+chrome/renderer/chrome_content_renderer_client.h", |
| 8 "+chrome/utility/chrome_content_utility_client.h", | 8 "+chrome/utility/chrome_content_utility_client.h", |
| 9 "+chromeos/chromeos_paths.h", | 9 "+chromeos/chromeos_paths.h", |
| 10 "+chromeos/chromeos_switches.h", | 10 "+chromeos/chromeos_switches.h", |
| 11 "+chrome_elf/chrome_elf_main.h", | |
|
gab
2013/11/05 16:43:20
nit: chrome_ comes before chromeos in ASCII sort.
| |
| 11 "+components/breakpad", | 12 "+components/breakpad", |
| 12 "+components/nacl/common", | 13 "+components/nacl/common", |
| 13 "+components/nacl/zygote", | 14 "+components/nacl/zygote", |
| 14 "+components/startup_metric_utils", | 15 "+components/startup_metric_utils", |
| 15 "+content/public/app", | 16 "+content/public/app", |
| 16 "+content/public/browser/browser_main_runner.h", | 17 "+content/public/browser/browser_main_runner.h", |
| 17 "+content/public/browser/render_process_host.h", | 18 "+content/public/browser/render_process_host.h", |
| 18 "+grit", # For generated headers | 19 "+grit", # For generated headers |
| 19 "+policy", # For generated headers and source | 20 "+policy", # For generated headers and source |
| 20 "+sandbox", | 21 "+sandbox", |
| 21 "+tools/memory_watcher", | 22 "+tools/memory_watcher", |
| 22 ] | 23 ] |
| OLD | NEW |