Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+cc/debug", | 2 "+cc/debug", |
| 3 "+chromeos", | 3 "+chromeos", |
| 4 "+gpu/config", | 4 "+gpu/config", |
| 5 "+grit/ash_resources.h", | 5 "+grit/ash_resources.h", |
| 6 "+grit/ash_strings.h", | 6 "+grit/ash_strings.h", |
| 7 "+grit/ui_resources.h", | 7 "+grit/ui_resources.h", |
| 8 "+grit/ui_strings.h", | 8 "+grit/ui_strings.h", |
| 9 "+media", | 9 "+media", |
| 10 "+skia/ext", | 10 "+skia/ext", |
| 11 "+third_party/cros_system_api", | 11 "+third_party/cros_system_api", |
| 12 "+third_party/skia", | 12 "+third_party/skia", |
| 13 "+net", | 13 "+net", |
| 14 "+ui", | 14 "+ui", |
| 15 "+win8", | 15 "+win8", |
| 16 | 16 |
| 17 # Used by shell.cc, accelerator_controller.cc, tray_monitor.h | 17 # Used by shell.cc, accelerator_controller.cc, tray_monitor.h |
| 18 "+content/public/browser/gpu_data_manager.h", | 18 "+content/public/browser/gpu_data_manager.h", |
| 19 | |
| 20 # Used by shell.h | |
| 21 "+chrome/browser/media/media_capture_devices_dispatcher.h" | |
|
Daniel Erat
2014/01/15 20:47:08
ash shouldn't depend on chrome.
- chromeos/ shoul
hshi1
2014/01/15 21:49:12
PTAL new patch set, thanks!
| |
| 19 ] | 22 ] |
| OLD | NEW |