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

Side by Side Diff: components/arc/DEPS

Issue 2876693004: Implement GetTextFromRange(), GetTextRange() and GetSelectionRange() for ArcImeService. (Closed)
Patch Set: add TODOs in ime.mojom Created 3 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 | components/arc/common/ime.mojom » ('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 "+chromeos/chromeos_switches.h", 2 "+chromeos/chromeos_switches.h",
3 "+chromeos/cryptohome", 3 "+chromeos/cryptohome",
4 "+chromeos/dbus", 4 "+chromeos/dbus",
5 "+components/exo", 5 "+components/exo",
6 "+components/prefs", 6 "+components/prefs",
7 "+components/signin/core/account_id", 7 "+components/signin/core/account_id",
8 "+components/user_manager", 8 "+components/user_manager",
9 "+mojo", 9 "+mojo",
10 "+storage/browser/fileapi", 10 "+storage/browser/fileapi",
11 "+third_party/re2", 11 "+third_party/re2",
12 "+third_party/skia", 12 "+third_party/skia",
13 "+ui/gfx/geometry/rect.h", 13 "+ui/gfx/geometry/rect.h",
14 "+ui/gfx/range/range.h",
14 ] 15 ]
15 16
16 specific_include_rules = { 17 specific_include_rules = {
17 "arc_util.cc": [ 18 "arc_util.cc": [
18 "+ash/shared", 19 "+ash/shared",
19 "+ui/aura", 20 "+ui/aura",
20 ], 21 ],
21 "arc_util_unittest.cc": [ 22 "arc_util_unittest.cc": [
22 "+ash/shared", 23 "+ash/shared",
23 "+ui/aura", 24 "+ui/aura",
24 ], 25 ],
25 } 26 }
OLDNEW
« no previous file with comments | « no previous file | components/arc/common/ime.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698