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

Side by Side Diff: chrome/browser/chromeos/input_method/DEPS

Issue 448423002: Use a qualified path for grit includes in chrome/browser/chromeos. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix build Created 6 years, 4 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
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "-chrome", 2 "-chrome",
3 "+chrome/browser/chromeos/input_method", 3 "+chrome/browser/chromeos/input_method",
4 "+chrome/grit",
4 "-content", 5 "-content",
5 ] 6 ]
6 7
7 specific_include_rules = { 8 specific_include_rules = {
8 # The configuration layer. 9 # The configuration layer.
9 '(input_method_delegate_impl|input_method_persistence|browser_state_monitor)' 10 '(input_method_delegate_impl|input_method_persistence|browser_state_monitor)'
10 '\.(h|cc)': [ 11 '\.(h|cc)': [
11 "+chrome/common", 12 "+chrome/common",
12 "+chrome/browser", 13 "+chrome/browser",
13 "+chrome/test", 14 "+chrome/test",
(...skipping 12 matching lines...) Expand all
26 # and please do not introduce more #includes of these files. 27 # and please do not introduce more #includes of these files.
27 'input_method_manager_impl\.cc': [ 28 'input_method_manager_impl\.cc': [
28 # TODO(erikwright): Much/all of language_preferences can/should be decoupled 29 # TODO(erikwright): Much/all of language_preferences can/should be decoupled
29 # from chrome/browser. 30 # from chrome/browser.
30 "!chrome/browser/chromeos/language_preferences.h" 31 "!chrome/browser/chromeos/language_preferences.h"
31 ], 32 ],
32 'xkeyboard_unittest\.cc': [ 33 'xkeyboard_unittest\.cc': [
33 "!content/public/test/test_browser_thread.h", 34 "!content/public/test/test_browser_thread.h",
34 ], 35 ],
35 } 36 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698