Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(81)

Side by Side Diff: ash/DEPS

Issue 138223004: Inject GPUDataManager support into ash to abstract a content dependency. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | ash/accelerators/accelerator_controller.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
17 # Used by shell.cc, accelerator_controller.cc, tray_monitor.h
18 "+content/public/browser/gpu_data_manager.h",
19 ] 16 ]
OLDNEW
« no previous file with comments | « no previous file | ash/accelerators/accelerator_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698