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

Side by Side Diff: ash/DEPS

Issue 280833002: Re-land "Issue 191223007: Move touch CTM from X into Chrome" (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: adding missing file again Created 6 years, 7 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
« no previous file with comments | « no previous file | ash/ash.gyp » ('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 "+device/bluetooth", 2 "+device/bluetooth",
3 "+cc/debug", 3 "+cc/debug",
4 "+chromeos", 4 "+chromeos",
5 "+gpu/config", 5 "+gpu/config",
6 "+grit/ash_resources.h", 6 "+grit/ash_resources.h",
7 "+grit/ash_strings.h", 7 "+grit/ash_strings.h",
8 "+grit/ui_resources.h", 8 "+grit/ui_resources.h",
9 "+grit/ui_strings.h", 9 "+grit/ui_strings.h",
10 "+media", 10 "+media",
11 "+skia/ext", 11 "+skia/ext",
12 "+third_party/cros_system_api", 12 "+third_party/cros_system_api",
13 "+third_party/skia", 13 "+third_party/skia",
14 "+net", 14 "+net",
15 "+ui", 15 "+ui",
16 "+win8", 16 "+win8",
17 "-ash/host", 17 "-ash/host",
18 ] 18 ]
19 19
20 specific_include_rules = { 20 specific_include_rules = {
21 "root_window_controller\.*": [ 21 "root_window_controller\.*": [
22 "+ash/host" 22 "+ash/host"
23 ], 23 ],
24 "touch_transformer_controller\.*": [
25 "+ash/host"
26 ],
24 } 27 }
OLDNEW
« no previous file with comments | « no previous file | ash/ash.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698