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

Side by Side Diff: chrome/browser/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
« no previous file with comments | « no previous file | chrome/browser/chromeos/accessibility/accessibility_manager.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 "+apps", 2 "+apps",
3 "+ash", 3 "+ash",
4 "+chrome/app", 4 "+chrome/app",
5 "+chrome/grit", # For generated headers
5 "+chrome/installer", 6 "+chrome/installer",
6 "+chrome_elf/blacklist", 7 "+chrome_elf/blacklist",
7 "+chrome_elf/chrome_elf_constants.h", 8 "+chrome_elf/chrome_elf_constants.h",
8 "+chrome_elf/create_file", 9 "+chrome_elf/create_file",
9 "+chrome_elf/dll_hash", 10 "+chrome_elf/dll_hash",
10 "+chromeos", 11 "+chromeos",
11 "+components/autofill/content/browser", 12 "+components/autofill/content/browser",
12 "+components/autofill/content/common", 13 "+components/autofill/content/common",
13 "+components/autofill/core/browser", 14 "+components/autofill/core/browser",
14 "+components/autofill/core/common", 15 "+components/autofill/core/common",
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 "+content/public/browser", 71 "+content/public/browser",
71 "+content/test/net", 72 "+content/test/net",
72 "+courgette", 73 "+courgette",
73 "+device/bluetooth", 74 "+device/bluetooth",
74 "+device/media_transfer_protocol", 75 "+device/media_transfer_protocol",
75 "+extensions/browser", 76 "+extensions/browser",
76 "+extensions/common", 77 "+extensions/common",
77 "+google/cacheinvalidation", # Sync invalidation API protobuf files. 78 "+google/cacheinvalidation", # Sync invalidation API protobuf files.
78 "+google_apis", 79 "+google_apis",
79 "+google_update", 80 "+google_update",
80 "+grit", # For generated headers 81 "+grit", # TODO(thestig) Remove. For generated headers
81 "+installer_util_strings", # For generated headers 82 "+installer_util_strings", # For generated headers
82 "+jni", 83 "+jni",
83 "+media/base", # For media switches 84 "+media/base", # For media switches
84 "+policy", # For generated headers and source 85 "+policy", # For generated headers and source
85 "+ppapi/c", # For various types. 86 "+ppapi/c", # For various types.
86 "+ppapi/host", 87 "+ppapi/host",
87 "+ppapi/proxy", 88 "+ppapi/proxy",
88 "+ppapi/shared_impl", 89 "+ppapi/shared_impl",
89 # Defines some types that are marshalled over IPC. 90 # Defines some types that are marshalled over IPC.
90 "+ppapi/shared_impl/ppp_flash_browser_operations_shared.h", 91 "+ppapi/shared_impl/ppp_flash_browser_operations_shared.h",
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
143 "+third_party/WebKit/public/web/WebCache.h", 144 "+third_party/WebKit/public/web/WebCache.h",
144 "+third_party/WebKit/public/web/WebContextMenuData.h", 145 "+third_party/WebKit/public/web/WebContextMenuData.h",
145 "+third_party/WebKit/public/web/WebFindOptions.h", 146 "+third_party/WebKit/public/web/WebFindOptions.h",
146 "+third_party/WebKit/public/web/WebInputEvent.h", 147 "+third_party/WebKit/public/web/WebInputEvent.h",
147 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", 148 "+third_party/WebKit/public/web/WebMediaPlayerAction.h",
148 "+third_party/WebKit/public/web/WebPageVisibilityState.h", 149 "+third_party/WebKit/public/web/WebPageVisibilityState.h",
149 "+third_party/WebKit/public/web/WebPluginAction.h", 150 "+third_party/WebKit/public/web/WebPluginAction.h",
150 "+third_party/WebKit/public/web/WebTextDirection.h", 151 "+third_party/WebKit/public/web/WebTextDirection.h",
151 "+third_party/WebKit/public/web/WebWindowFeatures.h", 152 "+third_party/WebKit/public/web/WebWindowFeatures.h",
152 ] 153 ]
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chromeos/accessibility/accessibility_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698